Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: Customize vhost with FusioNForge [ Reply ]
By: Franck Villaume on 2016-08-21 15:26
[forum:950]
Hi,

Configuration must be modified at 2 places.

First, you need to overwrite the web_host value in /etc/fusionforge/config.ini.d/ files
To do so, best practices is to set the following lines in the /etc/fusionforge/config.ini.d/zzzz-local.ini file:
[core]
web_host = <put the FQDN you want here>

Second, you must reflect this modification into httpd configuration.
Edit the /etc/fusionforge/httpd.conf.d/00-defines.conf and adjust the following values:
FF__core__lists_host
FF__core__scm_host
FF__core__web_host

You need to restart your httpd server.
That should do the trick.

Customize vhost with FusioNForge [ Reply ]
By: Filippo S on 2016-08-20 22:00
[forum:949]
Hello,

I am running into an annoying problem that is probably easy to solve but I am not that expert to get it done myself.

I have a website http://www.testing.org that points to WordPress.

If I install FusionForge via RPM on CentOS7 then http://www.testing.org

I want to keep "www.testing.org" pointing to WordPress and eventually "forge.testing.org" pointing to FusionForge. What I should do? Which file I have to modify?

Thanks in advance
-- Filippo