Posts by Pupp3tm4st3r

    Hi there,


    in our company we use an ubuntu based i-mscp server for development purpose.


    System:
    ubuntu 15.04 (i know...no lts version)
    i-mscp 1.2.9 (update planned)
    6GB Ram, 3 Cores
    php-switcher installed
    Apache 2.4.16


    In 2 of 5 shopware instances we get an error at the backend (plugin manager) - "i-MSCP internet - Multi Server Control Panel - Error 500 Error 500! Internal Server Error Back" (in a shopware field), a look at the log files shows:


    [Mon Jan 11 15:34:22.978913 2016] [fcgid:error] [pid 9348:tid 140168759838592] mod_fcgid: process /var/www/fcgi/xxxxxx/php-fcgi-starter(9410) exit(communication error), get unexpected signal 11
    [Mon Jan 11 15:35:55.460394 2016] [fcgid:error] [pid 9348:tid 140168759838592] mod_fcgid: process /var/www/fcgi/xxxxxx/php-fcgi-starter(9411) exit(communication error), get unexpected signal 11
    [Mon Jan 11 15:35:55.460504 2016] [fcgid:error] [pid 9348:tid 140168759838592] mod_fcgid: process /var/www/fcgi/xxxxxx/php-fcgi-starter(9409) exit(communication error), get unexpected signal 11


    and related:


    End of script output before headers: shopware.php


    I´ve tried it with PHP Version 5.5.30, 5.6.4, 5.6.8, with and without ioncube, apc disabled...no success. Any ideas?


    Thanks in advance
    Simon

    Yeah I know, but 15.04 is supported, too (and working btw) - we use mod_substitute for shopware development, sometimes we need to trick a little bit with the domains because of licensing of the shopware plugins (i know...not good...). But with the substitution we get an error "line too long" this was covered with Apache 2.4.11, when a new parameter was added "SubstituteMaxLineLength" - so one were able to override the default of 1M length.


    Installed i-mscp on 15.04 now, tried with apache 2.4.10 at first - same behaviour as in debian jessie - then added a ppa and upgraded to 2.4.16 - used "SubstituteMaxLineLength 10M" an now its working, no errors anymore...