Re: Apache rewrite module From Static to Dynamic

2011-02-22 Thread David Christensen
On 02/20/2011 10:32 PM, David Christensen wrote: But, the log is still owned by root: $ ll apache-sandbox/log/rewrite.log -rw-r--r-- 1 root root 2082 Feb 20 22:27 apache-sandbox/log/rewrite.log According to a Debian Apache maintainer, this is a feature, not a bug. He suggested running logrotat

Re: Apache rewrite module From Static to Dynamic

2011-02-21 Thread Alan Chandler
On 21/02/11 21:00, David Christensen wrote: On 02/21/2011 12:33 PM, Andrei Popescu wrote: On Du, 20 feb 11, 22:22:05, David Christensen wrote: 2. The rewrite log is empty and owned by root: $ ll apache-sandbox/log/rewrite.log -rw-r--r-- 1 root root 0 Feb 20 21:57 apache-sandbox/log/rewrite.log

Re: Apache rewrite module From Static to Dynamic

2011-02-21 Thread David Christensen
On 02/21/2011 12:33 PM, Andrei Popescu wrote: On Du, 20 feb 11, 22:22:05, David Christensen wrote: 2. The rewrite log is empty and owned by root: $ ll apache-sandbox/log/rewrite.log -rw-r--r-- 1 root root 0 Feb 20 21:57 apache-sandbox/log/rewrite.log Why is that a problem? Hint: the third 'r'

Re: Apache rewrite module From Static to Dynamic

2011-02-21 Thread Andrei Popescu
On Du, 20 feb 11, 22:22:05, David Christensen wrote: > > 2. The rewrite log is empty and owned by root: > > $ ll apache-sandbox/log/rewrite.log -rw-r--r-- 1 root root 0 Feb 20 > 21:57 apache-sandbox/log/rewrite.log Why is that a problem? Hint: the third 'r' means the log is readable by anyone

Re: Apache rewrite module From Static to Dynamic

2011-02-21 Thread David Christensen
On 02/20/2011 10:32 PM, David Christensen wrote: -rw-r--r-- 1 root root 2082 Feb 20 22:27 apache-sandbox/log/rewrite.log It might help if I posted the contents of the rewrite log (D'oh!): 2011-02-21 11:23:28 dpchrist@p43400e ~ $ cat apache-sandbox/log/rewrite.log 192.168.0.34 - - [20/Feb/2011:

Re: Apache rewrite module From Static to Dynamic

2011-02-20 Thread David Christensen
On 02/20/2011 10:22 PM, David Christensen wrote: 2. The rewrite log is empty and owned by root: $ ll apache-sandbox/log/rewrite.log -rw-r--r-- 1 root root 0 Feb 20 21:57 apache-sandbox/log/rewrite.log Here's part of the solution to #2 -- I needed to set RewriteLogLevel to something greater th

Apache rewrite module From Static to Dynamic

2011-02-20 Thread David Christensen
debian-user: I have a Debian 6.0.0 (Squeeze) computer with the "apache" Debian package installed: $ cat /etc/debian_version 6.0 $ sudo apache2ctl -v Server version: Apache/2.2.16 (Debian) Server built: Jan 1 2011 21:57:31 I am trying to learn about the Apache rewrite module via "Apache H