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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -