configs/apache.conf
changeset 69 342819c70918
parent 51 1700cf720315
child 70 4aee8dec908d
equal deleted inserted replaced
68:9b2e5de193c9 69:342819c70918
     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/once.pl virtual
     9 Action once-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-handler
    14 </Location>
    14 </Location>
    15 
    15 
    16 #<Location "/once/d">
    16 #<Location "/once/d">
    17 #	SetHandler once-download-handler
    17 #	SetHandler once-download-handler
    18 #	Action once-download-handler /once-handler/download.pl virtual
    18 #	Action once-download-handler /once-handler/download.pl virtual