From 8b2630a82fbecfd57fa38aebb397a755936690e5 Mon Sep 17 00:00:00 2001 From: stbuehler Date: Fri, 18 Sep 2015 15:15:18 +0000 Subject: add README to point to lighttpd-1.4.x as stable git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/docroot/www/Makefile.am | 5 -- tests/docroot/www/cgi-pathinfo.pl | 7 -- tests/docroot/www/cgi.php | 9 --- tests/docroot/www/cgi.pl | 7 -- tests/docroot/www/exec-date.shtml | 1 - tests/docroot/www/expire/Makefile.am | 1 - tests/docroot/www/expire/access.txt | 0 tests/docroot/www/expire/modification.txt | 0 tests/docroot/www/get-env.php | 4 - tests/docroot/www/get-header.pl | 8 -- tests/docroot/www/get-post-len.pl | 15 ---- tests/docroot/www/get-post-md5.php | 3 - tests/docroot/www/get-server-env.php | 3 - tests/docroot/www/go/Makefile.am | 1 - tests/docroot/www/go/cgi.php | 9 --- tests/docroot/www/index.html | 113 ----------------------------- tests/docroot/www/index.txt | 113 ----------------------------- tests/docroot/www/indexfile/Makefile.am | 1 - tests/docroot/www/indexfile/index.php | 1 - tests/docroot/www/indexfile/return-404.php | 5 -- tests/docroot/www/indexfile/rewrite.php | 3 - tests/docroot/www/nph-status.pl | 14 ---- tests/docroot/www/phpinfo.php | 1 - tests/docroot/www/prefix.fcgi | 3 - tests/docroot/www/redirect.php | 4 - tests/docroot/www/ssi.shtml | 1 - 26 files changed, 332 deletions(-) delete mode 100644 tests/docroot/www/Makefile.am delete mode 100644 tests/docroot/www/cgi-pathinfo.pl delete mode 100644 tests/docroot/www/cgi.php delete mode 100644 tests/docroot/www/cgi.pl delete mode 100644 tests/docroot/www/exec-date.shtml delete mode 100644 tests/docroot/www/expire/Makefile.am delete mode 100644 tests/docroot/www/expire/access.txt delete mode 100644 tests/docroot/www/expire/modification.txt delete mode 100644 tests/docroot/www/get-env.php delete mode 100644 tests/docroot/www/get-header.pl delete mode 100644 tests/docroot/www/get-post-len.pl delete mode 100644 tests/docroot/www/get-post-md5.php delete mode 100644 tests/docroot/www/get-server-env.php delete mode 100644 tests/docroot/www/go/Makefile.am delete mode 100644 tests/docroot/www/go/cgi.php delete mode 100644 tests/docroot/www/index.html delete mode 100644 tests/docroot/www/index.txt delete mode 100644 tests/docroot/www/indexfile/Makefile.am delete mode 100644 tests/docroot/www/indexfile/index.php delete mode 100644 tests/docroot/www/indexfile/return-404.php delete mode 100644 tests/docroot/www/indexfile/rewrite.php delete mode 100644 tests/docroot/www/nph-status.pl delete mode 100644 tests/docroot/www/phpinfo.php delete mode 100644 tests/docroot/www/prefix.fcgi delete mode 100644 tests/docroot/www/redirect.php delete mode 100644 tests/docroot/www/ssi.shtml (limited to 'tests/docroot/www') diff --git a/tests/docroot/www/Makefile.am b/tests/docroot/www/Makefile.am deleted file mode 100644 index dbf04723..00000000 --- a/tests/docroot/www/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -EXTRA_DIST=cgi.php cgi.pl index.html index.txt phpinfo.php \ - redirect.php cgi-pathinfo.pl get-env.php get-server-env.php \ - nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \ - exec-date.shtml get-post-md5.php -SUBDIRS=go indexfile expire diff --git a/tests/docroot/www/cgi-pathinfo.pl b/tests/docroot/www/cgi-pathinfo.pl deleted file mode 100644 index af8d4dfb..00000000 --- a/tests/docroot/www/cgi-pathinfo.pl +++ /dev/null @@ -1,7 +0,0 @@ -#! /usr/bin/perl - -print "Content-Type: text/html\r\n\r\n"; - -print $ENV{"PATH_INFO"}; - -0; diff --git a/tests/docroot/www/cgi.php b/tests/docroot/www/cgi.php deleted file mode 100644 index d92e52f9..00000000 --- a/tests/docroot/www/cgi.php +++ /dev/null @@ -1,9 +0,0 @@ -\n"; -#phpinfo(); -#header("Content-Length: ".ob_get_length()); -#ob_end_flush(); - -?> diff --git a/tests/docroot/www/cgi.pl b/tests/docroot/www/cgi.pl deleted file mode 100644 index 9695adf6..00000000 --- a/tests/docroot/www/cgi.pl +++ /dev/null @@ -1,7 +0,0 @@ -#! /usr/bin/perl - -print "Content-Type: text/html\r\n\r\n"; - -print $ENV{"SCRIPT_NAME"}; - -0; diff --git a/tests/docroot/www/exec-date.shtml b/tests/docroot/www/exec-date.shtml deleted file mode 100644 index 2c8535bc..00000000 --- a/tests/docroot/www/exec-date.shtml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/tests/docroot/www/expire/Makefile.am b/tests/docroot/www/expire/Makefile.am deleted file mode 100644 index 7812b143..00000000 --- a/tests/docroot/www/expire/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=access.txt modification.txt diff --git a/tests/docroot/www/expire/access.txt b/tests/docroot/www/expire/access.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/docroot/www/expire/modification.txt b/tests/docroot/www/expire/modification.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/docroot/www/get-env.php b/tests/docroot/www/get-env.php deleted file mode 100644 index bdaa9a4a..00000000 --- a/tests/docroot/www/get-env.php +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/tests/docroot/www/get-header.pl b/tests/docroot/www/get-header.pl deleted file mode 100644 index 905f3e79..00000000 --- a/tests/docroot/www/get-header.pl +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/perl - -my $s = $ENV{$ENV{"QUERY_STRING"}}; - -printf("Content-Length: %d\r\n", length($s)); -print "Content-Type: text/plain\r\n\r\n"; - -print $s; diff --git a/tests/docroot/www/get-post-len.pl b/tests/docroot/www/get-post-len.pl deleted file mode 100644 index bac8bbf8..00000000 --- a/tests/docroot/www/get-post-len.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl - - -print "Content-Type: text/plain\r\n\r\n"; - -if ($ENV{"REQUEST_METHOD"} eq "POST") { - my $l = 0; - while(<>) { - $l += length($_); - } - print $l; -} else { - print "0"; -} - diff --git a/tests/docroot/www/get-post-md5.php b/tests/docroot/www/get-post-md5.php deleted file mode 100644 index 0c250c41..00000000 --- a/tests/docroot/www/get-post-md5.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/tests/docroot/www/get-server-env.php b/tests/docroot/www/get-server-env.php deleted file mode 100644 index 17b49945..00000000 --- a/tests/docroot/www/get-server-env.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/tests/docroot/www/go/Makefile.am b/tests/docroot/www/go/Makefile.am deleted file mode 100644 index fe20c503..00000000 --- a/tests/docroot/www/go/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=cgi.php diff --git a/tests/docroot/www/go/cgi.php b/tests/docroot/www/go/cgi.php deleted file mode 100644 index d92e52f9..00000000 --- a/tests/docroot/www/go/cgi.php +++ /dev/null @@ -1,9 +0,0 @@ -\n"; -#phpinfo(); -#header("Content-Length: ".ob_get_length()); -#ob_end_flush(); - -?> diff --git a/tests/docroot/www/index.html b/tests/docroot/www/index.html deleted file mode 100644 index 3c149671..00000000 --- a/tests/docroot/www/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - -Webserver testpage - - - - - - - - - - - - - - - - - - - - - - - - -
    -
