steffen: server/kolabd/kolabd/templates httpd.conf.template.in, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Mon Jan 8 02:02:41 CET 2007


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv25784/kolabd/templates

Modified Files:
	httpd.conf.template.in 
Log Message:
use @webserver_web_prefix@ in restrictions

Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- httpd.conf.template.in	21 Nov 2006 22:07:59 -0000	1.5
+++ httpd.conf.template.in	8 Jan 2007 01:02:39 -0000	1.6
@@ -134,18 +134,18 @@
 #DirectoryIndex index.html 
 AccessFileName .htaccess
 
-<Location />
-  ErrorDocument 403 https://@@@fqdnhostname@@@/admin/
+<Location @webserver_web_prefix@/>
+  ErrorDocument 403 https://@@@fqdnhostname@@@/@webserver_web_prefix@/admin/
 </Location>
-<Location /fbview/*.php>
+<Location @webserver_web_prefix@/fbview/*.php>
     Deny from all
-    ErrorDocument 403 https://@@@fqdnhostname@@@/fbview/
+    ErrorDocument 403 https://@@@fqdnhostname@@@/@webserver_web_prefix@/fbview/
 </Location>
-<Location /fbview/index.php>
+<Location @webserver_web_prefix@/fbview/index.php>
     Order allow,deny
     Allow from all
 </Location>
-<Location /fbview/login.php>
+<Location @webserver_web_prefix@/fbview/login.php>
     Order allow,deny
 	Allow from all
 </Location>





More information about the commits mailing list