This website works better with JavaScript.
Home
Help
Register
Sign In
lighttpd
/
lighttpd2
Watch
2
Star
0
Fork
0
Code
Issues
Releases
0
Wiki
Activity
Browse Source
[doc] mod_fastcgi: extend php fastcgi example with physical file test
Change-Id: I061278e2bd588d27f57be8b6711d470161a955cc
master
Stefan Bühler
1 year ago
parent
bda1a90f27
commit
f66defba93
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/mod_fastcgi.xml
+ 1
- 1
doc/mod_fastcgi.xml
View File
@ -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";
}
</config>
Write
Preview
Loading…
Cancel
Save