Hi,<br><br>I just installed FastCGI-2.4.0-12 and add manually my mod_fastcgi.conf then restart apache. I got this error<br><br># /etc/init.d/apache2 restart<br>Syntax error on line 1 of /etc/apache2/conf.d/mod_fastcgi.conf:
<br>Invalid command 'FastCgiIpcDir', perhaps misspelled or defined by a<br>module not included in the server configuration<br><br>Right, as if the module hasn't been installed yet. Here's the configuration file:<br><br>====
<br>FastCgiIpcDir /tmp<br>FastCgiExternalServer /srv/www/htdocs/zope \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-socket zope.soc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-pass-header Authorization<br>====<br><br>Did i miss something during installation? I know there's apache2-mod_fcgid package, but it's not fast_cgi, as the description said, &quot;Alternative FastCGI module for Apache2&quot;. I need fast_cgi because i want to integrate zope to apache and there's no manual doing that with apache2-mod_fcgid. I'm using 
10.1 on i686. Please help.<br><br>Regards,<br><br>Adinda Praditya<br><br>