-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure all built-in Lighttpd modules are initialized and available #115
Comments
Well, I guess, react-native-static-server/CMakeLists.txt Lines 122 to 130 in 6da88a8
Also you may look into |
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. https://git.lighttpd.net/lighttpd/lighttpd1.4/src/branch/master/src/CMakeLists.txt#L846 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. |
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: