Project

General

Profile

Actions

Bug #3159

closed

Warning: please add "mod_openssl" to server.modules

Added by leo1 almost 2 years ago. Updated 4 months ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

I have been using lighttpd version 1.4.53 for a while in an Intel(R) Atom(TM) CPU CE2752. I
I can't log into the remote GUI, restart the lighttpd service and get the following error when trying to run lighttpd.
2022-06-29 06:35:42: (../../lighttpd-1.4.53/src/configfile.c.59) Warning: please add "mod_openssl" to server.modules list in lig[ 1423.143495] lighttpd652: segfault at 45a007dc ip 45a007dc sp 7fde8e7c error 14httpd.conf. A f in libnss_dns-2.31.so[704c2000+1000]uture release of
lighttpd 1.4.x will not automatically load mod_openssl and lighttpd will not use SSL/TLS where your lighttpd.conf contains ssl.* directives
2022-06-29 06:35:42: (../../lighttpd-1.4.53/src/network.c.311) can't bind to socket: [::]:80 Address already in use
Segmentation fault (core dumped)
Here is the lighttpd output
lighttpd/1.4.53 (ssl) - a light and fast webserver

Actions #1

Updated by gstrauss almost 2 years ago

  • Status changed from New to Missing Feedback
  • Target version deleted (1.4.xx)

There are multiple things wrong. The first and most important is that you have not taken basic troubleshooting steps.

See How to get support

Your post title is poor and does not describe a bug.

I have been using lighttpd version 1.4.53 for a while in an Intel(R) Atom(TM) CPU CE2752.

So what changed on your system?

2022-06-29 06:35:42: (../../lighttpd-1.4.53/src/network.c.311) can't bind to socket: [::]:80 Address already in use

Something is already running on port 80.

I see libnss_dns-2.31.so in the error. Are you trying to use NSS instead of mod_openssl? I would suggest using one of the alternative TLS libraries supported by lighttpd. NSS has more limitations than most of the other TLS modules supported by lighttpd and the developers of NSS focus on the client side much more than on the server side.

In any case, lighttpd 1.4.53, released Jan 2019 (3 1/2 years ago!) is very, very old. Latest lighttpd as I write this is lighttpd 1.4.65. You may ask questions in the forums, but should first test with lighttpd 1.4.65.

Actions #2

Updated by gstrauss 4 months ago

  • Status changed from Missing Feedback to Invalid

Invalid. User config error(s).

Actions

Also available in: Atom