On 4/21/06, Axel-Stéphane SMORGRAV
<[EMAIL PROTECTED]> wrote:
> - Make sure that Apache can still write to its log files
>
> chown -R nobody:nobody /var/logs/httpd
>
> (replace the path with the path to where your Apache log files are)
I think that's not needed, cause httpd opens log files as r
That does not sound right at all.
1. AddHandler adds a handler for processing URLs having a specific extension.
In the case of the type-map handler, the default is the .var extension.
2. Apache does not modify the httpd.conf file so it should not grow or change.
3. You can safely remove that li