Am Mon, 2002-01-07 um 22.20 schrieb Maria Gabriela Fong:
> 
> You have to declare where to use the mod_fastcgi.c  In my case, this is the
> chunk of configuration I had to do for my virtual domain, but I could have
> done it for a directory.
> 
> Gaby
> 
> #
> # FCGI general
> #
> LoadModule fastcgi_module modules/mod_fastcgi.so
> AddModule mod_fastcgi.c
> AddHandler fastcgi-script fcgi
> 
> #
> # MY.VIRTUAL.DOMAIN
> #
> <VirtualHost ###.###.###.###:##>
> DocumentRoot /opt/somedir/Web/html
> ServerName my.virtual.domain
> Alias /NoAuth/images/someimage.jpg
> /opt/somedir/Web/html/NoAuth/images/rt.jpg
> ErrorLog /var/log/httpd/my.virtual.domain/rt.error_log
> TransferLog /var/log/httpd/my.virtual.domain/rt.xfer_log
> FastCgiServer /opt/rsomedir/bin/mason_handler.fcgi
> ScriptAlias / /opt/somedir/bin/mason_handler.fcgi/
> </VirtualHost>

I had this for my Zope installation. But the strange thing is, that
after I removed fast_cgi from my apache, I get internal server errors
when accessing sql-ledger/admin.pl (or login.pl). When I load fast_cgi
again, I get the login screen, but can't get past it.
That makes me think apache wants to handle .pl with fastcgi, although it
isn't declared nor loaded at all. I even deinstalled mod_fastcgi from my
system.

Jan
-- 
Jan Lentfer
System Administrator
Molecular Cell Biology / AG Holstein, Darmstadt University of
Technology, Schnittspahnstr. 10, 64287 Darmstadt, Germany
Tel: +49 6151 16 5563 / Tel private: +49 6155 899393 / mobile: +49 163
4712037


Reply via email to