Comments on: Learn How to Speed Up Websites Using Nginx and Gzip Module https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 29 Sep 2016 12:44:34 +0000 hourly 1 By: Gabriel A. Cánepa https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821907 Thu, 29 Sep 2016 12:44:34 +0000 http://www.tecmint.com/?p=22794#comment-821907 In reply to Aleksander.

Aleksander,
The message is saying that nginx can’t be bound to port 80 because it is already in use. My guess is that Apache must be installed and running on the same machine. Because I thought that was going to be the case with some readers, I specifically stated “It is assumed that your VM is a fresh install; otherwise, you will have to make sure that there are not any other web servers (such as Apache) running on your machine.“. Stop Apache and try again, then let us know if you need further help.

]]>
By: Aleksander https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821655 Wed, 28 Sep 2016 16:39:40 +0000 http://www.tecmint.com/?p=22794#comment-821655 cd to post above : is my firewall blocking ports?

]]>
By: Aleksander https://www.tecmint.com/increase-nginx-performance-enable-gzip-compression-module/comment-page-1/#comment-821654 Wed, 28 Sep 2016 16:38:09 +0000 http://www.tecmint.com/?p=22794#comment-821654 I installed Nginx and in console got this listing :

root@aleksander-Aspire-7750G:/home/aleksander# nginx
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()

Does anyone know how to fix it? or probably I did something wrong.

]]>