]>
Commit | Line | Data |
---|---|---|
1 | <VirtualHost *:80> | |
2 | # you will probably want to change the two following settings: | |
3 | ServerName pitchfork | |
4 | DocumentRoot /var/www/pitchfork | |
5 | <Directory /var/www/pitchfork> | |
6 | AllowOverride all | |
7 | </Directory> | |
8 | DirectoryIndex index.php | |
9 | Options -Indexes | |
10 | php_flag magic_quotes_gpc off | |
11 | php_flag display_errors off | |
12 | php_flag log_errors on | |
13 | AddType application/x-httpd-php .php | |
14 | # switch comment marks on the two items to disable access logging | |
15 | # completely for pitchfork. See INSTALL | |
16 | SetEnvIf Request_URI "player/command\.php" pitchforknolog | |
17 | #SetEnv pitchforknolog | |
18 | </VirtualHost> |