Report this

What is the reason for this report?

Configuring Owncloud + Gitlab + Regular Webserver! Help

Posted on November 15, 2016

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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.

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.