[cvs] [Wiki] changed: SecurityTips
Wiki Guest
wiki at wiki.horde.org
Sun May 8 16:51:15 PDT 2005
guest [69.173.212.32] Sun, 08 May 2005 16:51:15 -0700
Modified page: http://wiki.horde.org/display.php?page=SecurityTips
New Revision: 1.10
@@ -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 none
+ Options FollowSymLinks
# 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...
@@ -95,9 +95,9 @@
<code>
skip-innodb
skip-bdb
</code>
-This will turn off the !InnoDB addon and support for Berkeley Databases.
+This will turn off the !InnoDB addon and support for Berkeley Databases. You should leave !InnoDB enabled if you use that type of table.
If you absolutely //need// TCP-connections to your !MySQL server, you can specify port and IP-address in the same section:
<code>
bind-address=127.0.0.1
More information about the cvs
mailing list