SOURCES: parselog-apache.conf (NEW), parselog-debug.patch (NEW) - ...

glen glen at pld-linux.org
Sun Feb 19 19:21:37 CET 2006


Author: glen                         Date: Sun Feb 19 18:21:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

---- Files affected:
SOURCES:
   parselog-apache.conf (NONE -> 1.1)  (NEW), parselog-debug.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/parselog-apache.conf
diff -u /dev/null SOURCES/parselog-apache.conf:1.1
--- /dev/null	Sun Feb 19 19:21:37 2006
+++ SOURCES/parselog-apache.conf	Sun Feb 19 19:21:32 2006
@@ -0,0 +1,21 @@
+Alias /parselog-cgi/css /etc/parselog/css/
+<Directory /etc/parselog/css>
+  AllowOverride None
+  Order allow,deny
+  Allow from all
+</Directory>
+
+Alias /parselog-cgi/ /var/cache/parselog-cgi/
+<Directory /var/cache/parselog-cgi>
+  AllowOverride None
+  Order allow,deny
+  Allow from all
+</Directory>
+
+ScriptAlias /parselog /usr/lib/cgi-bin/parselog.cgi
+ScriptAlias /parselog/ /usr/lib/cgi-bin/parselog.cgi
+<Location ~ "^/parselog/?$">
+  AllowOverride None
+  Order allow,deny
+  Allow from all
+</Location>

================================================================
Index: SOURCES/parselog-debug.patch
diff -u /dev/null SOURCES/parselog-debug.patch:1.1
--- /dev/null	Sun Feb 19 19:21:37 2006
+++ SOURCES/parselog-debug.patch	Sun Feb 19 19:21:32 2006
@@ -0,0 +1,10 @@
+--- parselog-0.09/cgi/conf/parselog-cgi.conf~	2006-02-19 20:08:52.000000000 +0200
++++ parselog-0.09/cgi/conf/parselog-cgi.conf	2006-02-19 20:10:10.000000000 +0200
+@@ -1,6 +1,6 @@
+ # /etc/webapps/parselog/parselog.conf. See parselog(1) for details.
+ 
+-debug   = 1
++debug   = 0
+ 
+ libdir  = /var/lib/parselog
+ 
================================================================


More information about the pld-cvs-commit mailing list