aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/crontab.ugly2
-rw-r--r--conf/httpd.conf-example4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly
index 415176779..8c52c898d 100644
--- a/conf/crontab.ugly
+++ b/conf/crontab.ugly
@@ -15,7 +15,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org
5,10,15,20,25,30,35,40,45,50,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-reports" || echo "stalled?"
0 0-11,13-23 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-reports" || echo "stalled?"
0 12 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-reports --verbose" || echo "stalled?"
-2 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-alerts" || echo "stalled?"
+#2 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-alerts" || echo "stalled?"
0,30 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-questionnaires.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-questionnaires" || echo "stalled?"
!!(* } elsif (($vhost eq 'www.fixmystreet.com') || ($vhost eq 'matthew.fixmystreet.com')) { *)!!
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example
index 8ed6a9c81..c1b6d96c2 100644
--- a/conf/httpd.conf-example
+++ b/conf/httpd.conf-example
@@ -19,13 +19,13 @@
# AllowOverride None
# </Directory>
#
-# <Directory /home/yourname/fixmystreet/web-admin>
+# <Location /admin>
# #
# # WARNING - enable auth here on production machine
# #
# Options +ExecCGI
# AddHandler cgi-script .cgi
-# </Directory>
+# </Location>
#
# Alias /admin/ /home/yourname/fixmystreet/web-admin/
#