configs/apache.conf
changeset 69 342819c70918
parent 51 1700cf720315
child 70 4aee8dec908d
--- a/configs/apache.conf	Tue Dec 29 21:40:48 2015 +0100
+++ b/configs/apache.conf	Tue Dec 29 22:59:42 2015 +0100
@@ -6,11 +6,11 @@
 # SentEnv may go into the <Directory>...</Directory>
 SetEnv ONCE_VAR /var/lib/once/
 # Action may go into <Location>...</Location>
-Action once-upload-handler /once-handler/once.pl virtual
+Action once-handler /once-handler/once.pl virtual
 
 # Order of location blocks matters!
 <Location "/once">
-	SetHandler once-upload-handler
+	SetHandler once-handler
 </Location>
 
 #<Location "/once/d">