9f9ccbc
9f9ccbc
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
9f9ccbc
9f9ccbc
#
9f9ccbc
# When loaded, the mod_proxy_ajp module adds support for
9f9ccbc
# proxying to an AJP/1.3 backend server (such as Tomcat).
9f9ccbc
# To proxy to an AJP backend, use the "ajp://" URI scheme;
9f9ccbc
# Tomcat is configured to listen on port 8009 for AJP requests
9f9ccbc
# by default.
9f9ccbc
#
9f9ccbc
9f9ccbc
# 
9f9ccbc
# Uncomment the following lines to serve the ROOT webapp
9f9ccbc
# under the /tomcat/ location, and the jsp-examples webapp
9f9ccbc
# under the /examples/ location.
9f9ccbc
#
9f9ccbc
#ProxyPass /tomcat/ ajp://localhost:8009/
9f9ccbc
#ProxyPass /examples/ ajp://localhost:8009/jsp-examples/
9f9ccbc
9f9ccbc