Fast CGI errors

I’m attempting and install of rt3 and have not ever use fast cgi server.
I followed the instructions listed in the read me as well as from a few
site I stumbled on to. I’m not seeing the following output in my
httpd-error logs.
Sorry about the format… Any thoughts or ideas…

Thanks
Shawn
Can’t locate FCGI.pm in @INC (@INC contains:

/usr/local/lib/perl5/site_perl/5.8.2 /usr/local/rt3/local/lib

/usr/local/rt3/lib /usr/local/lib/perl5/site_perl/5.8.2/mach

/usr/local/lib/perl5/site_perl

/usr/local/lib/perl5/5.8.2/BSDPAN

/usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2 .)

at /usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22.

BEGIN failed–compilation aborted at

/usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22.

Compilation failed in require at

/usr/local/rt3/bin/mason_handler.fcgi line 33.

[Wed Jun 2 16:04:18 2004] [warn] FastCGI: server

“/usr/local/rt3/bin/mason_handler.fcgi” (pid 47063)

terminated by calling exit with status ‘2’

[Wed Jun 2 16:04:18 2004] [warn] FastCGI: server

“/usr/local/rt3/bin/mason_handler.fcgi” restarted (pid

[Wed Jun 2 16:04:31 2004] [error] [client 192.168.6.29]

FastCGI: comm with server

“/usr/local/rt3/bin/mason_handler.fcgi” aborted: idle

timeout (30 sec)

[Wed Jun 2 16:04:31 2004] [error] [client 192.168.6.29]

FastCGI: incomplete headers (0 bytes) received from

server “/usr/local/rt3/bin/mason_handler.fcgi”

Can’t locate FCGI.pm in @INC (@INC contains:

/usr/local/lib/perl5/site_perl/5.8.2 /usr/local/rt3/local/lib

/usr/local/rt3/lib /usr/local/lib/perl5/site_perl/5.8.2/mach

/usr/local/lib/perl5/site_perl

/usr/local/lib/perl5/5.8.2/BSDPAN

/usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2 .)

at /usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22.

BEGIN failed–compilation aborted at

/usr/local/lib/perl5/site_perl/5.8.2/CGI/Fast.pm line 22.

Compilation failed in require at

/usr/local/rt3/bin/mason_handler.fcgi line 33.

[Wed Jun 2 16:04:37 2004] [warn] FastCGI: server

“/usr/local/rt3/bin/mason_handler.fcgi” (pid 47066)

terminated by calling exit with status ‘2’

[Wed Jun 2 16:04:37 2004] [warn] FastCGI: server

“/usr/local/rt3/bin/mason_handler.fcgi” restarted (pid

I’m not seeing the following output in my httpd-error logs.

So where is it from, then? It certainly does look like an Apache error
log.

Sorry about the format…

Not sending HTML mail would likely be better than doing it and excusing
at the same time.

Can’t locate FCGI.pm in @INC

Well… did you install it? What does rt-test-dependencies
–with-fastcgi tell you?

Sebastian

Sebastian Flothow
sebastian@flothow.de

Because it reverses the logical flow of conversation.

I’m not seeing the following output in my httpd-error logs.

So where is it from, then? It certainly does look like an Apache error
log.

This was taken from the httpd-error logs. I was in a hurry… Sorry

Sorry about the format…

Not sending HTML mail would likely be better than doing it and excusing
at the same time.

Can’t locate FCGI.pm in @INC

Well… did you install it? What does rt-test-dependencies
–with-fastcgi tell you?

I installed fastcgi_mod from the ports collection on freebsd. If I do a
pkg_info I see that it was installed. Yet rt-test-dependencies
–with-fastcgi reveals that fastcgi was not found…

When I stop apache and start it back up I see that the fstcgi server has
started…

[Fri Jun 4 12:01:44 2004] [notice] FastCGI: process manager initialized
(pid 50269)
[Fri Jun 4 12:01:44 2004] [warn] FastCGI: server
“/usr/local/rt3/bin/mason_handler.fcgi” started (pid 50270)
[Fri Jun 4 12:01:45 2004] [notice] Apache/1.3.29 (Unix) mod_perl/1.29
mod_fastcgi/2.4.2 mod_ssl/2.8.16 OpenSSL/0.9.7d configured – resuming
normal operations
[Fri Jun 4 12:01:45 2004] [notice] Accept mutex: flock (Default: flock)

Also with in the apache conf file there is this entry…

AddModule mod_fastcgi.c
AddHandler fastcgi-script fcgi fcgi fpl
AddHandler fastcgi-script fcgi

I thank you for your time and advice…

Sebastian

Sebastian Flothow
sebastian@flothow.de

Because it reverses the logical flow of conversation.