Discussion:
Apache locks me out!
(too old to reply)
Paz9
2005-01-23 01:44:40 UTC
Permalink
"Client denied by server configuration" in the log and the "Test Page" is
returned to the browser when I try to connect to my Named Virtual Host. My
friend and I have been working on this for weeks now -- and both of us are
computer geeks.

It must be that others have this problem. We have Apache 2.x and everything
else is vanilla out of the box Red Hat Linux.

Help!

PS. We have already opened permissions on all directories, added .htaccess
files out the wazoo and added "allow from all" everywhere including in the
httpd.conf file.
anonymous
2005-01-23 02:45:41 UTC
Permalink
Post by Paz9
"Client denied by server configuration" in the log and the "Test Page" is
returned to the browser when I try to connect to my Named Virtual Host. My
friend and I have been working on this for weeks now -- and both of us are
computer geeks.
It must be that others have this problem. We have Apache 2.x and everything
else is vanilla out of the box Red Hat Linux.
Help!
PS. We have already opened permissions on all directories, added .htaccess
files out the wazoo and added "allow from all" everywhere including in the
httpd.conf file.
Saw this someplace else, might help you as well:

Finally resolved this too. Had to modify the apache2-httpd.include.conf
included with OTRS and add these two lines to the Location section.

Order allow,deny
Allow from all

Loading...