About my setting :

[EMAIL PROTECTED] xxxxx]$ ls -l
total 8
drwxr-xr-x    7 xxxxx  xxxxx       4096 Jun 20 22:38 public_html
...
[EMAIL PROTECTED] xxxxx]$

[EMAIL PROTECTED] public_html]$ ls -l
total 28
drwxr-xr-x    2 xxxxx    xxxxx       4096 Jun 20 22:54 cgi-bin
...
[EMAIL PROTECTED] public_html]$

[EMAIL PROTECTED] cgi-bin]$ ls -l
total 32
-rwxr-xr-x    1 xxxxx   xxxxx       3525 May 28 22:00 testcgi.cgi
...
[EMAIL PROTECTED] cgi-bin]$

So, how can I reset the permissions ?

About CGI / SSI, I know the following config only :

Options Includes ExecCGI

Thank for your help !

Joseph A Nagy Jr wrote:

> [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



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

Reply via email to