You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "mox@iol.it" <mo...@iol.it> on 2005/09/16 10:51:45 UTC

Re: [users@httpd] How to compile to change LimitRequestLine default value

Help!!!
it does not want work!!

debian sarge
Server version: Apache/2.0.54
Server built:   Sep 13 2005 10:08:02

I edit my own layout and edit in include/httpd.h this line:
#ifndef DEFAULT_LIMIT_REQUEST_LINE
#define DEFAULT_LIMIT_REQUEST_LINE 819000
 (I add two zero at the default value 8190)
and insert this command at prompt whit su right:

CFLAGS="-D DEFAULT_LIMIT_REQUEST_LINE=819000" ./configure --enable-layout=DebianPR

make

make install

at the end, edit the httpd.conf and I add this line:
LimitRequestLine 819000


The problem remain the same -:(

I make something wrong?





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] How to compile to change LimitRequestLine default value

Posted by Joshua Slive <js...@gmail.com>.
On 9/16/05, mox@iol.it <mo...@iol.it> wrote:
> Help!!!
> it does not want work!!
> 
> debian sarge
> Server version: Apache/2.0.54
> Server built:   Sep 13 2005 10:08:02
> 
> I edit my own layout and edit in include/httpd.h this line:
> #ifndef DEFAULT_LIMIT_REQUEST_LINE
> #define DEFAULT_LIMIT_REQUEST_LINE 819000
>  (I add two zero at the default value 8190)
> and insert this command at prompt whit su right:
> 
> CFLAGS="-D DEFAULT_LIMIT_REQUEST_LINE=819000" ./configure --enable-layout=DebianPR
> 
> make
> 
> make install
> 
> at the end, edit the httpd.conf and I add this line:
> LimitRequestLine 819000
> 
> 
> The problem remain the same -:(

What, *exactly* is the problem?  What do you see in the error log?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org