Hi,

I inserted the Location directives in proxy_ajp.conf and when try the url
the following error appear in the error_log file:

(13)Permission denied: proxy: AJP: attempt to connect to 127.0.0.1:8009
(localhost) failed.

Any idea ?

----- Original Message ----- 
From: "Warren Pace" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, May 19, 2006 5:52 AM
Subject: Re: Connecting Apache2.2 with Tomcat 5 using mod_proxy_ajp


>
>
> > **************************** PROXY_AJP_.CONF ***************************
> >
> > ProxyPass /contact/*.jsp ajp://localhost:8080/contact/
> > ProxyPassReverse /contact/*.jsp ajp://localhost:8080/contact/
>
> Use port 8009 (the ajp connector uses 8009) instead of 8080
> Add a line in your HTTPD.conf to include your PROXY_AJP_CONF file as
below:
> Include /etc/apache2/extra/PROXY_AJP_CONF (whatever you've named your
file).
> Use the Location directive inside your proxy_ajp_conf file
> <Location /contact/>
>     ProxyPass ajp://localhost:8009/contact/
> </Location>
>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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

Reply via email to