mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Sep. 26 2006,03:24 |
|
I'm working on a lighttpd.uci extension, which currently works fine in DSL as far as I can tell. For my own limited needs it has everything I'd use in a default build, but wondering if other DSL users might prefer it to be more full-bodied.
The default build has the following:
+ IPv6 support + zlib support + bzip2 support + crypt support - SSL Support + PCRE support - mySQL support - LDAP support - memcached support - FAM support - LUA support - xml support - SQLite support - GDBM support
pcre support is supplied by including an additional library that isn't available in DSL (pcreposix apparently doesn't work with lighty), but I'm not sure how vital it is. According to the docs, it's used for =~ and !~ in conditionals and for regex matches in url.rewrite and url.redirect. Sounds like something that will not cause problems if disabled, but could make configuration less flexible.
openssl support is disabled by default, and it seems that some features don't work well with it. Is SSL important for a light httpd? I can't think of any reason i'd need it myself, but what about other users?
xml and sqlite are used for property storage for mod_webdav...no idea what that means.
I have no idea what any of the other stuff is for either. I made a build with lua, xml, and sqlite enabled just because DSL has them, but I'm starting to think they are fairly useless in a typical small webserver.
Regardless of what feedback I get, this package won't be built with mysql support. It's a fat package and I'm not going to install it just so i can include support for it in a web server =o)
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|