Apache logs in standard place
[irspy-moved-to-github.git] / web / conf / apache1.3 / test.conf
index b696670..bd4a2d8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: test.conf,v 1.3 2006-10-31 09:22:57 mike Exp $
+# $Id: test.conf,v 1.4 2007-01-18 12:12:12 mike Exp $
 #
 # Sample configuration for running an IRSpy web-site under Apache 1.3.
 #
 #
 # Sample configuration for running an IRSpy web-site under Apache 1.3.
 #
@@ -17,8 +17,8 @@
 
 <VirtualHost 10.0.0.4>
     ServerName irspy.indexdata.com
 
 <VirtualHost 10.0.0.4>
     ServerName irspy.indexdata.com
-    ErrorLog     /usr/local/src/cvs/irspy/web/logs/error.log
-    CustomLog    /usr/local/src/cvs/irspy/web/logs/access.log combined
+    ErrorLog     /var/log/apache/irspy-error.log
+    CustomLog    /var/log/apache/irspy-access.log combined
     DocumentRoot /usr/local/src/cvs/irspy/web/htdocs
     <FilesMatch "\.(html|css)$">
      SetHandler perl-script
     DocumentRoot /usr/local/src/cvs/irspy/web/htdocs
     <FilesMatch "\.(html|css)$">
      SetHandler perl-script