This is a discussion on mod_rewrite and server status within the Apache Web Server forums, part of the Web Server and Related Forums category; I'm trying to use mod_rewrite on v 1.3.33 running on OS X server - I'm moving from ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- |