Internal Server Error hestiacp

No, I didn’t modify it
don’t even know how to self

‘’‘root@host:~# ss -ltnp | grep -i apache
LISTEN 0 511 127.0.0.1:8081 0.0.0.0:* users:((“apache2”,pid=84500,fd=3),(“apache2”,pid=84499,fd=3),(“apache2”,pid=84497,fd=3),(“apache2”,pid=1210,fd=3))’‘’

It is as if apache has lost the ip configuration where it should listen on port 8080 and 8443.

grep -r Listen /etc/apache2

‘’‘root@host:~# grep -r Listen /etc/apache2
/etc/apache2/conf.d/10.0.0.234.conf:Listen 10.0.0.234:8443
/etc/apache2/conf.d/10.0.0.234.conf:Listen 10.0.0.234:8080
/etc/apache2/mods-available/hestia-status.conf:Listen 127.0.0.1:8081
/etc/apache2/ports.conf.dpkg-dist:Listen 80
/etc/apache2/ports.conf.dpkg-dist: Listen 443
/etc/apache2/ports.conf.dpkg-dist: Listen 443
root@host:~# ‘’’

Reboot your server.

Done that multiple times not helping

Your internal ip has changed?

ip a

‘’‘root@host:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000
link/ether 02:00:17:00:9a:d1 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.234/24 brd 10.0.0.255 scope global enp0s3
valid_lft forever preferred_lft forever
inet6 fe80::17ff:fe00:9ad1/64 scope link
valid_lft forever preferred_lft forever’‘’

Just for the records.

I’ve accessed @Ighalo’s server and the issue was with /etc/apache2/apache2.conf it was not using Hestia’s conf for apache2 so it was not loading conf files neither in /etc/apache2/conf.d/ nor /etc/apache2/conf.d/domains/

I’ve replaced /etc/apache2/apache2.conf with the right one /usr/local/hestia/install/deb/apache2/apache2.conf and once apache was restarted all started to work again.

2 Likes

Not all Heroes wear capes @sahsanu was a miracle worker
thanks so much sir for your time and effort

1 Like