Apache2 With mod_fcgid

Discussion in 'HOWTO-Related Questions' started by florianp, Mar 22, 2011.

  1. florianp

    florianp New Member

    Hey Folks,

    i'm having some trouble with the Howto Apache2 with mod_fcgid. I followed the tutorial and everything worked fine. After rebooting the machine, i'm getting an http 503 error.

    Apache Error Log says:
    Code:
    [notice] SELinux policy enabled, httpd running as context root:system_r:httpd_t:s0
    [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
    [notice] ModSecurity for Apache configured
    [notice] Apache configured - - resuming normal operations
    [notice] mod_fcgid: call /var/www/manager/web/index.php with wrapper /var/www/php-fcgi-scripts/manager/php-fcgi-starter
    Content-type: text/html
    [notice] mod_fcgid: process /var/www/manager/web/index.php (8598) exit(communication error), terminated by calling exit(), return code: 0
    
    suEXEC Log says:
    Code:
    uid: (500/asmanager) gid: (500/500) cmd: php-fcgi-starter
    
    does anyone have an idea how to fix this? is additional info requiered?
     
  2. florianp

    florianp New Member

    after restarting apache, a different error message appears in the error log.

    Code:
    [notice] mod_fcgid: process /var/www/manager/web/index.php (8979) exit(server exited), terminated by calling exit(), return code 0
    
    :confused:
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Please disable SELinux and try again.
     

Share This Page