Who says this is an error message? You are obviously using mod_rewrite somewhere. Could you possibly supply a client side trace using LiveHTTPheaders (FireFox) or HTTPWatch (IE) ?? -ascs -----Original Message----- From: Jason Martens [mailto:jmartens@xxxxxxxxxxxxxxxxxx] Sent: Monday, December 05, 2005 8:43 PM To: users@xxxxxxxxxxxxxxxx Subject: [users@httpd] Unknown error message from mod_rewrite Hey all, I'm having a problem with apache, and maybe mod_rewrite, where it will work the first time I access a page, but then every subsequent request for that url will fail until I close my browser and open it again. This is the error message I get from the apache error.log: [Mon Dec 05 13:32:07 2005] [debug] /home/adconrad/build/apache2/security/sarge/apache2-2.0.54/build-tree/apache2/modules/mappers/mod_rewrite.c(1788): [client 0.0.0.0] mod_rewrite's internal redirect status: 0/10., referer: http://example.com/Internal/phone_list/departments.asp I've tried googleing the error message, but I just find some code snippets and some (seemingly) unrelated problems. 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/ Any thoughts? Thanks, 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 --------------------------------------------------------------------- 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