How to setup Apache 2.2 (prefork) with mod_fcgid to test a C++ application?
Posted
by
skyeagle
on Server Fault
See other posts from Server Fault
or by skyeagle
Published on 2011-01-03T13:56:16Z
Indexed on
2012/06/01
10:43 UTC
Read the original article
Hit count: 196
I have written my first fastcgi application (C/C++), and I need to test it to ensure that it is behaving the way I expect it to.
I have searched for examples on setting up Apache 2.2. with mod_fcgid, but all of teh tutorials etc I have seen, relate to PHP, Python, Perl etc.
Is anyone aware of a resource that shows how I may setup Apache to use mod_fcgid (NOT mod_fastcgi) to test my binary?
If no online resource is available (I'd be surprised), then could someone please point out the steps required to do the testing?
© Server Fault or respective owner