Make (very) old archive URLs work again

http://archive.develooper.com/advocacy@perl.org/msg00012.html etc
This commit is contained in:
2017-09-23 16:23:55 -07:00
parent be85af9f36
commit c1ea86cbbd
3 changed files with 12 additions and 4 deletions

View File

@@ -8,5 +8,13 @@ if [ ! -z "$READY_FILE" ]; then
done
fi
if [ ! -z "$PRESTART_SCRIPT" ]; then
if [ ! -e "$PRESTART_SCRIPT" ]; then
echo configured prestart script "$PRESTART_SCRIPT" is missing
else
$PRESTART_SCRIPT
fi
fi
exec httpd -DFOREGROUND -e info
#exec httpd -DFOREGROUND -e debug