Hi guys,

Have been running otrs-2.1.1 with fast-cgi enabled, for about a month now with no problems, when suddenly this morning I started getting this in the httpd log:

Fri Dec 08 07:18:25 2006] [error] [client xxx.xxx.xxx.xxx] FastCGI: incomplete headers (0 bytes) received from server "/opt/otrs/bin/fcgi-bin/index.fpl"

Any idea what would cause this problem, and why it would start all of a sudden? No changes were made to this server. When those errors appear the site stops working, and if I wait like 30 seconds everything starts working again normally.

httpd.conf include:

<VirtualHost xxx.xxx.xxx.xxx:80>

ServerName myserver.com
DocumentRoot /opt/otrs/var/httpd/htdocs


# agent, admin and customer frontend
ScriptAlias /otrs/ "/opt/otrs/bin/fcgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"


# directory settings
<Directory "/opt/otrs/bin/fcgi-bin/">
   AllowOverride None
   Options +ExecCGI -Includes
   Order allow,deny
   Allow from all
   SetOutputFilter DEFLATE
   SetInputFilter DEFLATE
</Directory>

<Directory "/opt/otrs/var/httpd/htdocs/">
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>
</VirtualHost>


Running on centOS 4.4 Linux version 2.6.9-34.EL

Anything to point me in the right direction would be much appreciated!

Thanks,
Patric

----------------------------------------------------------------------
Rock bottom prices! Click to save on brand name copiers today
http://tagline.bidsystem.com/fc/KCuXzzWQII98bPHNLTOH8k9sXcyeiA/

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to