Hi Martin

Thanks for your response.

I don't have the Location tag configured. What exactly did Mark suggest?
Turning off Keep Alives? I did that. I also had a look at the link that
you provided but this related to Confluence so I'm unsure how it applies
to me

<VirtualHost 211.111.111.11:80>
    ServerName sitea.com
    ServerAlias www.sitea.com
    DocumentRoot /home/ sitea.com/public_html
    ProxyPass / http://serverb.com:8080/sitea/
    ProxyPassReverse / http://serverb.com:8080/sitea/
</VirtualHost>

<VirtualHost 211.111.111.12:80>
    ServerName siteb.com
    ServerAlias www.siteb.com
    DocumentRoot /home/ siteb.com/public_html
    ProxyPass / http://serverb.com:8080/siteb/
    ProxyPassReverse / http://serverb.com:8080/siteb/
</VirtualHost>

<VirtualHost 211.111.111.13:80>
    ServerName sitec.com
    ServerAlias www.sitec.com
    DocumentRoot /home/ sitec.com/public_html    
    ProxyPass /images/ !
    ProxyPass / http://co8.reliablehosting.com:8081/sitec/
    ProxyPassReverse / http://co8.reliablehosting.com:8081/sitec/
</VirtualHost>


Regarding having LoadModule mod_proxy         modules/mod_proxy.so in
the header, from what I understand Apache was compiled with it and so it
doesn't need to be included. I checked in the modules directory and
could not see it there but it's defintely running.

Regards
Michael

> -----Original Message-----
> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Sent: 19 October 2008 16:03
> To: Tomcat Users List
> Subject: RE: Proxy timeout error in Apache error log
> 
> 
> that should've worked
> can you double check to see if enabled mod_proxy in httpd.conf?
> LoadModule mod_proxy         modules/mod_proxy.so
> 
> also please display everything between <Location..> and </Location>
> and any configuration for Proxy between <Proxy..> and </Proxy>
> 
> did you configure Location as mark suggested?
>
http://confluence.atlassian.com/display/DOC/Using+Apache+with+mod_proxy
> 
> Martin
> ______________________________________________
> Disclaimer and confidentiality note
> Everything in this e-mail and any attachments relates to the official
> business of Sender. This transmission is of a confidential nature and
> Sender does not endorse distribution to any party other than intended
> recipient. Sender does not necessarily endorse content contained
within
> this transmission.
> 
> 
> > Subject: RE: Proxy timeout error in Apache error log
> > Date: Sun, 19 Oct 2008 01:48:16 -0400
> > From: [EMAIL PROTECTED]
> > To: users@tomcat.apache.org
> >
> > Mark
> >
> > I have turned off Keep Alive and also set
> >
> >     SetEnv force-proxy-request-1.0 1
> >     SetEnv proxy-nokeepalive 1
> >
> > This does not seem to have made a difference.
> >
> > Regards
> > Michael
> >
> > > -----Original Message-----
> > > From: Mark Thomas [mailto:[EMAIL PROTECTED]
> > > Sent: 18 October 2008 20:01
> > > To: Tomcat Users List
> > > Subject: Re: Proxy timeout error in Apache error log
> > >
> > > Michael Farah wrote:
> > > > Hi all
> > > >
> > > >
> > > >
> > > > We have three Tomcat sites running on three different Tomcat
> > > instances
> > > > on a server (let's call it myserverA). One of the sites runs on
> > > Tomcat
> > > > 5.5 and two run on different instances of Tomcat 6. We then have
> > > Apache
> > > > 2.2 running on myserverB and we use mod_proxy_http as the
> connector.
> > > We
> > > > are regularly getting errors like the two lines below in our
> Apache
> > > log
> > > > file on all three sites;
> > > >
> > > >
> > > >
> > > > (70007)The timeout specified has expired: proxy: error reading
> > status
> > > > line from remote server myserverA.com, referer:
> http://www.site.com
> > > >
> > > > proxy: Error reading from remote server returned by
> > > > /cache/Folder/image.jpg, referer: http://www.site.com
> > > >
> > > >
> > > >
> > > > Can anyone advise what the issue might be?
> > >
> > > Try turning off keep-alive?
> > >
> > > Mark
> > >
> > > >
> > > >
> > > >
> > > > Regards
> > > >
> > > > Michael
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
-------------------------------------------------------------------
> --
> > > To start a new topic, e-mail: users@tomcat.apache.org
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> _________________________________________________________________
> When your life is on the go-take your life with you.
> http://clk.atdmt.com/MRT/go/115298558/direct/01/

---------------------------------------------------------------------
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