changeset 47 | 1a695ff398e9 |
parent 41 | 8211c7cdf8e0 |
child 48 | aa14588b4232 |
46:2130f00e34f7 | 47:1a695ff398e9 |
---|---|
1 # -> /etc/apache2/conf.d |
|
2 <Location "/once"> |
|
3 SetHandler once-upload-handler |
|
4 Action once-upload-handler /once-handler/upload.pl virtual |
|
5 </Location> |
|
6 |
|
7 <Directory "$DOCUMENTROOT/once-handler"> |
|
8 AllowOverride AuthConfig Limit Options |
|
9 AddHandler cgi-script .pl |
|
10 </Directory> |
|
11 |
|
12 <Location "/once/d"> |
|
13 SetHandler once-download-handler |
|
14 Action once-download-handler /once-handler/download.pl virtual |
|
15 </Location> |