From f66defba93499771b2dcb7445d8bda7e5fe7bf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Thu, 27 Jun 2019 21:19:07 +0200 Subject: [PATCH] [doc] mod_fastcgi: extend php fastcgi example with physical file test Change-Id: I061278e2bd588d27f57be8b6711d470161a955cc --- doc/mod_fastcgi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mod_fastcgi.xml b/doc/mod_fastcgi.xml index 42ccab7..f062e43 100644 --- a/doc/mod_fastcgi.xml +++ b/doc/mod_fastcgi.xml @@ -28,7 +28,7 @@ module_load "mod_fastcgi"; } - if phys.path =$ ".php" { + if phys.path =$ ".php" and phys.is_file { fastcgi "unix:/var/run/lighttpd2/php.sock"; }