Search Results for tag nginx

Found 12 results
How to Generate Self-Signed SSL certificate using OpenSSL
How to create self-signed SSL certificate in one line command. This generates ssl certificate and key and uses the openssl command. ... read more
{ updated: 2024-07-23 }
How to Find SSL Certificate Expiration Date With OpenSSL
This blog post shows how to check the SSL certification expiration date using openssl command. This works for both remote websites and certificates stored locally. ... read more
{ updated: 2024-07-23 }
Nginx's "listen ... http2" directive is deprecated message
This blog post shows how to get rid of Nginx's "listen ... http2" directive is deprecated message for newer versions of Nginx. ... read more
{ updated: 2024-07-23 }
How to Enable HSTS in Nginx, Apache, Flask, NodeJS
This blog post shows how to enable HSTS in Nginx, Apache, Flask and NodeJS. ... read more
{ updated: 2023-12-09 }
Parsing Web Server Logs
Different ways of parsing web server logs. Finding unique IP addresses of visitors. ... read more
{ updated: 2017-01-02 }
Disabling SELinux in CentOS 7
Nginx does not run with SELinux enabled. I had to disable it to allow the nginx process to run. ... read more
{ updated: 2016-02-11 }
Configuring Nginx to forward PHP requests to Apache mod_php
HOWTO: Nginx to forward PHP requests to Apache mod_php. ... read more
{ updated: 2009-07-03 }
Installing Nginx web server
Installing Nginx web server for Debian/Ubuntu/RedHat Linux. ... read more
{ updated: 2009-07-01 }
Configuring Nginx web server
Configuring Nginx web server. nginx.conf tweaks. ... read more
{ updated: 2009-07-01 }
Configuring Nginx to include PHP FastCGI support
How to configure Nginx to include PHP FastCGI support. ... read more
{ updated: 2009-07-01 }
How to forward Nginx Perl requests to Apache mod_cgi
How to forward Perl (.pl) requests in Nginx web server to Apache mod_cgi. ... read more
{ updated: 2009-07-01 }
How to compress your webpages
How to compress webpages using gzip or deflate. Apache, Nginx, Lighttpd web servers. ... read more
{ updated: 2008-12-01 }