[Ilugc] FastCGI

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Tue Jan 16 16:43:57 2007

Hi All,

Recently I downloaded the src of FastCGI module(www.fastcgi.com),
compiled and loaded into apache. If I sent a req to the fcgi appl, I
am getting the program content as the output. It is not executed by
the Apache. Following configs are newly added in httpd.conf file:

LoadModule fastcgi_module     mod_fastcgi.so
ScriptAlias /fastcgi-bin/ "/var/www/fastcgi-bin/"
<Location /fastcgi-bin>
   SetHandler fastcgi-script
   Options ExecCGI
</Location>

Anything missing/wrong here??

Bye :)
--
Bharathi S

Other related posts:

  • » [Ilugc] FastCGI - Bharathi Subramanian
  • » [Ilugc] FastCGI- Suresh Ramasubramanian