• Hi all,

    I am extremely and in a worst situation.

    My Site, in no particular order, gives the error of

    Server error!
    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. 
    
    Error 500

    When I checked the Log Files, it has the same error all around … which is

    [Wed Jun 17 11:32:33 2009] [error] [client 119.152.24.177] FastCGI: comm with server "/home/httpd/vhosts/default/fcgi-bin/php5fcgi" aborted: error parsing headers: malformed header 'HTTP/1.1 302 Found', referer: https://www.ewp.eu/wp-login.php
    [Wed Jun 17 11:35:30 2009] [error] [client 81.247.225.103] FastCGI: comm with server "/home/httpd/vhosts/default/fcgi-bin/php5fcgi" aborted: error parsing headers: malformed header 'HTTP/1.1 404 Not Found', referer: https://www.ewp.eu/two-internships-at-the-european-water-partnership
    [Wed Jun 17 11:36:13 2009] [warn] RSA server certificate wildcard CommonName (CN)

    *.apollohosting.com’ does NOT match server name!?
    [Wed Jun 17 11:36:28 2009] [error] [client 119.152.24.177] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 302 Found’, referer: https://www.ewp.eu/wp-login.php
    [Wed Jun 17 11:36:39 2009] [error] [client 158.169.131.14] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 404 Not Found’, referer: https://www.ewp.eu/two-internships-at-the-european-water-partnership
    [Wed Jun 17 11:37:03 2009] [error] [client 65.55.209.75] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 404 Not Found’
    [Wed Jun 17 11:37:57 2009] [error] [client 65.55.106.163] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 301 Moved Permanently’
    [Wed Jun 17 11:38:43 2009] [error] [client 65.55.209.86] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 404 Not Found’
    [Wed Jun 17 11:40:33 2009] [warn] RSA server certificate wildcard CommonName (CN) `*.apollohosting.com’ does NOT match server name!?

    [Wed Jun 17 11:42:41 2009] [error] [client 119.152.24.177] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 302 Found’, referer: https://www.ewp.eu/wp-login.php
    `

    Now, I cannot open my Administrator and some particular pages of my website.

    I don’t know what to do and I have no where to see. . . please help me with this error ?? …

    Many Many Thanks !

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fas.khan

    (@faskhan)

    I think I made it very difficult to understand. I will re-write my problem.

    The problem is that my site is showing “Internal Server Error 500”

    Like this:-

    Server error!

    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

    When I went to the logs, there is only one error that is shown all around. It is regarding FastCGI and it says that there is an error in parsing headers (malperformed headers)

    The error is :-

    [Wed Jun 17 11:36:28 2009] [error] [client 119.152.24.177] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 302 Found’, referer: https://www.ewp.eu/wp-login.php
    [Wed Jun 17 11:36:39 2009] [error] [client 158.169.131.14] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 404 Not Found’, referer: https://www.ewp.eu/two-internships-at-the-european-water-partnership
    [Wed Jun 17 11:37:03 2009] [error] [client 65.55.209.75] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 404 Not Found’
    [Wed Jun 17 11:37:57 2009] [error] [client 65.55.106.163] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 301 Moved Permanently’
    [Wed Jun 17 11:38:43 2009] [error] [client 65.55.209.86] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 404 Not Found’
    [Wed Jun 17 11:40:33 2009] [warn] RSA server certificate wildcard CommonName (CN) `*.apollohosting.com’ does NOT match server name!?
    [Wed Jun 17 11:42:41 2009] [error] [client 119.152.24.177] FastCGI: comm with server “/home/httpd/vhosts/default/fcgi-bin/php5fcgi” aborted: error parsing headers: malformed header ‘HTTP/1.1 302 Found’, referer: https://www.ewp.eu/wp-login.php

    Just for the Information, this is my htaccess file :-

    AddType application/x-httpd-fastphp5 .php
    Action application/x-httpd-fastphp5 /fcgi-bin/php5fcgi
    AddType application/x-httpd-php5 .php
    Action application/x-httpd-php5 /fcgi-bin/php5fcgi

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I will be very thankful for any help.

    Many Thanks.

    Thread Starter fas.khan

    (@faskhan)

    any help please ??

    Hi,

    1) Add this code in htaccess file:

    SecFilterEngine Off
    SecFilterScanPOST Off

    After adding the code have a check with the blog and service..

    Thanks,

    Shane G.

    Thread Starter fas.khan

    (@faskhan)

    Hi Shane …

    As soon as I add this line … the server starts giving me Internal Server Error …

    Server error!

    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

    If you think this is a server error, please contact the webmaster.
    Error 500

    ??

    Any other suggestion please …

    Just in case, this is my htaccess file

    AddType application/x-httpd-fastphp5 .php
    Action application/x-httpd-fastphp5 /fcgi-bin/php5fcgi
    AddType application/x-httpd-php5 .php
    Action application/x-httpd-php5 /fcgi-bin/php5fcgi

    redirect 301 /aquawareness https://www.ewp.eu/projects/aquawareness
    redirect 301 /cca https://www.ewp.eu/projects/water-and-energy-climate-cca
    redirect 301 /erp https://www.ewp.eu/projects/european-reigonal-process-erp

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Many Many Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Internal Server Error 500 – Error of FastCGI: comm with server’ is closed to new replies.