Lighttpd problem

General support questions
Post Reply
cgokan
Posts: 34
Joined: 2016/12/07 13:11:56

Lighttpd problem

Post by cgokan » 2017/06/22 15:18:49

Hello

I am using lighttpd. But the following I get the error like.
What would be the reason ?

error:
2017-06-22 17:55:33: (server.c.1045) WARNING: unknown config-key: server.socket (ignored)
2017-06-22 18:02:16: (server.c.1558) server stopped by UID = 0 PID = 3212

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Lighttpd problem

Post by avij » 2017/06/25 20:16:56

There is no configuration option named server.socket in lighttpd, but your configuration file has that configuration option anyway. Consider removing it.

Note that lighttpd is not packaged by the CentOS Project. lighttpd has its own support forum which may be useful for you. Reading the fine documentation is generally a good first step.

cgokan
Posts: 34
Joined: 2016/12/07 13:11:56

Re: Lighttpd problem

Post by cgokan » 2017/06/27 09:56:10

Very thanks...

Post Reply