This is a discussion on Re: 403 Forbidden error within the Apache Web Server forums, part of the Web Server and Related Forums category; Tux wrote: > I have set the owner of a file group and changed the user > name on apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Tux wrote:
> I have set the owner of a file group and changed the user > name on apache several times, but I still get a page that says > 403 forbidden error when I try to acces it, can someone help me > > andrewjj20 the error reads: client denied by server configureation: /var/srv/mtzion |
|
|||
|
Josh wrote:
> Tux wrote: >> I have set the owner of a file group and changed the user >> name on apache several times, but I still get a page that says >> 403 forbidden error when I try to acces it, can someone help me You don't have a problem with the user-identification, on which apache runs. > the error reads: > client denied by server configureation: /var/srv/mtzion You have a problem with your configuration. <directory /var/srv> order deny,allow option +indexes +followsymlinks </directory> Do you have also any .htaccess-file in your folders? cc |