On 16:51 27 May 2003, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
| Hello to you ,
| 
| Can you help me to fix this problem ?
| 
| /var/log/httpd/error.log:
| 
| [Mon May 26 22:22:42 2003] [error] (13)Permission denied: exec of
| /home/edward/public_html/house/cgi-bin/textclock.cgi failed
| [Mon May 26 22:22:45 2003] [error] [client 202.175.34.64] Premature end
| of script headers: /home/edward/public_html/house/cgi-bin/textclock.cgi
| 
| Thank for your help !

Looks to me like your CGI script is not public executable (and if it's a script
it needs public read, too). Do this:

        chmod a+rx /home/edward/public_html/house/cgi-bin/textclock.cgi

and retry.
-- 
Cameron Simpson <[EMAIL PROTECTED]> DoD#743
http://www.cskk.ezoshosting.com/cs/

Hag:                    Two things you must know about the wise woman.
                        First...she is a woman.  Second...she is...
Edmund Blackadder:      Wise?
Hag:                    Oh! You know her then?
Edmund Blackadder:      No, just a stab in the dark, which is what you'll be
                        getting in a minute if you don't become more helpful.
       - Edmund Blackadder to Old Hag, Bells, BA2


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

Reply via email to