Reporter |
![]() |
---|---|
Created | Jul 11, 2012 4:49:19 AM |
Updated | May 22, 2013 2:46:12 PM |
I installed the latest version of YouTrack on my server machine, setup and configured mail fine.
Next, I wanted to provide access to client machines via Apache 2.0 install.
i.e.
[HTTP(s)] Apache -> [HTTP] Standalone YouTrack
I put the following edits into the httpd.conf file:
ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> <IfModule mod_proxy.c> ProxyPass /youtrack http://localhost:8888 ProxyPassReverse /youtrack http://localhost:8888 ProxyPreserveHost On </IfModule>
However, requests to the server URL http://www.[myservername].com/youtrack resulted in the URL being re-written to a ".../rootGo"
page and 404 error.
I've tried changing and putting in different strings in the 'BaseURL' setting, but can't seem to get this to work.
Anyone know the reason for this error/solution ?
Thanks
Next, I wanted to provide access to client machines via Apache 2.0 install.
i.e.
[HTTP(s)] Apache -> [HTTP] Standalone YouTrack
I put the following edits into the httpd.conf file:
ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> <IfModule mod_proxy.c> ProxyPass /youtrack http://localhost:8888 ProxyPassReverse /youtrack http://localhost:8888 ProxyPreserveHost On </IfModule>
However, requests to the server URL http://www.[myservername].com/youtrack resulted in the URL being re-written to a ".../rootGo"
page and 404 error.
I've tried changing and putting in different strings in the 'BaseURL' setting, but can't seem to get this to work.
Anyone know the reason for this error/solution ?
Thanks