Actions
Start » History » Revision 17
« Previous |
Revision 17/42
(diff)
| Next »
stbuehler, 2009-07-16 22:09
Lighttpd 2.0 is work in progress - it is not finished and should not be used in a production environment
We do not provide any support for it until it is somewhat complete and ready for testing. Do NOT ask questions in the lighttpd forum.
Thanks for understanding.
Documentation¶
- Table of contents
- Documentation
- Community and Support
- Development
- Misc
- Checkout source:
bzr branch http://bzr.lighttpd.net/lighttpd/sandbox/
(usebzr pull
to update it) - Build with cmake or waf (
mkdir cmakebuild && cd cmakebuild && ccmake .. && make
or./waf configure --with-all && ./waf
) - Deployment
- Tips - Best practices, useful tips for young and old
- Config - The config syntax and structure in detail
- Modules - Available modules
- Howtos - Collection of different howtos
- FAQ - Frequently Asked Questions
- Bug Reporting - How to report a bug
Community and Support¶
Support is given via IRC and the forum. Bugreports are handled via the issue/ticket system.
Development¶
- Plugins
- Internals
Misc¶
- Ideas
- Plans
- Todo
- Valgrind
- Using Clang Static Analyzer with cmake (http://clang-analyzer.llvm.org/)
Updated by stbuehler over 15 years ago · 17 revisions