Lines Matching refs:lighttpd
5 This guide describes installation of lighttpd both for Linux and mOS.
8 Each version of lighttpd should be configured differently and then compiled.
20 http://www.lighttpd.net/download/
24 $ gzip -cd lighttpd-1.x.x.tar.gz | tar xf -
28 $ cd lighttpd-1.x.x
35 take a look at the configfile in ./doc/lighttpd.conf,
41 You may need to install the following packages to compile lighttpd:
73 Please remember to adjust lighttpd.conf file carefully.
86 Sample lighttpd configuration files are placed at doc/config/. The default
88 it does error logging in /tmp/lighttpd/error.log file. Please make sure that
89 the directories are created before running lighttpd.
90 - Default: lighttpd.conf
91 - For mOS: m-lighttpd.conf
93 Please use the following command to run lighttpd:
94 $ sudo ./lighttpd -D -f ${PATH_TO_CONFIG_FILE} -n ${NO_OF_CORES}
95 (e.g., $ sudo ./lighttpd -D -f ../docs/config/m-lighttpd.conf -n 8)
107 Please remember to adjust lighttpd.conf file carefully.
115 A sample lighttpd.conf file is placed@: doc/config/lighttpd.conf
117 Please use the following command to run lighttpd:
118 $ sudo ./src/lighttpd -D -f ${PATH_OF_CONFIG_FILE} -n ${NO_OF_CORES}
138 Please remember to adjust lighttpd.conf file carefully.
147 Please use the following command to run lighttpd:
148 $ sudo ./src/lighttpd -D -f ${PATH_OF_CONFIG_FILE} -n ${NO_OF_CORES}