Content
You are here:
Apache Webserver local install hosting OpenProject and other Projects
Added by Claudio Fischer almost 8 years ago
Hi,
I have a local installation of OpenProject running on a server.
It is working well as expected and if I put in the IP-Adress in a browser I can work with OpenProject.
But on this server before the OpenProject installation also other websites and php scripts were hostet.
These websites and php are still on the server but not reachable / startable anymore.
Is this a problem of the apache configuration? How can this be configured to access other websites on this server?
Can someone point me in the right direction?
Replies (4)
Hi Claudio,
not sure what exactly the reason is for your problem. In general it is best practice not use the same environment for diferent services. The same applies for OpenProject. We recommend to have a separate environment for OpenProject. So for example problems with WordPress do not impact OpenProject and vice versa.
Best
Niels
the apache webserver is hosting 2 projects.
I managed to run openproject and the other website on the same apache server by changing the virtualhost settings a little bit:
File /etc/apache2/sites-available/openproject
Listen 80
Listen 8080
<VirtualHost *:8080>
ServerName …
DocumentRoot /opt/openproject/public
…
now the first website can be reached with the IP-Address of the server
and openproject can be reached with IP-Address:8080
Hi Claudio,
if you override the configuration, please note that the package wizard will undo that change on every update due to the way it works.
Unfortunately, packager currently has no way to build the configuration, but not override it in the apache conf directory.
Best,
Oliver
Related bug: https://community.openproject.com/projects/openproject/work_packages/23819