Quantcast
Channel: Nginx – LinuxFunda
Browsing latest articles
Browse All 4 View Live

Generate CA and Self-signed Certificate with Openssl.

Steps to create a self-signed certificate: Generate a server key:openssl genrsa -des3 -out server.key 4096create a certificate signing requestopenssl req -new -key server.key -out server.csrNow sign...

View Article



Installing Nginx With PHP5 (And PHP-FPM) On CentOS 6.0 to run a CakePhp...

First update your machine.#yum updateInstall all development tools#yum groupinstall "Development Tools"Install MySQL#yum install mysql mysql-server #chkconfig --levels 235 mysqld on #/etc/init.d/mysqld...

View Article

Image may be NSFW.
Clik here to view.

How to restrict access to a URL in Ngnix

Sometimes it needs to restrict some URLs of your application. Suppose, if you have a WordPress application then it doesn’t need to give access to the URL http://www.example.com/wp-admin to all. If you...

View Article

How To Block Exploits, SQL Injections, File Injections, Spam, User Agents,...

Exploits, SQL Injections, File Injections, Spam, User Agents, Etc. are the common problem for the web server administrators. How to block this? In this article I will show you how to block the above...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images