I really have no idea. Your syntax looks fine to me. Are there symlinks
involved in these paths? You may have to specify an option to follow
symlinks.
hth
charles
On Fri, 22 Dec 2000, Irwan Hadi wrote:
> At 08:07 AM 12/22/00 -0500, you wrote:
> >Irwan
> >
> >This is a CGI config problem, not a perl config problem. That test cgi
> >could be written in any language.
> >Ok, try something like
> >
> ><Directory "/home/me/public_html/cgi-bin">
> > AllowOverride None
> > Options ExecCGI
> > Order allow,deny
> > Allow from all
> ></Directory>
> >
> >to tell apache to execute the script.
>
> Thanks for your reply, in my case, if I move the script to
> /home/httpd/cgi-bin then the script want works finely, but the problem is
> there are 2 different users in this server, say for group A and group B,
> and each group has several users there, and I want each user for each of
> group has his/her own CGI-BIN directory. so the syntax I put is this one
> <Directory "/home/httpd/cgi-bin">
> AllowOverride None
> Options ExecCGI
> Order allow,deny
> Allow from all
> </Directory>
>
> <Directory "/group-A/2000/*/public_html/cgi-bin">
> AllowOverride None
> Options ExecCGI
> Order allow,deny
> Allow from all
> </Directory>
>
> <Directory "/group-B/*/public_html/cgi-bin">
>
> AllowOverride None
> Options ExecCGI
> Order allow,deny
> Allow from all
> </Directory>
>
> But when I put the script in /group-B/username/public_html/cgi-bin then it
> doesn't work, although before, when I use the Apache from Redhat (in RPM
> format), it can run smoothly.
> So what's going wrong then ?
>
> Thanks
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list