| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | INSTALL | 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, 90 - Default: lighttpd.conf 91 - For mOS: m-lighttpd.conf 93 Please use the following command to run lighttpd: 95 (e.g., $ sudo ./lighttpd -D -f ../docs/config/m-lighttpd.conf -n 8) 115 A sample lighttpd.conf file is placed@: doc/config/lighttpd.conf 117 Please use the following command to run lighttpd: [all …]
|
| H A D | README | 3 lighttpd 15 lighttpd a secure, fast, compliant and very flexible web-server 19 URL-Rewriting and many more) make lighttpd the perfect webserver-software 23 http://wiki.lighttpd.net/ 28 lighttpd is a __httpd__ which is 135 lighttpd has been verified to compile and work on 148 Starting lighttpd 153 $ lighttpd -f <configfile> 157 $ lighttpd -D -f <configfile>
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/ |
| H A D | rc.lighttpd.redhat | 20 if [ -f /etc/sysconfig/lighttpd ]; then 21 . /etc/sysconfig/lighttpd 29 lighttpd="/usr/sbin/lighttpd" 34 daemon $lighttpd -f $LIGHTTPD_CONF_PATH 43 killproc $lighttpd 52 killproc $lighttpd -HUP 79 status $lighttpd
|
| H A D | rc.lighttpd | 35 LIGHTTPD_BIN=/usr/sbin/lighttpd 39 LIGHTTPD_CONFIG=/etc/sysconfig/lighttpd 122 touch /var/run/lighttpd.pid 148 test /etc/lighttpd/lighttpd.conf -nt /var/run/lighttpd.pid && echo reload
|
| H A D | Makefile.am | 1 EXTRA_DIST=rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
|
| H A D | sysconfig.lighttpd | 1 LIGHTTPD_CONF_PATH=/etc/lighttpd/lighttpd.conf
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/systemd/ |
| H A D | lighttpd.service | 6 ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf 7 ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | mysqlvhost.txt | 17 :keywords: lighttpd, mysql, vhost 35 mysql-vhost.db = "lighttpd" 36 mysql-vhost.user = "lighttpd" 38 mysql-vhost.sock = "/var/mysql.lighttpd.sock" 44 GRANT SELECT ON lighttpd.* TO lighttpd@localhost IDENTIFIED BY 'secret'; 46 CREATE DATABASE lighttpd; 48 USE lighttpd;
|
| H A D | authentication.txt | 17 :keywords: lighttpd, authentication 27 lighttpd supportes both authentication method described by 48 Depending on the method lighttpd provides various way to store 88 $ htpasswd lighttpd.user.htpasswd agent007 104 $ htdigest lighttpd.user.htdigest 'download area' agent007 153 auth.backend.plain.userfile = "lighttpd-plain.user" 156 auth.backend.htpasswd.userfile = "lighttpd-htpasswd.user" 159 auth.backend.htdigest.userfile = "lighttpd-htdigest.user"
|
| H A D | performance.txt | 14 handling performance issues in lighttpd 17 :keywords: lighttpd, performance 27 lighttpd is optimized into varying directions. The most important direction is 28 performance. The operation system has two major facilities to help lighttpd 45 before an unused keep-alive connection gets dropped by lighttpd. 105 lighttpd supports all major platform-specific calls: 131 As lighttpd is a single-threaded server, its main resource limit is the 139 This only works if lighttpd is started as root. 151 If lighttpd runs out of file descriptors, it will stop accepting new 164 and lighttpd could not disable the incoming connections soon enough. The [all …]
|
| H A D | rrdtool.txt | 17 :keywords: lighttpd, skeleton 41 before the first run, as lighttpd has to create the DB for you. 45 rrdtool.db-name = "/var/www/lighttpd.rrd" 56 INFILE=/var/www/lighttpd.rrd 57 OUTPRE=lighttpd-traffic 94 OUTPRE=lighttpd-requests
|
| H A D | ssl.txt | 14 How to set up SSL in lighttpd 17 :keywords: lighttpd, ssl 24 lighttpd supports SSLv2 and SSLv3 if it is compiled against openssl. 37 one lighttpd instance you must use IP-based virtual hosting: ::
|
| H A D | security.txt | 14 lighttpd was developed with security in mind ... 17 :keywords: lighttpd, security 37 lighttpd runs best without any extra privileges and runs perfectly in chroot.
|
| H A D | proxy.txt | 14 The proxy module a simplest way to connect lighttpd to 18 :keywords: lighttpd, Proxy 30 lighttpd provides the Proxy support via the proxy-module 83 Using lighttpd + mod_proxy in front of 8 Squids which handle the
|
| H A D | plugins.txt | 14 The plugin interface is an integral part of lighttpd which 15 provides a flexible way to add specific functionality to lighttpd. 18 :keywords: lighttpd, plugins 25 Plugins allow you to enhance the functionality of lighttpd without 32 lighttpd has 16 hooks which are used in different states of the 131 HANDLER_ERROR will terminate lighttpd
|
| H A D | scgi.txt | 18 :keywords: lighttpd, FastCGI 33 Added in lighttpd 1.3.14 as it was really simple to do.
|
| H A D | cgi.txt | 17 :keywords: lighttpd, cgi 47 If the file has no extension keep in mind that lighttpd matches not the
|
| H A D | traffic-shaping.txt | 17 :keywords: lighttpd, bandwidth limit, traffic shaping 24 Starting with 1.3.8, lighttpd supports limiting the bandwidth for
|
| H A D | accesslog.txt | 17 :keywords: lighttpd, accesslog, CLF 44 accesslog.filename = "/var/log/lighttpd.log" 114 this prefix is assumed to be special for lighttpd and won't be sent out
|
| H A D | fastcgi.txt | 19 :keywords: lighttpd, FastCGI 26 lighttpd provides an interface to a external programs that 33 Webserver will run seamlessly with lighttpd and vice versa. 56 lighttpd takes it a little bit further by providing a internal 72 lighttpd provides the FastCGI support via the fastcgi-module 271 Starting with 1.3.8 lighttpd can spawn processes on demand if 313 $ PHP_FCGI_CHILDREN=384 ./lighttpd -f ./lighttpd.conf 327 4. If you don't want lighttpd to manage the fastcgi processes, remove the 372 Starting with version 1.3.6 lighttpd can spawn the FastCGI 414 configure php and lighttpd. The php.ini needs the option: :: [all …]
|
| H A D | webdav.txt | 14 WebDAV module for lighttpd 17 :keywords: lighttpd, webdav
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | Makefile.am | 2 testdir=$(srcdir)/tmp/lighttpd/ 59 EXTRA_DIST=wrapper.sh lighttpd.conf \ 60 lighttpd.user \ 61 lighttpd.htpasswd \
|
| H A D | prepare.sh | 11 tmpdir=$top_builddir/tests/tmp/lighttpd 39 cp $srcdir/lighttpd.user $tmpdir/ 40 cp $srcdir/lighttpd.htpasswd $tmpdir/
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/ |
| H A D | rrdtool-graph.sh | 5 INFILE=/var/www/lighttpd.rrd 6 OUTPRE=lighttpd-traffic 26 OUTPRE=lighttpd-requests
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/ |
| H A D | vhosts.template | 5 ## http://www.lighttpd.net/documentation/configuration.html#conditional-configuration 26 ssl.pemfile = "/etc/ssl/private/lighttpd-localhost.pem"
|