ryan wrote:
[Tue Apr 1 16:57:47 2003] [error] [client 196.26.55.211] client denied by server configuration: /local/web/cygnus/old
This points to some miconfiguration in the apache config, especially somewhere around the <Directory></Directory> directives.
Try this:
<Directory /local/web/cygnus/old>
Order allow, Deny
Allow from all
</Directory>(or try it for your docroot, this is a very basic setting, should work without problems)
Suggestion: You should comment out every <directory> directive from the config file and leave just the above in for your docroot. Then step by step enable all the directives you want and find out the source for the error, then check apache manual, what is that specific setting does.
Bye, tybalt
-- Andras Tarsoly <[EMAIL PROTECTED]> xpander media
-- [EMAIL PROTECTED] mailing list
