You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a list of modules that upstream lighttpd builds into the lighttpd server by default since they are small enough that building as separate shared objects takes up more space.
For this ticket, please consider adding at least mod_expire, mod_redirect, and mod_access, and perhaps even mod_fastcgi and mod_scgi. None have external dependencies besides suggesting PCRE2 for mod_redirect, which is also a recommended dependency of mod_rewrite and mod_dirlisting, which you already include.
birdofpreyru
changed the title
Server exited with error, when i set "mod_expire" on extraConfig
Ensure all built-in Lighttpd modules are initialized and available
Jan 18, 2025
I got this error and server was crashed, when i modifed extraConfig like below from example codes.
extraConfig:
server.modules += ("mod_expire") expire.url = ("/" => "access plus 1 seconds")
,The text was updated successfully, but these errors were encountered: