Okay, I'm not getting the errors on the console anymore. Could use a little 
more help if you don't mind. Apache plus Netsaint issue here. If I go to 
http://192.168.1.41 I get the standard Apache initial web page.

When I try to go to http://192.168.1.41/netsaint/ I get:
Forbidden
You don't have permission to access /netsaint/ on this server.

The bottom of my http.conf has (I tried the include initially):
#Include /etc/httpd/conf/netsaint-httpd.conf
ScriptAlias /netsaint/cgi-bin/ /usr/libexec/netsaint/cgi/
<Directory /usr/libexec/netsaint/cgi/>
    Options ExecCGI
    order deny,allow
    deny from all
    allow from 127.0.0.1
    allow from 192.168.1.0
</Directory>

Alias /netsaint/ /usr/share/netsaint/
<Directory /usr/share/netsaint/>
    Options None
    order deny,allow
    deny from all
    allow from 127.0.0.1
    allow from 192.168.1.0
</Directory>

Of course I restarted httpd after making any changes. How come I can't open 
it up?

Thanks,
James



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to