aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3cdede6..08d239d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,8 +1,8 @@
# Schedule definitions for thorn httpd_utils
# $Header$
-SCHEDULE HTTPUTILS_Startup AT startup before IOUtil_Startup
+SCHEDULE HTTPUTILS_Startup AT startup AFTER HTTP_Startup BEFORE IOUtil_Startup
{
LANG: C
+ OPTIONS: GLOBAL
} "Utils for httpd startup"
-