====== Vhosts ====== ===== Pitchfork ===== The following packages need to be installed: * {{Package|direct=yes|dev-php/PEAR-PEAR}} Create the following vhost: {{File|/etc/apache/vhosts.d/04_pitchfork.sihnon.net.conf| # you will probably want to change the two following settings: ServerName pitchfork.sihnon.net ServerAlias pitchfork DocumentRoot /var/www/sihnon.net/pitchfork/html AllowOverride all DirectoryIndex index.php Options -Indexes php_flag magic_quotes_gpc off php_flag display_errors off php_flag allow_url_fopen on php_flag log_errors on #AddType application/x-httpd-php .php # switch comment marks on the two items to disable access logging # completely for pitchfork. See INSTALL SetEnvIf Request_URI "player/command\.php" pitchforknolog #SetEnv pitchforknolog }} Then extract the pitchfork source into /var/www/sihnon.net/pitchfork/pitchfork-//version//, and symlink the webroot to the appropriate directory {{Command| cd /var/www/sihnon.net/pitchfork ln -s pitchfork-version html }}