Adithyansm
Active Member
HELLO guy's
I am unable to start apache2 server in my zorin os lite machine
the ufw fire wall port 80 is allowed for apache and there is a seperate rule for apache also
I have also reinstalled apache but no use
Zorin os lite (xfce)
4 GB ram
Please help me how to solve the issue it would be a great help
I am unable to start apache2 server in my zorin os lite machine
Code:
systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2022-02-10 12:54:09 IST; 5min ago
Docs: https://httpd.apache.org/docs/2.4/
Feb 10 12:54:09 zorinos apachectl[57554]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, us>
Feb 10 12:54:09 zorinos apachectl[57554]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Feb 10 12:54:09 zorinos apachectl[57554]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Feb 10 12:54:09 zorinos apachectl[57554]: no listening sockets available, shutting down
Feb 10 12:54:09 zorinos apachectl[57554]: AH00015: Unable to open logs
Feb 10 12:54:09 zorinos apachectl[57542]: Action 'start' failed.
Feb 10 12:54:09 zorinos apachectl[57542]: The Apache error log may have more information.
Feb 10 12:54:09 zorinos systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Feb 10 12:54:09 zorinos systemd[1]: apache2.service: Failed with result 'exit-code'.
Feb 10 12:54:09 zorinos systemd[1]: Failed to start The Apache HTTP Server.
Code:
systemctl start apache2.service
Authentication is required to start 'apache2.service'.
Authenticating as: adithyan,,, (adithyan)
Password:
==== AUTHENTICATION COMPLETE ===
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
the ufw fire wall port 80 is allowed for apache and there is a seperate rule for apache also
Code:
sudo ufw status
Apache (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
I have also reinstalled apache but no use
Zorin os lite (xfce)
4 GB ram
Please help me how to solve the issue it would be a great help
Last edited: