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