PDA

View Full Version : Tomcat5 + mod_proxy


msource
12th December 2007, 01:49
Hi,

I have a server with the following configuration for showing a application in tomcat5.

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyRequests Off
ProxyPreserveHost On
ProxyPass /sysaid http://localhost:8080/sysaid
ProxyPassReverse /sysaid http://localhost:8080/sysaid

When a put this in the Apache Directives (Optional), this give me an error when i reload apache. Did nor reconize <Proxy *>

There are anyway for configure tomcat5 aplications with mod_proxy?

till
12th December 2007, 10:52
Which error do you get when you add this? Please make sure that the mod_proxy module is installed and loaded.