Posts Tagged ‘apache’

Apache RewriteRule in .htaccess removes directory prefix

Friday, January 29th, 2010

Here’s an important part of the RewriteRule documentation that I didn’t read carefully enough

Apache and Log Rotation

Tuesday, April 29th, 2008

I was looking into Apache log rotation schemes and here’s what I came up with. Note that this is specifically for a Linux system.

- http://httpd.apache.org/docs/2.0/programs/rotatelogs.html

This is the Apache docs for a program called ‘rotatelogs’ which comes with Apache. It replaces the default specification of the log file as a pipe to a rotatelogs [...]