Author: glen                         Date: Sun Jan  1 18:28:44 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cgi-bin program moved to /usr/lib/cgi-bin
- now works with apache1 and apache2.2

---- Files affected:
SOURCES:
   sqwebmail-apache.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/sqwebmail-apache.conf
diff -u SOURCES/sqwebmail-apache.conf:1.1 SOURCES/sqwebmail-apache.conf:1.2
--- SOURCES/sqwebmail-apache.conf:1.1   Wed Dec 14 10:22:25 2005
+++ SOURCES/sqwebmail-apache.conf       Sun Jan  1 19:28:38 2006
@@ -1,19 +1,14 @@
 # $Id$
 
 Alias /webmail /usr/share/sqwebmail/images
-
 <Directory /usr/share/sqwebmail/images>
        AllowOverride None
     Options None
-       allow from all
+       Allow from all
 </Directory>
 
-# for apache1
-#ScriptAlias /sqwebmail /home/services/httpd/cgi-bin/sqwebmail
-#<Location /sqwebmail>
-#      allow from all
-#      AllowOverride None
-#    Options ExecCGI
-#</Location>
-
-# vim: filetype=apache ts=4 sw=4 et
+ScriptAlias /cgi-bin/sqwebmail /usr/lib/cgi-bin/sqwebmail
+<Location /cgi-bin/sqwebmail>
+    Options ExecCGI
+    Allow from all
+</Location>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/sqwebmail-apache.conf?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to