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>

----- Original Message -----
From: "Jan Lentfer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 07, 2002 4:06 PM
Subject: [SL] Apache mod_fastcgi issues


>
> Hi all,
>
> I think I found the problem why I can't run sql-ledger on my FreeBSD
> box:
> I used mod_fastcgi to access Zope via Apache. The strange thing now is
> that when I disable mod_fastcgi I get internal server errors with
> admin.pl  AND login.pl.
> I guess apache wants to run everything that is CGI trough mod_fastcgi
> (even though it is not loaded).
> I can't find anything in my httpd.conf that would explain why apache
> would act that way. I don't want to post it here so I loaded it up to
> the net.
> Could someone with more Apache knowledge than me be so kind and check
> this?
>
> It is at http://neslonek.bio.tu-darmstadt.de/httpd.conf
>
> The LoadModule / AddModule stuff for mod_fastcgi has already been
> removed
>
> Many Thanks in advance,
>
> 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