[or-cvs] r22256: {check} Fix a domain name (check/trunk/etc)

Peter Palfrader peter at palfrader.org
Thu Apr 29 22:16:24 UTC 2010


Author: weasel
Date: 2010-04-29 22:16:24 +0000 (Thu, 29 Apr 2010)
New Revision: 22256

Modified:
   check/trunk/etc/apache.conf
Log:
Fix a domain name

Modified: check/trunk/etc/apache.conf
===================================================================
--- check/trunk/etc/apache.conf	2010-04-29 22:14:55 UTC (rev 22255)
+++ check/trunk/etc/apache.conf	2010-04-29 22:16:24 UTC (rev 22256)
@@ -6,7 +6,7 @@
 
 # run sudo apache2-vhost-update check.torproject.org after editing this file
 
-WSGIDaemonProcess check.torproject.org user=nobody group=nogroup home=/srv/check.debian.org processes=2 threads=16 maximum-requests=1000 umask=0007 display-name=wsgi-check.torproject.org
+WSGIDaemonProcess check.torproject.org user=nobody group=nogroup home=/srv/check.torproject.org processes=2 threads=16 maximum-requests=1000 umask=0007 display-name=wsgi-check.torproject.org
 
 <VirtualHost *:80>
 	ServerName check.torproject.org



More information about the tor-commits mailing list