fix comments
authorwosch <wosch>
Wed, 15 Apr 2009 18:23:02 +0000 (18:23 +0000)
committerwosch <wosch>
Wed, 15 Apr 2009 18:23:02 +0000 (18:23 +0000)
irspy -> cfspy

web/conf/apache2.0/cfspy.conf

index d721dab..5ac65cc 100644 (file)
@@ -1,15 +1,15 @@
-# $Id: cfspy.conf,v 1.1 2009-04-15 18:20:15 wosch Exp $
+# $Id: cfspy.conf,v 1.2 2009-04-15 18:23:02 wosch Exp $
 #
 #
-# Sample configuration for running an IRSpy web-site under Apache 1.3.
+# Sample configuration for running an IRSpy web-site under Apache 2.x.
 #
 # This is the configuration that I use on the development machine,
 # xeno, which is a Fujitu-Siemens SCENIC X102 PC running Ubuntu Linux
 # release 6.06.  On this machine, the IRSpy software is at
 #
 # This is the configuration that I use on the development machine,
 # xeno, which is a Fujitu-Siemens SCENIC X102 PC running Ubuntu Linux
 # release 6.06.  On this machine, the IRSpy software is at
-#      /usr/local/src/cvs/irspy
+#      /home/wosch/indexdata/irspy
 #
 # This file can be included in the Apache configuration by adding a
 # line like this to apache.conf or one of its included files:
 #
 # This file can be included in the Apache configuration by adding a
 # line like this to apache.conf or one of its included files:
-#      Include /usr/local/src/cvs/irspy/web/conf/apache1.3/xeno.conf
+#      Include /home/wosch/indexdata/irspy/web/conf/apache2.0/cfspy.conf
 #
 # When running on Ubuntu (and probably Debian), don't forget to
 # install libapache-request-perl as well as libhtml-mason-perl,
 #
 # When running on Ubuntu (and probably Debian), don't forget to
 # install libapache-request-perl as well as libhtml-mason-perl,
@@ -20,8 +20,8 @@
 <VirtualHost *:80>
     ServerName cfspy.indexdata.com
 
 <VirtualHost *:80>
     ServerName cfspy.indexdata.com
 
-    ErrorLog     /var/log/apache2/irspy-error.log
-    CustomLog    /var/log/apache2/irspy-access.log combined
+    ErrorLog     /var/log/apache2/cfspy-error.log
+    CustomLog    /var/log/apache2/cfspy-access.log combined
     DocumentRoot /home/wosch/indexdata/irspy/web/htdocs
     <FilesMatch "\.(html|css)$">
      SetHandler perl-script
     DocumentRoot /home/wosch/indexdata/irspy/web/htdocs
     <FilesMatch "\.(html|css)$">
      SetHandler perl-script
@@ -43,3 +43,4 @@
        Require user admin
     </Location>
 </VirtualHost>
        Require user admin
     </Location>
 </VirtualHost>
+