<VirtualHost *:80>
	ServerName	ws0.uspvp.org
	ServerAdmin jfl@uspvp.org
	
	DocumentRoot /home/jfl/www/uspvp.org
	<Directory /home/jfl/www/uspvp.org>
		Options Indexes FollowSymLinks MultiViews
		AllowOverride None
		Order allow,deny
		allow from all
	</Directory>

	ScriptAlias /cgi-bin/ /home/jfl/www/uspvp.org/cgi-bin/
	<Directory "/home/jfl/www/uspvp.org/cgi-bin">
		AllowOverride None
		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
		Order allow,deny
		Allow from all
	</Directory>
	
	WSGIScriptAlias /wiki /home/jfl/www/uspvp.org/wiki/moin.wsgi
	WSGIDaemonProcess uspvp.org user=www-data group=www-data processes=5 threads=10 maximum-requests=1000 umask=0007
  WSGIProcessGroup uspvp.org

	LogLevel info
	ErrorLog /home/jfl/www/logs/uspvp_error.log
	CustomLog /home/jfl/www/logs/uspvp_access.log combined
</VirtualHost>
