Hello,
I've been messing around with my apache2 config, or more specifically the mod_fastcgi config, to the point where the b3 webadmin page has stopped working. So, I was wondering if somebody would be kind enough to post the original contents of the file:
/etc/apache2/mods-available/fastcgi.conf
Thanks in advance,
Juhis
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Messed up apache2 config
Re: Messed up apache2 config
hereby
Code: Select all
<IfModule mod_fastcgi.c>
AddHandler fastcgi-script .fcgi
#FastCgiWrapper /usr/lib/apache2/suexec
FastCgiIpcDir /var/lib/apache2/fastcgi
</IfModule>
cheers
Eek
Eek
Re: Messed up apache2 config
Eek wrote:herebyCode: Select all
<IfModule mod_fastcgi.c> AddHandler fastcgi-script .fcgi #FastCgiWrapper /usr/lib/apache2/suexec FastCgiIpcDir /var/lib/apache2/fastcgi </IfModule>
Thank you, web admin is back up again!!!
br, Juhis