SoftException in Application.cpp:299

Discussion in 'Installation/Configuration' started by JayJay, Jul 5, 2012.

  1. JayJay

    JayJay New Member

    Hey guys,

    I have problems connecting to the ISPCONFIG interface via https after a failed "apt-get upgrade" on my squeeze box. All errors are fixed and everything runs normal, except for the ispconfig webinterface.

    When I connect to ip:8080/index.php it gives me:

    HTML:
    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    My apache error log:
    HTML:
    [Thu Jul 05 01:31:01 2012] [error] [client ip] SoftException in Application.cpp:299: Script "/usr/local/ispconfig/interface/web/index.php" resolving to "/usr/local/ispconfig/interface/web/index.php" not within configured docroot
    [Thu Jul 05 01:31:01 2012] [error] [client ip] Premature end of script headers: index.php
    Any idea how I can fix this problem?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Seeems as if mod_php is not active or installed anymore so that suphp is used now which will not work for the ispconfig interface or suphp has added a global php settings that overrides mod_php.

    Check that mod_php is enabled and then check the apache suphp configuration file in /etc/apache2/mods-available/ and comment out lines that assign suphp for .php files globally. Then restart apache.
     
  3. JayJay

    JayJay New Member

    Problem solved. Thank you very much!
     
  4. Fruchtzwerg

    Fruchtzwerg New Member

    I have the same problem, what exactly did you do to solve it?
     

Share This Page