Currently Browsing: Web
Jun 20, 2012
Enabling Server Status on Apache 2.2
Apache 2 has a nice feature to allow a server admin to view the performance of Apache. When mod_status module is enabled an HTML page will be presented to allow stats to be presented in a readable format in which refresh can be set. Server status details: The number of worker serving requests The number of idle worker The status of each worker, the number of requests that worker has performed and the... read more
Apr 3, 2012
Running ASP.NET on Apache 2.2
Continuing with running Apache 2.x on Windows systems (Windows 7 and Windows 2008 R2) I found the desire to be able to deliver ASPX pages on the Windows server in my development environment. Upon searching the Internet I came across an Apache module mod_aspdotnet.so found here. The module is no longer being actively updated but works well on Apache 2.0 – 2.2 installations. This implementation is... read more
Mar 31, 2012
Install mod_perl on Apache 2.2 on Windows 7
To continue on with developing on Windows using Apache/MySQL/PHP I wanted to add mod_perl to the mix. For this post I chose to make it work on Apache 2.2 but it could possibly work on Apache 2.4 as well, but I have not tested they portion yet. First piece of the puzzle is to download a version of Perl that supports the Module on Apache. In the past I have gone with ActiveState’s ActivePerl but... read more
Mar 20, 2012
Install WordPress on Apache 2.4 on Windows
In following along with a previous post on installing Apache 2.4 PHP 5.4 and MySQL 5.5.21 on Windows, I will explain how to install WordPress 3.3.1. The installation is very easy to accomplish. First download the latest version of WordPress from here, which at the time of this post it is 3.3.1. Next you will need to unzip the file to c:\apache24\htdocs\ on your system. Next step is to create an empty... read more
Oct 10, 2011