Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dfelicia

    mod_proxy_ajp & static content

    Got it working. Here's how I did it: <Directory "/foo/bar"> Options FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Alias /bar "/foo/bar" RewriteEngine On RewriteRule ^/bar/(.*)\.jsp$ ajp://127.0.0.1:45002/bar/$1.jsp [P] RewriteRule...
  2. dfelicia

    mod_proxy_ajp &amp; static content

    Is it possible to configure mod_proxy_ajp so it only passes dynamic content (e.g. *.jsp) to the servlet engine? With mod_jk, this is easily accomplished: JkMount /*.jsp ajp13 The desired result is to serve static stuff via Apache using an Alias/Directory directive, and serve *.jsp via AJP...

Part and Inventory Search

Back
Top