|
| A R C H I V E D M E S S A G E |
|
Subject: 3 error logs |
| Posted: 12/08/2003 at 2:46:35 pm |
| By: delphi |
| Hi,
The cgi file looks good to me, but i got the following problems:
[Mon Dec 08 17:05:18 2003] [error] [client 200.31.138.54] Premature end of script headers: bizmail.cgi, referer: http://www.catering-gourmet.com/forma3.htm
[Mon Dec 08 17:05:18 2003] [error] [client 200.31.138.54] failed to open log file /var/log/httpd/suexec_log, referer: http://www.catering-gourmet.com/forma3.htm
[Mon Dec 08 17:05:18 2003] [error] [client 200.31.138.54] fopen: Permission denied, referer: http://www.catering-gourmet.com/forma3.htm
Thanks | |
|
|
Subject: Re: 3 error logs |
| Posted: 12/12/2003 at 11:13:17 am |
| By: Seth Knorr |
| It looks as if you may have missed a \ before the @ in your email configuration. Or the scripts are not properly chmoded. Once you fix these problems, it posibly will fix the others. read the README.txt file for more information on setting up these scripts.
Seth | |
|
|
Subject: Re: 3 error logs |
| Posted: 01/11/2004 at 3:35:12 am |
| By: delphi |
| I cmod all the files right but still getting internal server error 500
here is my error logfile:
[Sat Jan 10 18:00:02 2004] [error] [client myip] script not found or unable to stat: /home/virtual/site102/fst/var/www/cgi-bin/hosted.gif
String found where operator expected at bizmail.cgi line 179, near "$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(""
(Might be a runaway multi-line "" string starting on line 163)
(Missing semicolon on previous line?)
String found where operator expected at bizmail.cgi line 179, near "C", hex($1))/eg;
"
Out of memory!
[Sat Jan 10 18:00:06 2004] [error] [client myip] Premature end of script headers: /home/virtual/site102/fst/var/www/cgi-bin/bizmail.cgi
[Sat Jan 10 18:00:11 2004] [error] [client myip] script not found or unable to stat: /home/virtual/site102/fst/var/www/cgi-bin/hosted.gif | |
|
|