- +++ testinfo - webserver +++ -
-
  -
- This is only a test page for the webserver!
- SuSE is not responsible for the contents of this domain! -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   
system information - - Operating system: [ SuSE Linux 8.0 (i386) - ]
- Host: [ grisu.home.kneschke.de, Kernel: 2.4.18-4GB (i686) - ] -
-
  
webserver and modules - - Webserver version:
- [ lighttpd/0.1.0 (Unix) ]

- - Installed modules:
- [ PHP module is not installed ]
- [ Apache perl module (mod_perl) is not installed ]
- [ Apache DAV module (mod_dav) is not installed ]
- [ Apache Python module (mod_python) is not installed ]
- -
-
  
documentation - -[ This host is not configured as server for the SuSE help system ]

-[ Apache manual is not installed ]
- -
- [ The SuSE website ]
- - - -
-
  
-
 powered by SuSE
- - - - - - - - - - - - diff --git a/tests/docroot/www/index.txt b/tests/docroot/www/index.txt deleted file mode 100644 index 3c149671..00000000 --- a/tests/docroot/www/index.txt +++ /dev/null @@ -1,113 +0,0 @@ - - - -Webserver testpage - - - - - - - - - - - - - - - - - - - - - - - - -
    -
- +++ testinfo - webserver +++ -
-
  -
