By sailer403
Hello!
Im using Ubuntu 16.04 for this. I need help configuring Gitlab, Owncloud, and a regular webserver all in one.
I first installed LAMP as shown here: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
I then installed OwnCloud as shown here: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-owncloud-on-ubuntu-16-04
I then installed Gitlab as shown here: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-gitlab-on-ubuntu-16-04
Then I configured Apache to connect to Gitlab using this guide: https://kevingoedecke.me/2015/09/17/setup-gitlab-on-debian-7-with-existing-apache-webserver/
Now, my ideal setup is to have a subdomain point to each service as shown here:
After I configured Apache to connect to gitlab, all of a sudden, all 3 subdomains all go to Gitlab. I can no longer see the default apache2 html folder or my owncloud (www.mydomain.com/owncloud/ now redirects to gitlab)
How do I fix this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This question was answered by @ryanpq:
The first thing that jumps out is that it appears you only have a single name based virtualhost configured in here for gitlab.mydomain.com.
You’ll need to also have virtualhosts configured with ServerName or ServerAlias set to www.mydomain.com and owncloud.mydomain.com pointed to each webroot.
Without these, your server will not know how to handle those differently and will default to serve them simply by using the first virtualhost defined in your configuration.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.