Content
You are here:
Multiple Sites / Instances / Subdomains
Added by Guilherme Arthur Geronimo about 10 years ago
Hi Guys!
Before I open a Feature Request, I’d like to question the community about MultiSites.
I’d like to provide multiple OpenProjects with the same code base and different virtualhost (DBs, File etc) or base URL.
Just like “Wordpress multisites”.
It looks like the OpenProject DEMO works like that, Am I wrong?
There’s a plugin for that?
I found some workarounds to do that with Redmine, but I’m certainly sure that wont work with OpenProject.
http://www.redmine.org/boards/1/topics/16647?r=18588
=)
Replies (1)
Hi,
I want something similar. I'm trying to run other websites in parallel without luck. I mean, I've changed my config to avoid Virtual host but I can see only the files listed in the public folder. I know that OpenProject uses its own web server and Apache2 has just a forward functionality but what else should I change besides the /etc/apache2/sites-available/openproject.conf?
This my current openproject.conf:
Include /etc/openproject/addons/apache2/includes/server/*.conf
Alias /openproject /var/www/openproject/public
<Directory /var/www/openproject/public>
AllowOverride all
Options -MultiViews
Order Allow,Deny
Allow from all
</Directory>