500 error premature end of script

Moderator: crythias

Locked
ckjkennedy
Znuny newbie
Posts: 7
Joined: 20 Apr 2010, 18:21
Znuny Version: 2.4.7

500 error premature end of script

Post by ckjkennedy »

I recently started getting sporadic errors navigating around OTRS. The httpd error_log is showing a premature end of script error.

Code: Select all

[Thu Jun 10 14:45:23 2010] [warn] [client xxx.xxx.xxx.xxx] Timeout waiting for outpu
t from CGI script /opt/otrs/bin/cgi-bin/index.pl, referer: http://support.mysite.com/otrs/index.pl?Action=Admin
[Thu Jun 10 14:45:23 2010] [error] [client xxx.xxx.xxx.xxx] Premature end of script
headers: index.pl, referer: http://support.mysite.com/otrs/index.pl?Action=
Admin
[Thu Jun 10 14:45:26 2010] [warn] [client xxx.xxx.xxx.xxx] Timeout waiting for outpu
t from CGI script /opt/otrs/bin/cgi-bin/index.pl, referer: http://support.mysite.com/otrs/index.pl?Action=Admin
Has anyone ever seen this?
rainman54
Znuny newbie
Posts: 3
Joined: 10 Jun 2010, 21:33
Znuny Version: 2.4.7

Re: 500 error premature end of script

Post by rainman54 »

I have gotten the same thing. What I did was increase the timeout value in the apache httpd.conf file (I used 900) and made sure the KeepAlive was on. That solved the problem for me.
Running OTRS version 2.4.7 on RHEL5 using Mysql database.
ckjkennedy
Znuny newbie
Posts: 7
Joined: 20 Apr 2010, 18:21
Znuny Version: 2.4.7

Re: 500 error premature end of script

Post by ckjkennedy »

Great! It worked out for me. Thanks!

Now I just have to figure out why it randomly one day decided to start taking much longer to process.
Fanboy
Znuny newbie
Posts: 6
Joined: 07 Sep 2010, 05:25
Znuny Version: 2.4.5

Re: 500 error premature end of script

Post by Fanboy »

taking longer to process might be due to issues with the computer... issues include installing new software, virus etc.
i know mine slowed after it got infected and never became fast again :(
damed virus took out the system restore points so im stuck with the slow com though its virus free...
Locked