Page 1 of 1

Messed up apache2 config

Posted: 16 Feb 2012, 05:41
by jpahka
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

Re: Messed up apache2 config

Posted: 16 Feb 2012, 07:34
by Eek
hereby

Code: Select all

<IfModule mod_fastcgi.c>
  AddHandler fastcgi-script .fcgi
  #FastCgiWrapper /usr/lib/apache2/suexec
  FastCgiIpcDir /var/lib/apache2/fastcgi
</IfModule>

Re: Messed up apache2 config

Posted: 16 Feb 2012, 08:03
by jpahka
Eek wrote:hereby

Code: 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