Hey there, I was playing with mathopd and thinkng about moving
to it on my network monitoring server, running Netsaint.

I dunno if you're familiar with netsaint, but most of it works
through CGI's and everything works KINDA.

Here's my problem though.  When mathopd calls the cgi's it's
not adding the right headers.  Normally on a regular html
page it adds the following headers:

-snip-
HTTP/1.1 200 OK
Server: Mathopd/1.4b17
Date: Thu, 21 Mar 2002 22:51:40 GMT
Content-type: text/html
Content-length: 1948
Last-Modified: Mon, 21 May 2001 01:07:32 GMT

<HTML>
-snip-

But when I use it to access the cgi's all I get are the headers
that the CGI's spit out

-snip-
Cache-Control: no-store
Pragma: no-cache
Refresh: 90
Last-Modified: Thu, 21 Mar 2002 22:53:55 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-type: text/html

<HTML>
-snip-
I'm pretty sure the server should still spit out it's

HTTP/1.1 200 OK
Server: Mathopd/1.4b17
Date: Thu, 21 Mar 2002 22:51:40 GMT

headers though.....I don't THINK that's the CGI's responsibility.

Am I wrong here?  Shouldn't it at LEAST Send the HTTP response.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to