Firstly – I have no backup. I know, it’s my fault.
A couple of hours ago I had a working website running turnkey wordpress from my proxmox server. I was trying to get redis object cache to connect so was messing around with stuff i don’t understand.
I think where i went wrong was when it started doing this:
# apt-get update
# apt-get install redis-server
# apt-get install php-redis
# systemctrl restart apache2
And some other bits rom this website: [https://homelab.anita-fred.net/wordpress-lxc/](https://homelab.anita-fred.net/wordpress-lxc/)
Anyway, ystemctrl restart apache2 fires back no such command so i gave up. When i went back to my website i doesn’t connect either locally or publicly. [https://navysloth.co.uk](https://navysloth.co.uk)
Does anyone here have any idea how i can fix this without having to strip it down and start again? As luck would have it, i have am all in one migration file available to use but it it an old (ish) version so not ideal.
[ad_2]
Can you check if your services are running?
`systemctl status apache2`
`systemctl status php-fpm`
`systemctl status redis-server`
Also, you have a typo, `systemctrl` instead of `systemctl`.
Glad to help. Ping if you need help on getting redis up and running