With the abundance of communication between the browser and a server in these days of AJAX and JSON data interchange, there has never been a better time to get your own development web server set up so that you can test all those dynamic scripts youre writing. This article will show you how to do it using some of the most popular software.
– Apache is still undeniably the most popular, and many would say the best, web server available; it’s secure, easy to configure, highly scalable, and above all else, it’s completely open source and therefore totally free. The current stable version of Apache is 2.2.8, which is the version we’ll be in…
Recent Comments