[packages/apache-php-fcgi: 3/7] - added missing option

glen glen at pld-linux.org
Tue May 26 18:08:42 CEST 2015


commit 6ab81872b30ec4f6df975362520495e6c055527e
Author: fax <>
Date:   Wed Oct 8 09:25:54 2008 +0000

    - added missing option
    
    Changed files:
        apache-php-fcgi.spec -> 1.3

 apache-php-fcgi.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apache-php-fcgi.spec b/apache-php-fcgi.spec
index c0ac018..79a294f 100644
--- a/apache-php-fcgi.spec
+++ b/apache-php-fcgi.spec
@@ -2,7 +2,7 @@
 Summary:	Support for the PHP via FastCGI protocol for Apache webserver
 Name:		apache1-php-fcgi
 Version:	5.2.6
-Release:	2
+Release:	3
 License:	GPL
 Group:		Applications/WWW
 BuildRequires:	apache1-devel >= 1.3.39
@@ -28,7 +28,7 @@ cat <<'EOF' > apache.conf
 # setup via fastcgi to run php5
 <IfModule mod_fastcgi.c>
 	# the server name is bogus actually, to satisfy mod_fastcgi
-	FastCgiExternalServer %{fcgiapp} -socket /var/run/php/fcgi.sock
+	FastCgiExternalServer %{fcgiapp} -socket /var/run/php/fcgi.sock -idle-timeout 120
 	ScriptAlias /php-fcgi %{fcgiapp}
 	<Location "/php-fcgi">
 		SetHandler fastcgi-script
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-php-fcgi.git/commitdiff/df585f07f45db72d1c6613a5fd2e58fff3dfb815



More information about the pld-cvs-commit mailing list