Re: mail/majorcool

2002-07-22 Thread Danny Howard

On Sat, Jul 20, 2002 at 06:32:26PM +0600, éÌØÑ ûÉÐÉÃÉÎ wrote:
 Dear Sirs,
 
 after installing the port I see the following message in httpd-error.log:
 
 [Sat Jul 20 18:31:15 2002] [error] [client 212.57.175.94] Premature end of
 script headers: /usr/local/www/cgi-bin/majordomo
 
 what should I check ?

Look in /var/log/apache-error.  It maybe be called httpd-error.  Anyway,
when a CGI spews anything to STDOUT, it gets recorded there.  You'll
likely get a clue as to why majorcool is bombing out on you.

-danny

-- 
http://dannyman.toldme.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail/majorcool

2002-07-21 Thread Brian T. Schellenberger

On Saturday 20 July 2002 08:32 am, éÌØÑ ûÉÐÉÃÉÎ wrote:
| Dear Sirs,
|
| after installing the port I see the following message in httpd-error.log:
|
| [Sat Jul 20 18:31:15 2002] [error] [client 212.57.175.94] Premature end of
| script headers: /usr/local/www/cgi-bin/majordomo
|
| what should I check ?

You should check /usr/local/www/cgi-bin/majordomo.

Try running that command directly at the command line and see what messages 
you get, and try looking at the file to see if there's anything obviously 
wrong about it.

| Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ)
| Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ)
|
|
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with unsubscribe freebsd-questions in the body of the message

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mail/majorcool

2002-07-21 Thread

 | Dear Sirs,
 |
 | after installing the port I see the following message in httpd-error.log:
 |
 | [Sat Jul 20 18:31:15 2002] [error] [client 212.57.175.94] Premature end of
 | script headers: /usr/local/www/cgi-bin/majordomo
 |
 | what should I check ?

 You should check /usr/local/www/cgi-bin/majordomo.

 Try running that command directly at the command line and see what messages
 you get, and try looking at the file to see if there's anything obviously
 wrong about it.

it produces something very like to what cgi output is supposed to look
like:

Content-type: text/html

HTML
HEAD
STYLE type=text/css
!-- Hide Sheet from Ill-Behaved Browsers
BODY,P,TABLE,TD,PRE,FORM,INPUT,TEXTAREA,SELECT,OPTION {
font: 12pt 'Helvetica',sans-serif;
}
...


 | Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ)
 | Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ)
 |
 |
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with unsubscribe freebsd-questions in the body of the message

 --
 Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
 http://www.babbleon.org

 http://www.eff.org  http://www.programming-freedom.org



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message