I'm trying to get a Catalyst application to run on Apache2 on Ubuntu,
according to the setup described at
http://use.perl.org/~zzo/journal/34146.

While trying to install mod_fastcgi, I found out that mod_fcgid seems
to be an updated replacement, and binary compatible, so I installed
it.

In an apache2 .conf file, I added:
FastCgiExternalServer /tmp/myapp -host 127.0.0.1:2222

However, when I try to restart apache2, I get the following error:
Invalid command 'FastCgiExternalServer', perhaps misspelled or defined
by a module not included in the server configuration

Is "FastCgiExternalServer" supported by mod_fcgid?


Thanks,
Dan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to