Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: lighttpd.

lighttpd: Difference between revisions

From MoodleDocs
No edit summary
 
mNo edit summary
Line 1: Line 1:
[http://www.lighttpd.net/ Lighttpd] (aka Lighty) is a lightweight webserver program with a small memory footprint. It is an alternative to Apache and IIS, which is particularly suited to systems which are low on resources, especially RAM. Lighttpd is ideal for people using VPS hosting. Even oh hosts with plenty of resources, Lighty is apparently just as fast as Apache and sometimes faster, so is well worth considering.
[http://www.lighttpd.net/ Lighttpd] (aka Lighty) is a lightweight webserver program with a small memory footprint. It is an alternative to Apache and IIS, which is particularly suited to systems which are low on resources, especially RAM. Lighttpd is ideal for people using VPS hosting. Even on hosts with plenty of resources, Lighty is apparently just as fast as Apache and sometimes faster, so is well worth considering.


Installation varies according to your platform, so check the instructions [http://trac.lighttpd.net/trac/wiki/TutorialInstallation here].
Installation varies according to your platform, so check the instructions [http://trac.lighttpd.net/trac/wiki/TutorialInstallation here].


You will also need to install php (maybe with an accelerator) as fast-cgi according to [http://trac.lighttpd.net/trac/wiki/TutorialLighttpdAndPHP these] instructions.
You will also need to install php (maybe with an accelerator) as fast-cgi according to [http://trac.lighttpd.net/trac/wiki/TutorialLighttpdAndPHP these] instructions.

Revision as of 13:55, 15 June 2007

Lighttpd (aka Lighty) is a lightweight webserver program with a small memory footprint. It is an alternative to Apache and IIS, which is particularly suited to systems which are low on resources, especially RAM. Lighttpd is ideal for people using VPS hosting. Even on hosts with plenty of resources, Lighty is apparently just as fast as Apache and sometimes faster, so is well worth considering.

Installation varies according to your platform, so check the instructions here.

You will also need to install php (maybe with an accelerator) as fast-cgi according to these instructions.