[EMAIL PROTECTED] wrote:
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.



check your scripts path to Perl and also it's permissions (should be set
to 755)

CGI does not = SSI. Look in the Apache Manual and read over how to
enable SSI

--
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message,
the +3 Clue-by-Four of No Attachments to a Mailing List,
and the -4 Shield of No Spell Checker



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

Reply via email to