equal
deleted
inserted
replaced
4 # it needs to be writable by the web server user (wwwrun, www-data, |
4 # it needs to be writable by the web server user (wwwrun, www-data, |
5 # who ever) |
5 # who ever) |
6 # SentEnv may go into the <Directory>...</Directory> |
6 # SentEnv may go into the <Directory>...</Directory> |
7 SetEnv ONCE_VAR /var/lib/once/ |
7 SetEnv ONCE_VAR /var/lib/once/ |
8 # Action may go into <Location>...</Location> |
8 # Action may go into <Location>...</Location> |
9 Action once-upload-handler /once-handler/upload.pl virtual |
9 Action once-upload-handler /once-handler/once.pl virtual |
10 |
10 |
11 # Order of location blocks matters! |
11 # Order of location blocks matters! |
12 <Location "/once"> |
12 <Location "/once"> |
13 SetHandler once-upload-handler |
13 SetHandler once-upload-handler |
14 </Location> |
14 </Location> |