# HG changeset patch # User Matthew Wild # Date 1578480943 0 # Node ID 9f0c10bd46335fc4abb3d8221e927f493b0aeb30 # Parent 7440cffe30e2d94507da1ca31d48c88fc2228e53 mod_http_upload: Recommend against adding to modules_enabled Users were confused. Client compatibility is mixed (though I think most/all are fixed now). diff -r 7440cffe30e2 -r 9f0c10bd4633 mod_http_upload/README.markdown --- a/mod_http_upload/README.markdown Mon Jan 06 16:43:15 2020 +0100 +++ b/mod_http_upload/README.markdown Wed Jan 08 10:55:43 2020 +0000 @@ -22,7 +22,7 @@ Component "upload.example.org" "http_upload" ``` -Alternatively it can be added to `modules_enabled` like other modules. +It should **not** be added to modules_enabled. Limits ------