Home
last modified time | relevance | path

Searched refs:docroot (Results 1 – 22 of 22) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dprepare.sh26 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/
35 cp $srcdir/docroot/123/*.txt \
36 $srcdir/docroot/123/*.html \
37 $srcdir/docroot/123/*.php \
[all …]
H A Dsymlink.t16 my $docroot = $tf->{'TESTDIR'}."/tmp/lighttpd/servers/www.example.org/pages";
20 my $f = "$docroot/index.html";
21 my $l = "$docroot/index.xhtml";
26 $f = "$docroot/expire";
27 $l = "$docroot/symlinked";
H A DMakefile.am66 SUBDIRS=docroot subdir
H A DMakefile.in641 SUBDIRS = docroot
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dmysqlvhost.txt39 mysql-vhost.sql = "SELECT docroot FROM domains WHERE domain='?'"
52 docroot varchar(128) not null
H A Dfastcgi.txt104 "docroot" => <string> , # OPTIONAL if "mode"
130 :"docroot": is optional and is the docroot on the remote
133 to docroot for authorized requests. For security
134 reasons it is recommended to keep this docroot
183 "docroot" => "/" # remote server may use
184 # it's own docroot
205 "docroot" => "/path_to_private_docs",
210 Note that if "docroot" is specified then its value will be
H A Dmagnet.txt100 * lighty.env["physical.path"] = "/my-docroot/search.php"
102 * lighty.env["physical.doc-root"] = "/my-docroot"
187 magnet.attract-physical-path-to = server.docroot + "/readme.lua"
204 magnet.attract-physical-path-to = server.docroot + "/maintainance.lua"
223 magnet.attract-physical-path-to = server.docroot + "/flv-streaming.lua"
379 magnet.attract-raw-url-to = server.docroot + "/counter.lua"
H A Dplugins.txt60 called at the end of the logical path handle to get a docroot
188 called when a docroot is needed
H A Dcml.txt185 checks if maintainance.html exists in the docroot and displays it
H A Dconfiguration.txt348 the docroot plugins.
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfigure.ac730 tests/docroot/Makefile \
731 tests/docroot/123/Makefile \
732 tests/docroot/www/Makefile \
733 tests/docroot/www/go/Makefile \
734 tests/docroot/www/indexfile/Makefile \
735 tests/docroot/www/expire/Makefile \
H A DREADME80 - protecting docroot
H A Dconfigure18111 "tests/docroot/Makefile") CONFIG_FILES="$CONFIG_FILES tests/docroot/Makefile" ;;
18112 "tests/docroot/123/Makefile") CONFIG_FILES="$CONFIG_FILES tests/docroot/123/Makefile" ;;
18113 "tests/docroot/www/Makefile") CONFIG_FILES="$CONFIG_FILES tests/docroot/www/Makefile" ;;
18114 "tests/docroot/www/go/Makefile") CONFIG_FILES="$CONFIG_FILES tests/docroot/www/go/Makefile" ;;
18115 …"tests/docroot/www/indexfile/Makefile") CONFIG_FILES="$CONFIG_FILES tests/docroot/www/indexfile/Ma…
18116 …"tests/docroot/www/expire/Makefile") CONFIG_FILES="$CONFIG_FILES tests/docroot/www/expire/Makefile…
H A DNEWS734 * fixed check for docroot in change-root environments
1090 * added a "docroot" setting for fastcgi processes
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c199 buffer *docroot; member
556 f->docroot = buffer_init(); in fastcgi_host_init()
571 buffer_free(h->docroot); in fastcgi_host_free()
1291 fcv[1].destination = host->docroot; in SETDEFAULTS_FUNC()
1436 if (buffer_is_empty(host->docroot)) { in SETDEFAULTS_FUNC()
1945 if (!buffer_is_empty(host->docroot)) { in fcgi_create_env()
1946 buffer_copy_string_buffer(p->path, host->docroot); in fcgi_create_env()
1965 if (!buffer_is_empty(host->docroot)) { in fcgi_create_env()
1971 buffer_copy_string_buffer(p->path, host->docroot); in fcgi_create_env()
3251 buffer_copy_string_buffer(con->physical.basedir, host->docroot); in fcgi_handle_fdevent()
[all …]
H A Dmod_scgi.c190 buffer *docroot; member
420 f->docroot = buffer_init(); in scgi_host_init()
433 buffer_free(h->docroot); in scgi_host_free()
1040 fcv[1].destination = df->docroot; in SETDEFAULTS_FUNC()
1564 if (!buffer_is_empty(host->docroot)) { in scgi_create_env()
1565 buffer_copy_string_buffer(p->path, host->docroot); in scgi_create_env()
1583 if (!buffer_is_empty(host->docroot)) { in scgi_create_env()
1589 buffer_copy_string_buffer(p->path, host->docroot); in scgi_create_env()
1593 scgi_env_add(p->scgi_env, CONST_STR_LEN("DOCUMENT_ROOT"), CONST_BUF_LEN(host->docroot)); in scgi_create_env()
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/123/
H A DMakefile.in91 subdir = tests/docroot/123
296 $(AUTOMAKE) --foreign tests/docroot/123/Makefile
/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
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/go/
H A DMakefile.in91 subdir = tests/docroot/www/go
296 $(AUTOMAKE) --foreign tests/docroot/www/go/Makefile
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/
H A DMakefile.in91 subdir = tests/docroot
356 $(AUTOMAKE) --foreign tests/docroot/Makefile
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/
H A DMakefile.in91 subdir = tests/docroot/www
361 $(AUTOMAKE) --foreign tests/docroot/www/Makefile