This is a discussion on Permissions within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello NG, I am not shure how to set up my permissions on my webserver. Apache is currently running with ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello NG,
I am not shure how to set up my permissions on my webserver. Apache is currently running with user: nobody and group: nogroup. If I add an user and give him a homedir in for example /www/user1/ how do I have to set up the ownership of the directory and how do I have to set up the permissions? Should the users belong all to nogroup? Tanks in advance, Joachim |
|
|||
|
Jojo <mfgjojo@gmx.de> wrote:
> give him a homedir in for example /www/user1/ how do I have to set up the > ownership of the directory and how do I have to set up the permissions? To be served by apache the directories must bue readable and executable by everybody (rwxr-xr-x) and the files must be readable by everybody (rw-r--r--). That's it. Davide -- | Do not meddle in the affairs of troff, for it is subtle and quick to | anger. | | |