summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-12-03 00:20:23 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-12-03 00:20:23 -0500
commit33fd0db9e5acb8a7675400d032fff178de0a7c6e (patch)
tree57f1e1f5bb8887417a8a4251b5aec78dba35afea /doc
parent3625f99bd2d65f194bde56567c0765db730c5633 (diff)
downloadlighttpd-git-33fd0db9e5acb8a7675400d032fff178de0a7c6e.tar.gz
[core] remove libev fdevent option (ignore)
lighttpd directly uses native OS event handlers
Diffstat (limited to 'doc')
-rw-r--r--doc/config/lighttpd.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/config/lighttpd.conf b/doc/config/lighttpd.conf
index 0abee3f1..c02f09f3 100644
--- a/doc/config/lighttpd.conf
+++ b/doc/config/lighttpd.conf
@@ -183,7 +183,6 @@ include conf_dir + "/conf.d/debug.conf"
## solaris-eventports (recommended on Solaris)
## poll (recommended if none of above are available)
## select (*not* recommended)
-## libev (*not* recommended)
##
#server.event-handler = "linux-sysepoll"