[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: multiple redmine sites



Le 29.10.2014 16:11, Bram Diederik a écrit :

So, you probably should have one virtual host like

and the other one like

?

--
Yes and both there own FcgidInitialEnv X_DEBIAN_SITEID setting. 

FcgidInitialEnv X_DEBIAN_SITEID "default"  for the 443 site

FcgidInitialEnv X_DEBIAN_SITEID "dev"  for the 3000 site

but both sites connect to the default site when i visit them with
some browser

Can you show the whole exact content of your /etc/apache2/sites-enabled please? Could you also show the content of /etc/redmine/ (for i in $(find /etc/redmine); do echo $i;cat $i;done will do the job)?


Reply to: