Armand,
This is the offending (restrictive) code:
<Directory />
Options None
AllowOverride None
order deny,allow
deny from all
allow from none
</Directory>
And, this is a cure (but I thinks its too
unrestrivtive)
<Directory /etc/httpd/libexec>
Options Indexes Includes
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
Do you have a suggestion for something more
appropriate ?
Hint: this is from 1.2.5 installation instructions,
but it doesn't seem to work with 1.4...
<Files /etc/httpd/libexec/midgard-root.php3>
require valid-user
AuthName Midgard
AuthType Basic
</Files>
__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]