SOURCES: mailgraph.conf - unify

glen glen at pld-linux.org
Sun Mar 5 14:01:03 CET 2006


Author: glen                         Date: Sun Mar  5 13:01:01 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- unify

---- Files affected:
SOURCES:
   mailgraph.conf (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/mailgraph.conf
diff -u SOURCES/mailgraph.conf:1.6 SOURCES/mailgraph.conf:1.7
--- SOURCES/mailgraph.conf:1.6	Sun Feb 12 21:21:05 2006
+++ SOURCES/mailgraph.conf	Sun Mar  5 14:00:56 2006
@@ -1,26 +1,18 @@
-########
-# Uncomment below line or define other mapping /usr/share/mailgraph to
-# server URL:
-########
+# $Id$
+
 Alias /mailgraph /usr/share/mailgraph
 
-########
-# Tempate configuration for mailgraph mapping:
-# - specify is in /usr/share/mailgraph CGI scripts
-#   and allow execute this.
-########
 <Directory /usr/share/mailgraph>
-#	for execute CGI files
 	Options ExecCGI
 	AddHandler cgi-script .cgi
 
 	AllowOverride AuthConfig Limit
-	
+
 	Order allow,deny
-        Allow from all
+	Allow from all
 
-#	setting expiration pngfiles
-#	make sure if Expires mod is enabled
-	ExpiresActive On
-	ExpiresByType image/png M5
+	<IfModule mod_expires.c>
+		ExpiresActive On
+		ExpiresByType image/png M5
+	</IfModule>
 </Directory>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mailgraph.conf?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list