- This is only a test page for the webserver!
- SuSE is not responsible for the contents of this domain! -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   
system information - - Operating system: [ SuSE Linux 8.0 (i386) - ]
- Host: [ grisu.home.kneschke.de, Kernel: 2.4.18-4GB (i686) - ] -
-
  
webserver and modules - - Webserver version:
- [ lighttpd/0.1.0 (Unix) ]

- - Installed modules:
- [ PHP module is not installed ]
- [ Apache perl module (mod_perl) is not installed ]
- [ Apache DAV module (mod_dav) is not installed ]
- [ Apache Python module (mod_python) is not installed ]
- -
-
  
documentation - -[ This host is not configured as server for the SuSE help system ]

-[ Apache manual is not installed ]
- -
- [ The SuSE website ]
- - - -
-
  
-
 powered by SuSE
- - - - - - - - - - - - diff --git a/tests/docroot/www/indexfile/Makefile.am b/tests/docroot/www/indexfile/Makefile.am deleted file mode 100644 index 04727308..00000000 --- a/tests/docroot/www/indexfile/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=index.php return-404.php rewrite.php diff --git a/tests/docroot/www/indexfile/index.php b/tests/docroot/www/indexfile/index.php deleted file mode 100644 index e0c7d9ec..00000000 --- a/tests/docroot/www/indexfile/index.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/tests/docroot/www/indexfile/return-404.php b/tests/docroot/www/indexfile/return-404.php deleted file mode 100644 index dd680cc5..00000000 --- a/tests/docroot/www/indexfile/return-404.php +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/tests/docroot/www/indexfile/rewrite.php b/tests/docroot/www/indexfile/rewrite.php deleted file mode 100644 index fb412907..00000000 --- a/tests/docroot/www/indexfile/rewrite.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/tests/docroot/www/nph-status.pl b/tests/docroot/www/nph-status.pl deleted file mode 100644 index dd033f87..00000000 --- a/tests/docroot/www/nph-status.pl +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl - -my $status = 200; - -if (defined $ENV{"QUERY_STRING"}) { - $status = $ENV{"QUERY_STRING"}; -} - -if ($status == 0 && $status ne "0") { - # not a number, just send as content - print $status; -} else { - print "HTTP/1.0 ".$status." FooBar\r\n\r\n"; -} diff --git a/tests/docroot/www/phpinfo.php b/tests/docroot/www/phpinfo.php deleted file mode 100644 index 147cebcd..00000000 --- a/tests/docroot/www/phpinfo.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/tests/docroot/www/prefix.fcgi b/tests/docroot/www/prefix.fcgi deleted file mode 100644 index e3883520..00000000 --- a/tests/docroot/www/prefix.fcgi +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/tests/docroot/www/redirect.php b/tests/docroot/www/redirect.php deleted file mode 100644 index 0489d22d..00000000 --- a/tests/docroot/www/redirect.php +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/tests/docroot/www/ssi.shtml b/tests/docroot/www/ssi.shtml deleted file mode 100644 index 473c5c65..00000000 --- a/tests/docroot/www/ssi.shtml +++ /dev/null @@ -1 +0,0 @@ - -- cgit v1.2.1