Tomcat5 + mod_proxy

Discussion in 'Installation/Configuration' started by msource, Dec 12, 2007.

  1. msource

    msource New Member

    Hi,

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

    Code:
        <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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which error do you get when you add this? Please make sure that the mod_proxy module is installed and loaded.
     

Share This Page