[rt-users] .re virtualhost

sc2 at gmx.at sc2 at gmx.at
Fri Feb 1 09:31:25 EST 2002


hello sorry now again the mail , dave means i should again post this..

i have apache new compiled with fastcgi as alternative to mod_perl

>httpd -l
Compiled-in modules:
  mod_php4.c
  mod_fastcgi.c
 (..the rest i have cut)..

the virtual host entry looks like
<VirtualHost ip>
                DocumentRoot /home/rt/WebRT/html
                ScriptAlias /cgi-bin/ /home/usr/dfe/cgi-bin/
                AddHandler fastcgi-script fcg fcgi fpl
                ServerName sub.domain.at
                SetHandler fastcgi-script
                FastCgiServer /home/rt/bin/mason_handler.fcgi
                ScriptAlias / /home/rt/bin/mason_handler.fcgi/
        </VirtualHost>

but the problem is if i go to the URL the error log says (see down)
but the file is edit, and /home/rt/etc in location, the permissions are
ok..(original rt installation)
with
r-x-r-x-- root     rt    config.pm
i have try too with (because apache is running under wwwrun/nogroup ..it is
set in Makefile of rt)
r-x-r-x-r-x root    rt    config.pm
but...

[Fri Feb  1 15:20:14 2002] [warn] FastCGI: server
"/home/rt/bin/mason_handler.
Can't locate config.pm in @INC (@INC contains: /home/rt/etc /home/rt/lib
/usr/
BEGIN failed--compilation aborted at /home/rt/bin/mason_handler.fcgi line
39.
[Fri Feb  1 15:20:15 2002] [warn] FastCGI: server
"/home/rt/bin/mason_handler.

any ideas what i have made wrong
thank you n sorry





More information about the rt-users mailing list