https://issues.apache.org/bugzilla/show_bug.cgi?id=45911


John Kienitz <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #1 from John Kienitz <[EMAIL PROTECTED]>  2008-09-29 15:53:40 PST 
---
This works with mod_jk and mod_proxy without ajp for the same Apache / Tomcat
version.  

mod_proxy_ajp also failed on Apache 2.2.4.


A portion of the httpd.conf file that shows the configuration:

#ok:

#JkWorkersFile D:/ApacheGroup/Apache2.2/conf/workers.properties
#JkLogFile     logs/mod_jk.log
#JkLogLevel    info
#JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
####### JK MOUNT POINT
#JkMount /*/ExtraView/*   tomcat1


#ok:

#ProxyTimeout 3000
#<Proxy *>
#  Order deny,allow
#  Allow from all
#</Proxy>
#
#ProxyPass /johnk/ http://johnk.extraview.net:8080/johnk/
#ProxyPassReverse /johnk/ http://johnk.extraview.net:8080/johnk/


#fails:

ProxyPass /johnk/ ajp://localhost:8009/johnk/


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

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

Reply via email to