[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

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