Thanks Luis. I also have this in the httpd.conf file:
ScriptAlias "/usr/www/users/fgames/mufoncms.com" "/usr/www/cgi-bin/"
<Directory "/usr/www/users/fgames/mufoncms.com">
  AllowOverride None
  Options ExecCGI
  Order allow,deny
  Allow from all
</Directory>
I thought that covered it but I am really new to Apache and Apache2.
Thanks
Bob R

Luis Moreira (ESI-GSQP) wrote:
I believe you are confusing Apache (SW server) with the machine itself (HW
server), and went looking for file permissions on the UNIX file system.
That is not the issue.
The access is, apparently, being denied by Apache, thus the advise and the
link.

Directories have permissions, within Apache, that you set with ALLOW/DENY
directives inside the config file


Luis



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to