How do I forward Apache to Fast BugTrack?
change “Apache Group->conf->http.conf” : – uncomment the following two lines : LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so then add the following lines : # FastBugTrack Proxy ProxyPass /fastbugtrack http://localhost:10000 make sure FBT sURLPREFIX is set to “/fastbugtrack/” (including trailing /) If you are using https, change sURLPREFIX to your complete url (https://server/) so that notification links contain the correct address.