DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38227>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38227





------- Additional Comments From [EMAIL PROTECTED]  2006-02-22 00:47 -------
The config in bug 36495 is very similar to my original situation. Apache httpd
2.2 and tomcat runnnig together on a single Linux box with the config on httpd
using ProxyPass to redirect to 127.0.0.1:8009. The messages once the poster
moved to 2.2 are basically the same.

Here's the proxy config I have (with some URL segments changed to xxx):

    ProxyRequests off
    <Proxy *>
        Order allow,deny
        Deny from all
    </Proxy>
    <Proxy ajp://127.0.0.1:8009/*>
        Order deny,allow
        Allow from all
    </Proxy>
    ProxyPass /xxx ajp://127.0.0.1:8009/xxx

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to