Posts by mEon

    [HELP!]
    FastCGI: incomplete headers (0 bytes) & failed to connect to server !!! @ every php-File!



    Hi Guys,


    i'm really confused. Have a new Ubuntu Server 14.04 minimal installation with 1.1.5 in production and
    it should have been ready yesterday.


    At first imscp didn't run until installing php5-mcrypt from ppa:ondrej/php5
    [OT] and i had a 5s delay at boot with Error "Diskfilter Writes are not supported" that i could
    get wordarounded by setting grub's quickboot to zero:
    sed -i 's/^\(quick_boot\s*=\s*\).*$/\1"0"/' /etc/grub.d/10_linux


    ATM imscp is working properly but php is makes me going crazy,
    + it's also an APACHE_PHP_FPM Setup,
    + php.ini is defined per Site.
    Every php-Script, browsed by http as well as https, brings out the Internal Server Error 500.


    /var/log/apache2/tld/error.log shows always the same shit:

    Code
    1. (2)No such file or directory: FastCGI: failed to connect to server "/var/lib/apache2/fastcgi/php5-fcgi-TLD": connect() failedFastCGI: incomplete headers (0 bytes) received from server "/var/lib/apache2/fastcgi/php5-fcgi-TLD"


    The outcome of php -m

    Code
    1. [PHP Modules]bcmathbz2calendarCorectypedatedbadomeregexiffileinfofilterftpgdgettexthashiconvimapintljsonlibxmlmbstringmcryptmhashmysqlmysqlimysqlndopensslpcntlpcrePDOpdo_mysqlPharposixreadlineReflectionsessionshmopSimpleXMLsoapsocketsSPLstandardsysvmsgsysvsemsysvshmtokenizerwddxxmlxmlreaderxmlwriterZend OPcachezipzlib[Zend Modules]Zend OPcache


    The Apache-Config of Site:


    Please Help....