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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -