server error texis did not produce a valid header

User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

server error texis did not produce a valid header

Post by Thunderstone »



Hi, i just installed wihout problem the IRIX 6.2 version, but i can't
get the search form, I get the following error on the Netscape
Enterprise Server v3 on SGI Origin 200. Thanks for the help! Best
regards, Diego

Server Error

This server has encountered an internal error which prevents it from
fulfilling your request. The most likely cause is a misconfiguration.
Please ask the administrator to look for messages in the server's error
log.

http://www.unifr.ch/cgi-bin/texis/webinator/search/

[08/Mar/1998:01:00:41] failure: for host 194.235.251.6 trying to GET
/cgi-bin/texis/webinator/search/, cgi-parse-output reports: the CGI
program /var/www/cgi-bin/texis did not produce a valid header (name
without value: got line "texis web script (vortex) copyright (c)
1996-1997 thunderstone - epi, inc.")




User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

server error texis did not produce a valid header

Post by Thunderstone »




Check your logs for the entire output. It probably includes something
on the order of:
Resource limit too low: "STACK" = 1048576, want 2048000

See the Webinator Message archive at http://www.thunderstone.com/webinator/
Do a search for:
sgi stack


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

server error texis did not produce a valid header

Post by Thunderstone »



Hi, after browsing the usenet and help from Netscape, I found out that
it's probably not possible
to change the stack limit with Netscape Enterprise Server 3 on IRIX (?),
when I run the following script at
http://www.unifr.ch/cgi-bin/testulimit

#!/bin/sh
echo "Content-type: text/plain"
echo ""

echo "test limit"
limit -h
echo "Changing limit"
limit -h stacksize 2048
echo "Checking"
limit

I get the following mesage : stacksize: Can't set hard limit
/var/www/cgi-bin/testulimit[8]: limit: exceeds allowable limit

test limit
cputime unlimited
filesize unlimited
datasize unlimited
stacksize 512 kbytes
coredumpsize unlimited
memoryuse 524288 kbytes
descriptors 1024
vmemory unlimited
Changing limit
stacksize: Can't set hard limit
/var/www/cgi-bin/testulimit[8]: limit: exceeds allowable limit
Checking
cputime unlimited
filesize unlimited
datasize unlimited
stacksize 512 kbytes
coredumpsize unlimited
memoryuse 311424 kbytes
descriptors 1024
vmemory unlimited

I don't know if the problem remains in the version 3.5.1 of Enterprise.
Please, any idea?
Thanks, best regards, Diego



User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

server error texis did not produce a valid header

Post by Thunderstone »



Hi, it's me again, as far as I could test your cgi on my local machine
(Indy running Enterprise Netscape 3.51) the STACK limit problem with the
version 3 of Enterprise is over !!!!
Please check it out with other users of Netscape Enterprise 3.5.1 on
IRIX.
Thanks again, Diego