In 2008, over one thousand people experienced the world’s first virtual web conference. Together, we created a new type of conference that is environmentally-friendly, affordable, and interactive.

In 2009, we are going to take it one step further.


XAMPP is the new FoxServ

As I'm in the process of setting up my new machine, I thought I'd take a look at what's been happening in the area of one-click Apache, MySQL, PHP, etc. installers. I find having the servers I use installed on my development machine to be an invaluable productivity boost but wouldn't like to go through the process of manually installing all the various modules.

Until now, I had been using FoxServ -- a free distribution that was, at one point, being updated rather regularly. I was, however, dismayed to find that the latest version hadn't been updated since 2003 (around when I last changed computers.) Googling around, I came upon XAMPP by a group called Apache Friends.

XAMPP looks like a wonderful distribution that has pretty much everything under the sun (Tomcat is also available as an addon but I prefer to install that myself as its such a painless install in any case -- just unzip, set JAVA_HOME if not already set, and you're set!) Installing it couldn't be easier. I downloaded the executable installer: One click (ok, a double-click but who's counting?) and I had the whole package installed in under a minute. Everything appears to be working and it even comes with its own status scripts, etc. for you to test it out. Highly recommended! :)

Update 2005-4-17: One minor annoyance with the single-click installer is that you cannot install XAMPP into a folder of your choice. The limitations are that it can only install into a second-level folder (eg. d:\web\XAMPP) and that the second-level foler is always named XAMPP (you can rename this but you will have to modify configuration settings in the modules by hand whenever they use absolute paths.) If you'd rather have finer control without the hassle, download the ZIPped distribution, unzip that in a folder of your choice, rename the XAMPP folder if you wish and then run setup_xampp.bat.

Creative Commons LicenseThe XAMPP is the new FoxServ article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.

Post Metadata

Date
April 17th, 2005

Author
Aral Balkan

Tags


5 Comments

  1. I’ve been using using wampserver for some time and it’s great. You can even have php 4 and 5 with another single click install.
    And it’s updated regularly.

    Very nice!




  2. aral

    Hi Ümit,

    According to the German XAMPP page, it does support Windows Server 2003:
    http://www.apachefriends.org/de/xampp.html


  3. Thanks for reply Aral..I do not know German , but I want to ask that Could anybody answer If Apache in XAMPP can listen port 9090, inspide of 80 ??



  4. aral

    Ümit: Actually, I should make a new blog post since XAMPP is not my current favorite one-click installer for this stuff.

    Take a look at Wamp:
    http://wampserver.com/

    AFAIK, it works on Win 2003 and changing the ports is very easy.


Leave a Reply