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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -