]> git.pld-linux.org Git - packages/apache-php-fcgi.git/commitdiff
- added missing option
authorfax <>
Wed, 8 Oct 2008 09:25:54 +0000 (09:25 +0000)
committerfax <>
Wed, 8 Oct 2008 09:25:54 +0000 (09:25 +0000)
Changed files:
    apache-php-fcgi.spec -> 1.3

apache-php-fcgi.spec

index c0ac018545b5d9948f53f4015a36cadd95ce34c1..79a294f974864af497c3b23427749af73ef80e2f 100644 (file)
@@ -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
This page took 0.081946 seconds and 4 git commands to generate.