steffen: server/kolab/kolab httpd.conf.template,1.15,1.16

cvs at intevation.de cvs at intevation.de
Fri Apr 16 16:13:48 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv25554/kolab/kolab

Modified Files:
	httpd.conf.template 
Log Message:
config updates, release bump, virus enable/disable option in webgui

Index: httpd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/httpd.conf.template,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- httpd.conf.template	31 Mar 2004 13:23:12 -0000	1.15
+++ httpd.conf.template	16 Apr 2004 14:13:46 -0000	1.16
@@ -117,7 +117,7 @@
 AccessFileName .htaccess
 
 <Location />
-  ErrorDocument 403 https://@@@fqhostname@@@/admin/index.php
+  ErrorDocument 403 https://@@@fqhostname@@@/admin/
 </Location>
 
 <Files ~ "^\.ht">
@@ -224,19 +224,19 @@
    Options None
    Order allow,deny
    Allow from all
-   AuthName "Kolab Admin Area"
-   AuthType Basic
-   LDAP_Server @@@ldap_ip@@@
-   LDAP_Port @@@ldap_port@@@
+   #AuthName "Kolab Admin Area"
+   #AuthType Basic
+   #LDAP_Server @@@ldap_ip@@@
+   #LDAP_Port @@@ldap_port@@@
    # temporary : openldap changed from 2.1.9 to 2.1.12
    # anonymous bind with dn is nolonger allowed
    # unfortunately mod_auth_ldap seems to exactly do so
    # need to investigate ...
-   Bind_DN "@@@php_dn@@@"
-   Bind_Pass "@@@php_pw@@@"
-   Base_DN "@@@base_dn@@@"
-   UID_Attr uid
-   require valid-user
+   #Bind_DN "@@@php_dn@@@"
+   #Bind_Pass "@@@php_pw@@@"
+   #Base_DN "@@@base_dn@@@"
+   #UID_Attr uid
+   #require valid-user
    SSLRequireSSL
 </Directory>
 





More information about the commits mailing list