Joseph A Nagy Jr wrote:

> [EMAIL PROTECTED] wrote:
> <snip>
> > Would you mind to give me a sample for reference ?
> >
> > Very thank for your help !
> >
> >
> >
>
> Sure, but more can be found in the Apache Manual.
>
>     ScriptAlias /cgi-bin/ /home/xxx/public_html/cgi-bin/
>  <Directory /home/xxx/public_html/cgi-bin>
>      AllowOverride None
>      Options None
>      Order allow,deny
>      Allow from all
>  </Directory>

Hello,

I just test the cgi / ssi by these setting :

ScriptAlias /cgi-bin/ /home/xxx/public_html/cgi-bin/

<Directory /home/*/public_html/cgi-bin>
       AllowOverride None
       Options Includes ExecCGI
       Order allow,deny
       Allow from all
  </Directory>

But from the error message :

[Fri Jun 20 22:41:16 2003] [error] (13)Permission denied: exec of
/home/xxxxx/public_html/xxxxx.cgi failed
[Fri Jun 20 22:41:18 2003] [error] [client 202.175.34.61] Premature end of
script headers: /home/xxxxx/public_html/xxxxx.cgi

Can you help me more ?

Thanks.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to