Accessing http://localhost/, you should get a page that lists all PHP variables and information.
Please note that FastCGI doesn't work on Windows at this time. Good luck!
If you choose the later you must get the latest PHP package from http://www.php.net/downloads.php
Unpack the distribution so you have a directory structure similar to this:
c:\LightTPD
c:\PHP
Host and port points to the ip address and port where the fastcgi daemon will be listening. I have not tried this, but i guess it should work if you have two machines and you put the fastcgi daemon in other machine. In the above lines Lighttpd and PHP FastCGI are on the same machine.
c:\php\php-cgi.exe -b 127.0.0.1:521
And then (re)start the LightTPD web server.
Accessing http://localhost/, you should get a page that lists all PHP variables and information.
Stop-LightTPD.bat
@ECHO OFF ECHO Stopping LightTPD... bin\process.exe -k lighttpd.exe >nul ECHO Stopping PHP FastCGI... bin\process.exe -k php-cgi.exe >nul ECHO. EXIT
How to Install Lighttpd with PHP5 and MySQL on Ubuntu 9.10
| remove "Joomla! is Free Software released under the GNU/GPL License< Prev | Next >How to Display information about ide-cd module on linux |
|---|


