Where does HestiaCP store the Ports info?

Hi,
I ran this command:
cat /etc/apache2/ports.conf

and got:
# Powered by hestia

I am wanting to use port 8085
( and have created a custom template)

I have opened it in the “Firewall”

The port is not being listened to

So where does HestiaCP write the Port info ?
Apache expects it in /etc/apache2/ports.conf

Thanks

Hestia doesn’t store any ports information with the exception for the ports that needs to be open in the firewall. It is mostlikly an apache2 config issue

The answer to this issue is to add a line to the

file /etc/apache2/ports.conf

# Powered by hestia
listen 8085

Hope that helps others

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.