summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-03-09 13:36:57 +0000
committerJan Kneschke <jan@kneschke.de>2006-03-09 13:36:57 +0000
commit9dbf12d8ed08e1831e121cd5e2827ea442a5b3fe (patch)
treeb38636a41afa8581177798c4d632199d76a258dd /tests/lighttpd.conf
parent7ef30c4dfea6f75766a6b2c468950fc5357424b2 (diff)
downloadlighttpd-git-9dbf12d8ed08e1831e121cd5e2827ea442a5b3fe.tar.gz
- fixed test for max-request-size on 64bit platforms
- fixed counting the skipped tests in mod-fastcgi.t git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1039 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index 8d38c098..79e48c91 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -3,6 +3,9 @@ debug.log-condition-handling = "enable"
server.document-root = "@SRCDIR@/tmp/lighttpd/servers/www.example.org/pages/"
server.pid-file = "@SRCDIR@/tmp/lighttpd/lighttpd.pid"
+## 64 Mbyte ... nice limit
+server.max-request-size = 65000
+
## bind to port (default: 80)
server.port = 2048