Home
last modified time | relevance | path

Searched refs:www (Results 1 – 25 of 36) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dprepare.sh15 mkdir -p $tmpdir/servers/www.example.org/pages/
17 mkdir -p $tmpdir/servers/www.example.org/pages/go/
26 cp $srcdir/docroot/www/*.html \
27 $srcdir/docroot/www/*.php \
28 $srcdir/docroot/www/*.pl \
29 $srcdir/docroot/www/*.fcgi \
30 $srcdir/docroot/www/*.shtml \
31 $srcdir/docroot/www/*.txt $tmpdir/servers/www.example.org/pages/
32 cp $srcdir/docroot/www/go/*.php $tmpdir/servers/www.example.org/pages/go/
33 cp $srcdir/docroot/www/expire/*.txt $tmpdir/servers/www.example.org/pages/expire/
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dsimple-vhost.txt46 /var/www/
47 /var/www/logs/
48 /var/www/servers/
49 /var/www/servers/www.example.org/
50 /var/www/servers/www.example.org/lib/
51 /var/www/servers/www.example.org/pages/
52 /var/www/servers/mail.example.org/
53 /var/www/servers/mail.example.org/lib/
54 /var/www/servers/mail.example.org/pages/
57 simple-vhost.default-host = "www.example.org"
[all …]
H A Dredirect.txt34 … url.redirect = ( "^/show/([0-9]+)/([0-9]+)$" => "http://www.example.org/show.php?isdn=$1&page$2",
35 … "^/get/([0-9]+)/([0-9]+)$" => "http://www.example.org/get.php?isdn=$1&page$2" )
38 # from any www.host (with www.) to the host (without www.)
39 $HTTP["host"] =~ "^www\.(.*)" {
H A Drewrite.txt68 # before rewrite: REQUEST_URI="/www/htdocs/url/"
69 # and DOCUMENT_ROOT="/www/htdocs/" %0="www.domain.com" $1="url/"
70 # after rewrite: REQUEST_URI="/www/htdocs/domain.com/url/"
71 # still, you have DOCUMENT_ROOT=/www/htdocs/
73 server.document-root = "/www/htdocs/"
H A Dssl.txt41 ssl.pemfile = "www.example.org.pem"
42 server.name = "www.example.org"
44 server.document-root = "/www/servers/www.example.org/pages/"
H A Dconfiguration.txt46 server.document-root = "/var/www/example.org/pages/"
151 ssl.pemfile = "/var/www/certs/localhost.pem"
163 $HTTP["referer"] !~ "^($|http://www\.example\.org)" {
169 $HTTP["host"] == "www.example.org" {
181 var.basedir = "/home/www/servers/"
182 $HTTP["host"] == "www.example.org" {
183 server.name = "www.example.org"
196 $HTTP["host"] == "www.example.org" {
197 server.name = "www.example.org"
233 $HTTP["host"] == "www.example.org" {
[all …]
H A Duserdir.txt32 URL: http://www.example.org/~jan/index.html
41 userdir.basepath = "/var/www/users/"
43 URL: http://www.example.org/~jan/index.html
44 Path: /var/www/users/jan/htdocs/index.html
H A Drrdtool.txt45 rrdtool.db-name = "/var/www/lighttpd.rrd"
55 OUTDIR=/var/www/servers/www.example.org/pages/rrd/
56 INFILE=/var/www/lighttpd.rrd
H A Dalias.txt36 alias.url = ( "/cgi-bin/" => "/var/www/servers/www.example.org/cgi-bin/" )
H A Dcml.txt171 cml.power-magnet = "/home/www/power-magnet.cml"
173 and create /home/www/power-magnet.cml with: ::
184 For each requested file the /home/www/power-magnet.cml is executed which
209 You need `lua <http://www.lua.org/>`_ and should install `libmemcache-1.3.x <http://people.freebsd.…
232 The language used for CML is provided by `LUA <http://www.lua.org/>`_.
H A Dcompress.txt36 …also need the proper ownership. For Debian/Ubuntu the user and group ids should both be www-data.)
44 find /var/www/cache -type f -mtime +10 | xargs -r rm
75 compress.cache-dir = "/var/www/cache/"
79 compress.cache-dir = "/var/www/cache/docs.example.org/"
H A Dproxy.txt85 www.example.org should be forwarded to the proxy. All proxies
88 $HTTP["host"] == "www.example.org" {
H A Devhost.txt38 evhost.path-pattern = "/home/www/servers/%3/pages/"
H A Dtraffic-shaping.txt43 $HTTP["host"] == "www.example.org" {
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/
H A Drrdtool-graph.sh4 OUTDIR=/var/www/servers/www.example.org/pages/rrd/
5 INFILE=/var/www/lighttpd.rrd
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dmissing104 perl_URL=http://www.perl.org/
106 gnu_software_URL=http://www.gnu.org/software
H A DREADME44 - HTTP/1.0 (http://www.ietf.org/rfc/rfc1945.txt)
45 - HTTP/1.1 (http://www.ietf.org/rfc/rfc2616.txt)
48 - FastCGI (http://www.fastcgi.com/devkit/doc/fcgi-spec.html)
94 (http://www.ietf.org/rfc/rfc2617.txt)
H A DINSTALL20 http://www.lighttpd.net/download/
87 config file assumes that it host web pages in /srv/www/htdocs directory while
H A Ddistribute.sh.in81 cd ~/wwwroot/servers/www.lighttpd.net/
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/
H A DMakefile.am1 SUBDIRS=123 www subdir
/mOS-networking-stack/samples/epserver/config/
H A Depserver.conf1 www_main = www
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A Dmod.template6 ## http://www.lighttpd.net/documentation/Foo.html
/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
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/
H A DMakefile.in91 subdir = tests/docroot/www/indexfile
296 $(AUTOMAKE) --foreign tests/docroot/www/indexfile/Makefile
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/expire/
H A DMakefile.in91 subdir = tests/docroot/www/expire
296 $(AUTOMAKE) --foreign tests/docroot/www/expire/Makefile

12