On Mon, 2005-12-05 at 23:20 +0100, Christian Folini wrote: > On Mon, Dec 05, 2005 at 01:42:34PM -0600, Jason Martens wrote: > > Here are the relevant apache config statements: > > <Location /Internal/phone_list/> > > Order deny,allow > > Deny from all > > allow from 10. > > </Location> > > > > ProxyPass /Internal/phone_list/ http://another.server/phone_list/ > > Have you tried to add a ProxyPassReverse statement? Redirection issues > a location header which is rewritten through the ProxyPassReverse > statement. Not sure it solves your problem, as your error message sure > is cryptic... I tried adding this, but it didn't change anything. > > Christian > > P.S. A good rule of thumb is to use symetric paths in proxying. > This means to do > /phone_list -> /phone_list > While you do > /phone_list -> /Internal/phone_list > > I do not think it affects you here, but it makes life easier. Just in case, I tried changing the path on the remote server, and I'm still having the same problem. :( Thanks for the suggestions. Jason Martens --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx