By Zaesar Po
I’ve read other questions but didn’t find an answer to my issue. Also as newbie I’m more lost than usual.
Well the problem is that trying to install Nginx and trying to see if ufw status get status: inactive
After this I write systemctl status nginx and get the next result:
pipo@pipo-X542UV:~$ sudo systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since mar 2018-02-06 17:39:07 CET; 14min ago
feb 06 17:39:06 pipo-X542UV nginx[27941]: nginx: [emerg] bind() to
[::]:80 failed (98: Address already in use)
feb 06 17:39:06 pipo-X542UV nginx[27941]: nginx: [emerg] bind() to
0.0.0.0:80 failed (98: Address already in us
feb 06 17:39:06 pipo-X542UV nginx[27941]: nginx: [emerg] bind() to
[::]:80 failed (98: Address already in use)
feb 06 17:39:07 pipo-X542UV nginx[27941]: nginx: [emerg] bind() to
0.0.0.0:80 failed (98: Address already in us
feb 06 17:39:07 pipo-X542UV nginx[27941]: nginx: [emerg] bind() to
[::]:80 failed (98: Address already in use)
feb 06 17:39:07 pipo-X542UV nginx[27941]: nginx: [emerg] still could
not bind()
feb 06 17:39:07 pipo-X542UV systemd[1]: nginx.service: Control
process exited, code=exited status=1
feb 06 17:39:07 pipo-X542UV systemd[1]: Failed to start A high
performance web server and a reverse proxy serve
feb 06 17:39:07 pipo-X542UV systemd[1]: nginx.service: Unit entered
failed state.
feb 06 17:39:07 pipo-X542UV systemd[1]: nginx.service: Failed with
result 'exit-code'.
lines 1-14/14 (END)
Have tried several times uninstalling and installing again
What I’m doing wrong?
Thanks in advance!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
sudo nginx -t will show you the errors if any that may exist in your configuration file(s).
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.