[hobbit] Premature end of script headers: bb-hostsvc.sh, referer: ...
I ran the command as the hobbit user (bb) and I was able to get an html status page back. Does this mean I some how mangled my httpd.conf or potentially it is due to my webserver being https only?
--neil
ManTech DeCA Operations Systems Administrator (804) 734-8353 neil.camp at deca.mil
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Wednesday, February 08, 2006 5:28 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Premature end of script headers: bb-hostsvc.sh, referer: ...
On Wed, Feb 08, 2006 at 03:58:50PM -0500, Camp, Neil D. (ManTech) CTR wrote:
Hello all. I finally got everything compiled and installed on an HP-UX server. I have added the recommended lines to my httpd.conf, but now every time I try to drill down on any of the tests I get and error 500 page and the following error in my webserver log... Premature end of script headers: bb-hostsvc.sh, referer: https://odin......
What happens if you do it like this (from a command line):
REQUEST_METHOD=GET
REQUEST_URI=""
QUERY_STRING="HOSTSVC=yourserver,deca,mil.conn"
~hobbit/cgi-bin/bb-hostsvc.sh
(note the use of commas in the hostname instead of dots).
I would expect you to get some sort of error message ...
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Thu, Feb 09, 2006 at 07:23:50AM -0500, Camp, Neil D. (ManTech) CTR wrote:
I ran the command as the hobbit user (bb) and I was able to get an html status page back. Does this mean I some how mangled my httpd.conf or potentially it is due to my webserver being https only?
https shouldn't matter at all.
Since it works when you run it as the hobbit user, but not when you run it as the web user, it sounds like your hobbit config files are inaccessible to the web user. Check permissions on the ~hobbit/server/etc/ directory and the files in there; they should be readable by the webserver user.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
neil.camp@deca.mil