Apache2 woes

Tuesday, January 20, 2026 at 21:41:57

Something that runs around 6:19am on vps is shutting down apache2, then trying to restart/graceful restart it, but the restart fails because it runs BEFORE apache2 shuts down.

I’m currently attempting to edit /etc/needrestart/needrestart.conf (found this after hours of searching):
changed this:

#$nrconf{restart} = ‘i’;

to this:

$nrconf{restart} = ‘a’;

Fingers crossed.

Also, added this block to /etc/apt/apt.conf.d/50unattended-upgrades

Unattended-Upgrade::Post-Invoke-Success {
    "if systemctl list-units --all --type=service | grep -q 'apache2'; then systemctl restart apache2; fi";
};

Letting domains drop

Sunday, January 4, 2026 at 18:02:18

I took these off auto-renew, saving about $80 per year.

  • booboogirl.com
  • janeric.biz
  • leuschen.dev
  • leuschen.work

I might still keep leuschen.work or leuschen.dev before they expire, just not sure.

Migration of placeholders

Thursday, October 23, 2025 at 13:16:42

Moved from Logicweb as placeholders, to svpsdev.e5l.co, also as placeholders.

  • janeric.biz (www.janeric.biz)
  • booboogirl.com (www.booboogirl.com)
  • leuschen.dev (www.leuschen.dev)
  • leuschen.work (www.leuschen.work)

Site Listings (no ips)

Sunday, October 19, 2025 at 18:49:32

leuschen.net hosting - 64.64.109.18
——–
israel.e5l.co
g2.e5l.co
cpcalendars.e5l.co.
whm.e5l.co.
www.booboogirl.com.
www.euro-vaca.com.
www.janeric.biz.
www.leuschen.dev.
www.leuschen.net.
www.leuschen.work.
www.leuschen.xyz.
www.organo.ws.
garden.w6eal.com.

vps - 74.208.77.36
——–
wc.e5l.co.
g3.e5l.co.
pw.e5l.co.
r.e5l.co.
nyt.e5l.co.
dw.e5l.co.
tv.e5l.co.
w6eal.com.
www.w6eal.com.

vpsdev - 216.225.205.147
——–
cl.e5l.co.
wcd.e5l.co.

svps - 67.217.244.79
——–
testsvps.e5l.co.
ga.e5l.co.
ga2.e5l.co.
blacksquirrelfarm.xyz.
www.blacksquirrelfarm.xyz.
test.blacksquirrelfarm.xyz.

svpsdev - 216.250.115.86
——–
gardenblog.blacksquirrelfarm.xyz.

Flatpress theme updates

Saturday, October 18, 2025 at 21:23:54

Smarty, which is the basis of these flatpress themes, at one point had allowed include=file.tpl or something similar. Now it requires quotes, and a TON of these old flatpress themes don’t have them. I copied a bunch of them from my other servers into svpsdev.e5l.co at fp-themes, and did all the edits myself.😵

Top of Page