########################################################################## # UNIX/Linux specific setups for nanoweb # ########################################################################## ### use a forking stand alone server ServerMode = standalone ListenInterface = 0.0.0.0 ListenPort = 8080 #MaxServers = 64 ChildLifeTime = 21600 User = www-data Group = www-data ### 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 /usr/bin/php5-cgi ### now include the standard config Include = ./conf/nanoweb.conf