wilde: server/kolabd/kolabd/templates httpd.conf.template.in, 1.7, 1.8

cvs at kolab.org cvs at kolab.org
Mon Feb 5 15:57:02 CET 2007


Author: wilde

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

Modified Files:
	httpd.conf.template.in 
Log Message:
Fixed the fix for the fix for issue1507.
Actually the last fix was a bit to secure...


Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- httpd.conf.template.in	2 Feb 2007 16:12:17 -0000	1.7
+++ httpd.conf.template.in	5 Feb 2007 14:57:00 -0000	1.8
@@ -145,6 +145,14 @@
     Order allow,deny
     Allow from all
 </Location>
+<Location ~ "@webserver_web_prefix@/fbview/services/(javascript.php|css.php)$">
+    Order allow,deny
+    Allow from all
+</Location>
+<Location ~ "@webserver_web_prefix@/fbview/(kronolith|graphics)/">
+    Order allow,deny
+    Allow from all
+</Location>
 
 <Files ~ "^\.ht">
     Order allow,deny





More information about the commits mailing list