[cvs] [Wiki] changed: SecurityTips

Jan Schneider jan at horde.org
Mon May 9 00:44:32 PDT 2005


jan  Mon, 09 May 2005 00:44:32 -0700

Modified page: http://wiki.horde.org/display.php?page=SecurityTips
New Revision:  1.11

@@ -32,9 +32,9 @@
 +++ Apache/PHP Configuration
 The Horde documentation is suggesting an awfull lot of <Directory> instructions to secure Hore. I've found a way to limit those to one <Directory> and one <!DirectoryMatch> instruction //and// statisfy Horde's needs towards PHP on the fly:
 <code>
 <Directory "/var/www/html/horde/">
-  Options FollowSymLinks
+  Options none
   # Only needed if you have got safe_mode globally on
   php_admin_flag  safe_mode        off
 
   # /usr b/c of PEAR. /var is needed for my installation...


More information about the cvs mailing list