Apache 2 revers proxy

Here’s what I have

  1. Ubuntu 10.04
  2. RT 4.0.4 installed and configured
  3. Starman
  4. LAMP
  5. 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?

Here’s what I have

  1. Ubuntu 10.04
  2. RT 4.0.4 installed and configured
  3. Starman
  4. LAMP
  5. 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] Plack::Handler::FCGI - FastCGI handler for Plack - metacpan.org


RT Training Sessions (http://bestpractical.com/services/training.html)

  • Boston March 5 & 6, 2012

Best regards, Ruslan.