]> Joshua Wise's Git repositories - patchfork.git/blame - doc/pitchfork.conf
Fix up XPath syntax for proper functioning in Safari (patch from Jacob Potter <jdpott...
[patchfork.git] / doc / pitchfork.conf
CommitLineData
964dd0bc
JW
1Alias /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>
This page took 0.023938 seconds and 4 git commands to generate.