Mailinglist Archive: opensuse (3605 mails)
| < Previous | Next > |
[SLE] setting up fast_cgi
- From: "Adinda Praditya" <apraditya@xxxxxxxxx>
- Date: Thu, 15 Jun 2006 16:54:40 +0700
- Message-id: <e92d9eaa0606150254n503133c6t1340fa6e5747fe77@xxxxxxxxxxxxxx>
Hi,
I just installed FastCGI-2.4.0-12 and add manually my mod_fastcgi.conf then
restart apache. I got this error
# /etc/init.d/apache2 restart
Syntax error on line 1 of /etc/apache2/conf.d/mod_fastcgi.conf:
Invalid command 'FastCgiIpcDir', perhaps misspelled or defined by a
module not included in the server configuration
Right, as if the module hasn't been installed yet. Here's the configuration
file:
====
FastCgiIpcDir /tmp
FastCgiExternalServer /srv/www/htdocs/zope \
-socket zope.soc \
-pass-header Authorization
====
Did i miss something during installation? I know there's apache2-mod_fcgid
package, but it's not fast_cgi, as the description said, "Alternative
FastCGI module for Apache2". 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.
Regards,
Adinda Praditya
I just installed FastCGI-2.4.0-12 and add manually my mod_fastcgi.conf then
restart apache. I got this error
# /etc/init.d/apache2 restart
Syntax error on line 1 of /etc/apache2/conf.d/mod_fastcgi.conf:
Invalid command 'FastCgiIpcDir', perhaps misspelled or defined by a
module not included in the server configuration
Right, as if the module hasn't been installed yet. Here's the configuration
file:
====
FastCgiIpcDir /tmp
FastCgiExternalServer /srv/www/htdocs/zope \
-socket zope.soc \
-pass-header Authorization
====
Did i miss something during installation? I know there's apache2-mod_fcgid
package, but it's not fast_cgi, as the description said, "Alternative
FastCGI module for Apache2". 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.
Regards,
Adinda Praditya
| < Previous | Next > |