| dwitton 2007-01-23, 8:15 pm |
| I'm trying to use mod_rewrite on v 1.3.33 running on OS X server - I'm
moving from test to production. In test all is well, but in production my
rewrite_log only shows repeated
init rewrite engine with requested uri /server-status
originating from 127.0.0.1. These requests seem to be automatically
generated - they are repeated every minute or more. None of my requests for
other uris are being logged. Here's the relevant httpd.conf lines:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
RewriteRule ^/phones/(.*) http://172.16.1.148/phones/$1 [P]
RewriteLog "/private/var/log/httpd/rewrite_log"
RewriteLogLevel 3
</IfModule>
mod_rewrite and mod_proxy are loaded. What am I doing wrong?
----== Posted via webservertalk.com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
|