########################################################################## # Windows specific setups for nanoweb # ########################################################################## ### we use inetd.exe to fork multiple processes ServerMode = inetd SingleProcessMode = 1 ### PHP setup # Set the path to your PHP cgi binary here. Make sure it is the CGI # binary, not the CLI one ParseExt = php CGI .\php\php-cgi.exe -c .\conf\php-win.ini ### now include the standard config Include = ./conf/nanoweb.conf