configs/apache.conf
changeset 51 1700cf720315
parent 48 aa14588b4232
child 69 342819c70918
equal deleted inserted replaced
50:8de14266312f 51:1700cf720315
     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>