Skip to main content

Fairly consistent mod_fastcgi.so error that prevents Apache from starting

Comments

4 comments

  • es2alna
    Did you compiled mod_fastcgi manually into Apache? Do you use mod_fastcgi or you use different handler? You can know this by executing this command: /usr/local/cpanel/bin/rebuild_phpconf --current | grep PHP5 | awk {' print $3 '}
    0
  • etcio
    [quote="es2alna, post: 1608371">Did you compiled mod_fastcgi manually into Apache? Do you use mod_fastcgi or you use different handler? You can know this by executing this command: /usr/local/cpanel/bin/rebuild_phpconf --current | grep PHP5 | awk {' print $3 '}

    I get the response "fcgi" when I run that command. And no, I did not compile it manually. I always use EasyApache to do it.
    0
  • es2alna
    What is the first line of this file? /usr/local/apache/conf/php.conf
    Can you confirm the existence of mod_fastcgi.so file in here? mod_fastcgi.so/usr/local/apache/modules/
    0
  • cPanelMichael
    Hello :) The error message you provided shows: [QUOTE]/usr/local/apache/modules/mod_fastcgi.so: cannot open shared object file
    However, the actual file name should be: /usr/local/apache/modules/mod_fcgid.so
    Notice the difference in module names. Are you sure that you have not installed any custom Apache modules, or used any third-party applications that would modify the Apache configuration? If not, please open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0

Please sign in to leave a comment.