comparison mod_http_upload/README.markdown @ 1861:385f67111d22

mod_http_upload/README: More explaining text
author Kim Alvefur <zash@zash.se>
date Thu, 17 Sep 2015 20:16:09 +0200
parents 8e5ee3b09e9d
children 3aabb670239d
comparison
equal deleted inserted replaced
1860:8e5ee3b09e9d 1861:385f67111d22
17 follows: 17 follows:
18 18
19 Component 19 Component
20 --------- 20 ---------
21 21
22 Standalone component: 22 You can configure it as a standalone component:
23 23
24 Component "upload.example.org" "http_upload" 24 Component "upload.example.org" "http_upload"
25 25
26 Existing component 26 Existing component
27 ------------------ 27 ------------------
28
29 Or add it to an existing component:
28 30
29 Component "proxy.example.org" "proxy65" 31 Component "proxy.example.org" "proxy65"
30 modules_enabled = { 32 modules_enabled = {
31 "http_upload"; 33 "http_upload";
32 } 34 }
33 35
34 On VirtualHosts 36 On VirtualHosts
35 --------------- 37 ---------------
38
39 Or load it directly on hosts:
36 40
37 -- In the Global section or under a specific VirtualHosts line 41 -- In the Global section or under a specific VirtualHosts line
38 modules_enabled = { 42 modules_enabled = {
39 -- other modules 43 -- other modules
40 "http_upload"; 44 "http_upload";