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?
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?