As I mentioned in private email, there *should* be an entry in
the error_log file. If there isn't,
1. Edit your httpd.conf file and add a 'LogLevel debug' line near the
top, or change any existing LogLevel setting to 'debug'.
2. Stop the server.
3. Delete or move aside the error_log file.
4. Start the server.
5. Try to access the location.
6. Look at the error log now.
I think you need to add
Order Deny,Allow
Allow from all
to your <Directory /home/httpd/html> container.
--
#ken P-)}
Ken Coar <http://Golux.Com/coar/>
Apache Software Foundation <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed" <http://ApacheUnleashed.Com/>
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************