But since upgrading, I get a 403 error and this appears in my log file:
Directory index forbidden by rule: /usr/local/share/doc/
I've Googled on the subject and found others with the same problem. The general recommendation is to make sure that "Options Indexes" is defined for the directory. I've done this and restarted Apache but it has not helped. Here's the relevant section of httpd.conf:
<VirtualHost *> ServerAdmin [EMAIL PROTECTED] ServerName freebsd.mykitchentable.net DocumentRoot /usr/local/share/doc CustomLog /var/log/httpd_freebsd-access.log combined ErrorLog /var/log/httpd_freebsd-error.log
<Directory "/usr/local/share/doc">
Options All
Order allow,deny
Allow from all
</Directory></VirtualHost>
Can anyone point out my error?
Thanks,
Drew
-- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More!
http://www.alchemistswarehouse.com
smime.p7s
Description: S/MIME Cryptographic Signature
