How to solve Apache can't START and Reboot due to port error

Apache could not be restarted due to port 8080 error. because port 8080 is already used by me for other system services.

when I check in journalctl like this

Jun 23 11:42:11 stb2.roz.my.id apachectl[33497]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using stb2.roz.my.id. Set the 'ServerName' directive global>
Jun 23 11:42:11 stb2.roz.my.id apachectl[33497]: (98)Address already in use: AH00072: make_sock: could not bind to address 192.168.100.28:8080
Jun 23 11:42:11 stb2.roz.my.id apachectl[33497]: no listening sockets available, shutting down
Jun 23 11:42:11 stb2.roz.my.id apachectl[33497]: AH00015: Unable to open logs
Jun 23 11:42:11 stb2.roz.my.id systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE

Can I change the port to something other than 8080 so that Apache can automatically start up again. Thanks

Hestia doesn’t support changing the web backend port directly. You could do it manually but you would need to update all the configuration files that reference that port.

Instead, change the port for your other service and the issue will be resolved.

Ok thanks done .