Home
last modified time | relevance | path

Searched refs:lighttpd (Results 1 – 25 of 67) sorted by relevance

123

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DINSTALL20 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 DREADME3 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 Drc.lighttpd.redhat20 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 Drc.lighttpd35 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 DMakefile.am1 EXTRA_DIST=rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
H A Dsysconfig.lighttpd1 LIGHTTPD_CONF_PATH=/etc/lighttpd/lighttpd.conf
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/systemd/
H A Dlighttpd.service6 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 Dmysqlvhost.txt17 :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 Dauthentication.txt17 :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 Dperformance.txt14 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 Drrdtool.txt17 :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 Dssl.txt14 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 Dsecurity.txt14 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 Dproxy.txt14 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 Dplugins.txt14 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 Dscgi.txt18 :keywords: lighttpd, FastCGI
33 Added in lighttpd 1.3.14 as it was really simple to do.
H A Dcgi.txt17 :keywords: lighttpd, cgi
47 If the file has no extension keep in mind that lighttpd matches not the
H A Dtraffic-shaping.txt17 :keywords: lighttpd, bandwidth limit, traffic shaping
24 Starting with 1.3.8, lighttpd supports limiting the bandwidth for
H A Daccesslog.txt17 :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 Dfastcgi.txt19 :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 Dwebdav.txt14 WebDAV module for lighttpd
17 :keywords: lighttpd, webdav
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DMakefile.am2 testdir=$(srcdir)/tmp/lighttpd/
59 EXTRA_DIST=wrapper.sh lighttpd.conf \
60 lighttpd.user \
61 lighttpd.htpasswd \
H A Dprepare.sh11 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 Drrdtool-graph.sh5 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 Dvhosts.template5 ## http://www.lighttpd.net/documentation/configuration.html#conditional-configuration
26 ssl.pemfile = "/etc/ssl/private/lighttpd-localhost.pem"

123