>  but when I change the URL to
>  http://10.0.1.1/cgi-bin/cgi
>
>  I still get an authorization error.
>

You probably have the root directory (That is, <Directory />) set up as 
"Deny from all".  That means that you won't be able to access the CGI_BIN 
library.  To open up the CGI_BIN library, add something like this to the 
configuration file:

<Directory /QSYS.LIB/CGI_BIN.LIB>
    Order Allow,Deny
    Allow From All
</Directory>



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/wbFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to