| Log Message: |
Merge r1807655 from trunk:
core: Disallow Methods' registration at run time (.htaccess), they may be
used only if registered at init time (httpd.conf).
Calling ap_method_register() in children processes is not the right scope
since it won't be shared for all requests.
Reviewed by: ylavic, covener, icing
|