Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90332d9852907c494a7ced85c29ac2db769007aa

commit 90332d9852907c494a7ced85c29ac2db769007aa
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Dec 2 21:46:10 2009 +0000

mod_fastcgi-2.4.6-2-i686
*fixed default conf

diff --git a/source/network-extra/mod_fastcgi/FrugalBuild 
b/source/network-extra/mod_fastcgi/FrugalBuild
index b6cb346..ce14879 100644
--- a/source/network-extra/mod_fastcgi/FrugalBuild
+++ b/source/network-extra/mod_fastcgi/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=mod_fastcgi
pkgver=2.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="A language independent extension to CGI that provides high performance"
url="http://www.fastcgi.com/";
depends=('apache>=2.2.0')
@@ -13,7 +13,7 @@ backup=(etc/httpd/conf/$pkgname.conf)
up2date="lynx -dump 'http://www.fastcgi.com/dist/?m=D'|grep 
mod_fastcgi-[0-9\.]*\.tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'"
source=(http://www.fastcgi.com/dist/$pkgname-$pkgver.tar.gz $pkgname.conf)
sha1sums=('69c56548bf97040a61903b32679fe3e3b7d3c2d4' \
-          '2cf6e51e2c58e24c162f0d0fd9336967fe3561a9')
+          '787da437edf008200420a445fb7687f41e749a88')

build()
{
diff --git a/source/network-extra/mod_fastcgi/mod_fastcgi.conf 
b/source/network-extra/mod_fastcgi/mod_fastcgi.conf
index 269dbed..9c1874d 100644
--- a/source/network-extra/mod_fastcgi/mod_fastcgi.conf
+++ b/source/network-extra/mod_fastcgi/mod_fastcgi.conf
@@ -1,4 +1,4 @@
-LoadModule fastcgi_module modules/mod_fastcgi.so
+LoadModule fastcgi_module lib/apache/mod_fastcgi.so
<IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi_ipc/
AddHandler fastcgi-script .fcgi
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to