added info on web server / file permissions

This commit is contained in:
Rainer Gerhards 2008-04-25 11:02:38 +02:00
parent 93bd2430e0
commit 4bf41f86c6

12
INSTALL
View File

@ -50,6 +50,18 @@
script now. script now.
Note on Accesing Files
--------------------------------
In most environments the webserver has only access to the web directory.
If you want to read files e.g. from /var/log/ you have to grant
the necessary permisson to your webserver.
Of course, you always need to make sure that the user the web server
runs under also has the correct file permissions. Be careful when doing
this, you may create a security vulnerability by granting too much
to too many users.
Note on MySQL Databases Note on MySQL Databases
-------------------------------- --------------------------------