You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by co...@decus.org on 1997/03/31 17:57:44 UTC

Changed information for PR config/235

Synopsis: Apache core dumps when RLimitNPROC used for virtual host

State-Changed-From-To: open-feedback
State-Changed-By: coar@decus.org
State-Changed-When: Mon Mar 31 07:57:44 PST 1997
State-Changed-Why:
The RLimitNPROC directive takes one or two arguments.
Each is either a number OR a keyword.  In neither syntax
should you include the octothorpe ('#') character.  Try
changing your line from
  RLimitNPROC #5 #10
to
  RLimitNPROC 5 10
and see if the server processes it correctly.  Please
let us know the results.