[cvs] [Wiki] changed: SecurityTips
Jan Schneider
jan at horde.org
Mon Oct 30 09:23:10 PST 2006
jan Mon, 30 Oct 2006 09:23:09 -0800
Modified page: http://wiki.horde.org/SecurityTips
New Revision: 2.2
Change log: Fix path and file names
@@ -30,12 +30,12 @@
chmod -R a-w /var/www/html/horde/
</code>
That's a bit overkill IMHO but makes all the files belonging to Horde unwritable by anyone except root. Take note that this might (and will) cause problems if you are planning to use Horde's built-in administration routines. To lift this a bit, you can restrict write-access to the only files that really need to be written by the webserver:
<code>
-chmod u+w /var/www/html/horde/config/config.php*
-chmod u+w /var/www/html/horde/config/*/config.php*
+chmod u+w /var/www/html/horde/config/conf.php*
+chmod u+w /var/www/html/horde/*/config/conf.php*
</code>
-Explanation: config.php will be your newly generated configuration file, config.php.bak will be a backup of your old one
+Explanation: conf.php will be your newly generated configuration file, conf.php.bak will be a backup of your old one.
----
+++ Apache/PHP Configuration
More information about the cvs
mailing list