Level 53
Check your permissions for the web service (httpd) user. Follow steps similar to these:
https://www.linode.com/docs/web-servers/apache/install-and-configure-apache-on-centos-7/
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi guys,
I'm very new to server side. When i try to start web service in server, it happen error.
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal httpd[21930]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal httpd[21930]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal httpd[21930]: no listening sockets available, shutting down
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal httpd[21930]: AH00015: Unable to open logs
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal kill[21931]: kill: cannot find process ""
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal systemd[1]: httpd.service: control process exited, code=exited status=1
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal systemd[1]: Failed to start The Apache HTTP Server.
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal systemd[1]: Unit httpd.service entered failed state.
May 13 16:30:13 ip-xxx.ap-southeast-1.compute.internal systemd[1]: httpd.service failed.
May i know how can i fix this? Currently i can view my laravel application in this server.
Please or to participate in this conversation.