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

Got problems with your B2 or B3? Share and get helped!
Post Reply
jpahka
Posts: 2
Joined: 16 Feb 2012, 04:21

Messed up apache2 config

Post 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
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Re: Messed up apache2 config

Post 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>
cheers
Eek
jpahka
Posts: 2
Joined: 16 Feb 2012, 04:21

Re: Messed up apache2 config

Post 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
Post Reply