[AOLSERVER] maxline

2003-03-17 Thread Zamil Murji
I read that: AOLserver limits the length of each line in the HTTP request header, including the request line itself. This limits the amount of data you can put in form variables in a GET request. AOLserver does not specifically limit the length of each form variable's value. The limit is set in

Re: [AOLSERVER] maxline

2003-03-17 Thread Scott Goodwin
I believe you limit the request line like so: ns_section ns/server/${servername} ns_param maxline 10240 It defaults to 8192 in AOLserver 3.5.1. The config file should be placed in the top level of your AOLserver installation area, and should be called nsd.tcl. For a new installation,