fastcgi - lighttpd can not change the server port -


when use lighttpd+fastcgi, try change lighthttpd's port ,but failed, succeed when using default 80 port, try many times ,still failed. you. here's configure.

server.document-root        = "/var/www"         server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )   server.errorlog             = "/var/log/lighttpd/error.log"  server.pid-file             = "/var/run/lighttpd.pid"   server.username             = "www-data"   server.groupname            = "www-data"    server.port                 = 80 


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -