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