Actions
Start » History » Revision 22
« Previous |
Revision 22/42
(diff)
| Next »
stbuehler, 2009-12-20 22:50
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
- Deployment
- Installation
- Checkout source:
git clone git://git.lighttpd.net/lighttpd/sandbox
(usegit pull
to update it) - Build it
- with cmake:
mkdir cmakebuild && cd cmakebuild && ccmake .. && make
- with waf:
./waf configure --with-all build
- with cmake:
- Checkout source:
- Configuration
- Installation
- Tips - Best practices, useful tips for young and old
- Config - The config syntax and structure in detail
- Modules - Available modules
- Angel - Recommended supervisor for lighttpd
- AngelConfig - The angel config syntax
- Howtos - Collection of different howtos
- Lua topics
- LuaConfig - Write your config as lua script (basic concepts)
- LuaAPI - Lua api reference
- LuaExamples - Some examples what you can do with lua
- 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 almost 15 years ago · 22 revisions