Tag: web servers
How to set up a Debian Web Server?
by on Mar.29, 2010, under Server Maintenance
I know a fair share about web servers I just need to know how to get one set up. I am looking at running a public web server from my house. it will run Debian Linux and I am wondering if anyone has a number of things that have to get this thing going. Does anyone have any tutorials to point to you.
Nginx Web Server Best Security Practices
by on Mar.20, 2010, under Server Maintenance
Nginx is a web server/reverse proxy and e-mail proxy for UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Windows. According to nixCraft, it also powers several high traffic Web sites, including WordPress, Hulu, and SourceForge.
“Nginx is a lightweight, high performance web server/reverse proxy and e-mail (IMAP/POP3) proxy. it runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows. According to Netcraft, 6% of all domains on the Internet use Nginx Web server. Nginx is one of a handful of servers written to address the C10K problem. unlike traditional servers, Nginx doesn’t rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture. Nginx powers several high traffic web sites, such as WordPress, Hulu, Github, and SourceForge. This page collects hints how to improve the security of Nginx Web servers running on Linux or UNIX like operating systems.”