Hi Martin,

Thanks for your answer but i still have the same problem.
Here is my virtual host description:

<VirtualHost 192.168.1.103:80>
    ServerName www.abc.com
    DocumentRoot /usr/share/tomcat5/webapps
    DirectoryIndex index.jsp

    ProxyPreserveHost On
    RewriteEngine on
   ProxyRequests on
   <proxy *>
       Order deny,allow
      Allow from all
   </proxy>
   <Location /contact/>
      ProxyPass ajp://localhost:8009/contact/
      Allow from all
   </Location>
</VirtualHost>

can you tell me if my setting is right ?

Thanks you.
Tabu

----- Original Message ----- 
From: "Martin Gainty" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, May 23, 2006 5:05 PM
Subject: Re: Permission denied


> The location directive for the virtual site has to be specified in
httpd.conf
>
> <Location /contact/>
>     ProxyPass ajp://localhost:8009/contact/
>     Allow from localhost
> </Location>
>
> Also determine if the admin is either blocking or using that port..if so
find a work around
> Anyone else?
> M
> *********************************************************************
> This email message and any files transmitted with it contain confidential
> information intended only for the person(s) to whom this email message is
> addressed.  If you have received this email message in error, please
notify
> the sender immediately by telephone or email and destroy the original
> message without making a copy.  Thank you.
>
>
>
> ----- Original Message ----- 
> From: "Tabu Isiaka" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Sent: Tuesday, May 23, 2006 4:21 PM
> Subject: Permission denied
>
>
> > Hi,
> >
> > Can someone help to found how I can resolve the following message :
> >
> > (13)Permission denied: proxy: AJP: attempt to connect to 127.0.0.1:8009
> >
> > I am trying to use apache2.2 with tomcat5 either with mod_jk or
mod_proxy_ajp.
> >
> > Thanks you for your help.
> > Tabu
> >



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to