On Thu, Dec 29, 2011 at 02:33, Damien Hull <[email protected]> wrote: > Here's what I have > 1. Ubuntu 10.04 > 2. RT 4.0.4 installed and configured > 3. Starman > 5. LAMP > 6. Test Server > > I can access the login page for RT directly by using :8080. That's > where RT and Starman are. That tells me if I configure Apache > correctly it should work. > > I added the following to the "default" apache v host: > ProxyPass / http://localhost:8080/ > ProxyPassReverse / http://localhost:8080/ > > When I try to connect it says I don't have access to /. > > What am I missing?
Never tried apache as reverse proxy. If you're not tied to apache then you can take a look at RT-Extension-Nginx. With apache you can start RT as external FCGI server [1]. However, Nginx solution comes with additional features. [1] http://search.cpan.org/~miyagawa/Plack-0.9985/lib/Plack/Handler/FCGI.pm > -------- > RT Training Sessions (http://bestpractical.com/services/training.html) > * Boston March 5 & 6, 2012 -- Best regards, Ruslan. -------- RT Training Sessions (http://bestpractical.com/services/training.html) * Boston March 5 & 6, 2012
