Maximum new request?

stimax

New member
Joined
Nov 2, 2012
Messages
4
Hi,

I have one problem with apache in DirectAdmin:

Code:
[Wed Jan 02 18:26:14 2013] [error] Maximum new request methods 62 reached while registering method Post.
[Wed Jan 02 18:26:15 2013] [error] Maximum new request methods 62 reached while registering method Post.
[Wed Jan 02 18:26:16 2013] [error] Maximum new request methods 62 reached while registering method Post.
[Wed Jan 02 18:26:16 2013] [error] Maximum new request methods 62 reached while registering method Post.
[Wed Jan 02 18:26:16 2013] [error] Maximum new request methods 62 reached while registering method Post.
[Wed Jan 02 18:26:16 2013] [error] Maximum new request methods 62 reached while registering method Post.

Apache2 + mod_fcgid + suexec

PS. Sorry for my bad english.
 
I found the log problem mentioned here (gmane.org). The problem appears to be with the mod-peruser module.

Jeff
 
Then I don't have anything else to add; perhaps someone else will.

Jeff
 
It looks like it's Apache doing it. This is what I found with Google. It was a comment based on this svn of Apache:
http://mail-archives.apache.org/[email protected]>

1.You have the usual HTTP methods such as GET, POST, HEAD etc
2.Your application may have other methods that your httpd will just pass through to the application.
3.HTTPD has a limited space for keeping a list of what on-standard methods are used - max is 62 and this can't be changed via any config directive. They are assigned when modules are loaded.

The reply was that it was probably the way Joomla works, so it could be these lines are caused by a Joomla installation and if I'm correct they can be ignored.
 
Back
Top