I have upgraded osx 10.8 to 10.10 yosemite. After up gradation I found that apache version also upgraded from 2.2 to 2.4.
The only thing I found in apache 2.4 that the loadmodule section in apache configuration file for FastCGI giving error and FastCGI module not loaded with apache.
I have also reinstall mod_fcgid.so but its not worked.
The error is following...
$ sudo apachectl -T
httpd: Syntax error on line 171 of /private/etc/apache2/httpd.conf: Cannot load libexec/apache2/mod_fcgid.so into server: dlopen(/usr/libexec/apache2/mod_fcgid.so, 10): Symbol not found: _unixd_config\n Referenced from: /usr/libexec/apache2/mod_fcgid.so\n Expected in: flat namespace\n in /usr/libexec/apache2/mod_fcgid.so
Can anyone help me on this? How can I configure FastCGI on apache version 2.4?