]>
Commit | Line | Data |
---|---|---|
1 | Alias /pitchfork /var/www/pitchfork | |
2 | <Directory /var/www/pitchfork> | |
3 | DirectoryIndex index.php | |
4 | Options -Indexes | |
5 | AllowOverride all | |
6 | AddType application/x-httpd-php .php | |
7 | php_flag magic_quotes_gpc off | |
8 | php_flag magic_quotes_runtime off | |
9 | php_flag display_errors off | |
10 | php_flag log_errors on | |
11 | # switch comment marks on the two items to disable access logging | |
12 | # completely for pitchfork. See INSTALL | |
13 | SetEnvIf Request_URI "player/command\.php" pitchforknolog | |
14 | #SetEnv pitchforknolog | |
15 | </Directory> |