Howard White wrote:
> Steven S. Critchfield wrote:
> >
> >What appears to be happening is that the images, libs, and such are
> >being served up at / but you are only sending /mysite to the backside.
> >
> >Change the above referenced /mysite to just plain / and see if that gets
> >all the formatting right.
> >
> >
> Okay, there are two places to refer to /mysite.  ProxyPass and
> ProxyPassReverse.  In our private discussions Steve, you suggested
> that I needed to change the ProxyPassReverse, so I just did and I
> got a "Service Temporarily Unavailable" response from the server.
> Here is the error.log:
> 
> [Fri Feb 19 16:11:46 2010] [notice] Apache/2.2.11 (Ubuntu)
> mod_ssl/2.2.11 OpenSSL/0.9.8g configured -- resuming normal
> operations
> [Fri Feb 19 16:12:15 2010] [error] (113)No route to host: proxy:
> HTTPS: attempt to connect to 10.123.123.123:443 (10.123.123.123)
> failed
> [Fri Feb 19 16:12:15 2010] [error] ap_proxy_connect_backend
> disabling worker for (10.123.123.123)
> [Fri Feb 19 16:12:16 2010] [error] [client {myIP}] File does not
> exist: /var/www/favicon.ico
> 
> Thank you again.  Please have a good weekend.

I used to have Zope running on localhost:8080 and Apache proxying
requests on port 80.

My config file had:

ProxyPass / http://localhost.cinlug.org:8080/cinlug/
ProxyPassReverse / http://localhost.cinlug.org/cinlug/
ProxyPass /misc_ http://localhost.cinlug.org:8080/cinlug/misc_
ProxyPass /p_ http://localhost.cinlug.org:8080/cinlug/p_

It's been years since I've had to mess with proxying but you may just
need to add some additional ProxyPass config lines.

-- 
You received this message because you are subscribed to the Google Groups 
"NLUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nlug-talk?hl=en

Reply via email to