In nginx mode apache continue running

Hey there,

I use hestia in a nginx mode (wordpress template), nginx cache, socket mode.
I was migrated from apache to nginx like a week ago.

Just wonder why I see like 20+ processes of running apache?
Should I stop it as
sudo service stop apahe2


in htop?

VERSION=‘1.4.7’
WEB_BACKEND=‘php-fpm’
WEBMAIL_ALIAS=‘webmail’
WEBMAIL_SYSTEM=‘roundcube’
WEB_PORT=‘80’
WEB_SSL=‘openssl’
WEB_SSL_PORT=‘443’
WEB_SYSTEM=‘nginx’

Apache2 hasn’t been removed currently by altering it in the config

run apt remove apache2

Thank you.
If I will just stop it as a service, will it restart on next reboot?

I think OS still starts it unless you disable it via systemctl disable apache2 if am right

Yeah, right.
Thanks