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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to