On Thu, Jul 15, 2010 at 6:47 PM,  <don...@caltech.edu> wrote:
> Hi,
>
> I fellow instruction to install mod_fcgid-2.3.5, but how can I know
> fastcgi is running instead of cgi?

1 or more of the following:

a. set LogLevel to Debug and watch a fair amount of noise from
mod_fcgid when handling requests
b. your script program is persistent, even after request handling has finished
c. you comment out the LoadModule for mod_cgi or mod_cgid and it still works
d. you enable server-status (mod_status), view the report, and
mod_fcgid lists your FastCGI program as one of the managed processes
(probably several more simple checks)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to