Joseph A Nagy Jr wrote:

> [EMAIL PROTECTED] wrote:
> > Dear All,
> >
> > About my Apache Server ( 1.3.27 ) :
> >
> > <IfModule mod_userdir.c>
> >     UserDir public_html
> > </IfModule>
> >
> > <Directory /home/*/public_html>
> >  AllowOverride FileInfo AuthConfig Limit Indexes
> >  Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI
> >  Order allow,deny
> >  Allow from all
> > </Directory>
> >
> > Log file ( error messages ) :
> >
> > [Wed Jun 18 19:54:38 2003] [error] (13)Permission denied: exec of
> > /home/xxx/public_html/cgi-bin/xxx.cgi failed
> > [Wed Jun 18 19:54:39 2003] [error] [client 202.175.34.78] Premature end
> > of script headers: /home/xxx/public_html/cgi-bin/xxx.cgi
> >
> > Thank for your help !
> >
> >
> >
>
> 1) You need to ScriptAlias the cgi-bin dir under public_html. To enable
> SSI, go to your main httpd.conf file and search for AddHandler text/html
> .shtml

Would you mind to give me a sample for reference ?

Very thank for your help !



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

Reply via email to