From 5febf136624fd588f305705215351fb25687e49c Mon Sep 17 00:00:00 2001 From: stefano casazza Date: Mon, 4 Sep 2017 11:57:49 +0200 Subject: [PATCH] Updated Running PHP scripts in ULib (markdown) --- Running-PHP-scripts-in-ULib.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Running-PHP-scripts-in-ULib.md b/Running-PHP-scripts-in-ULib.md index 99efb1c..a8d5309 100644 --- a/Running-PHP-scripts-in-ULib.md +++ b/Running-PHP-scripts-in-ULib.md @@ -17,7 +17,7 @@ The first time we run **./php.sh** inside */var/www/example* we must have as res ./out: *php?.out* -./www: **info.php** +./www: **index.php** ./www/cgi-bin: **index.php** > @@ -52,7 +52,7 @@ stefano: /var/www/example # /etc/init.d/php-fpm start Starting PHP FastCGI Process Manager ... stefano: /var/www/example # ./php.sh 2a PID = 26222 -stefano: /var/www/example # curl http://localhost:8080/info.php +stefano: /var/www/example # curl http://localhost:8080/index.php