I actually did not have the <Directory> setup properly.
I am still having a problem with the script alias.
For example.
I set an alias -
Alias / /home/user1/html/
and a Script Alias -
ScriptAlias /cgi-bin/ /home/user/cgi-bin/
However the script alias is not working because the log shows that
when entering:
http://localhost/cgi-bin/
/home/user/html/cgi-bin/ is actually being referenced.
When I remove the first Alias statement the cgi-bin script directory
is properly aliased.
Any suggestions.
Thanks.
---
Andrew
Please remove TOREMOVE chars to e-mail me