"Bill Barker" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> "Joseph Shraibman" <jks@selectacast.net> wrote in message 
> news:[EMAIL PROTECTED]
>> Does anybody have any idea how to use mod_proxy_ajp?  The documentation 
>> page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks 
>> about the ajp protocol.
>
> # Forward all to myapp
> <Location /myapp>
> ProxyPass ajp:/localhost:8009/myapp
> </Location>
>
> # Forward all JSP files
> RewriteRule (.*)\.jsp ajp:/localhost:8009/$1.jsp [P]
>
>
> The more sophisticated stuff about configuring load-balancing is covered 
> pretty well in the mod_proxy_balancer docs.

Urm, typo.  All of the 'ajp:/' strings above should be 'ajp://'




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

Reply via email to