Which apache/mysql/php package is best for windows?

31,572

Solution 1

I use WampServer which includes :

  • Apache 2.2.17
  • php 5.3.5
  • MySQL 5.5.8
  • phpMyAdmin 3.3.9
  • xDebug

Really easy to use and efficient.

Solution 2

You can use a linux virtual machine, Debian through VirtualBox for instance. This way you will have something really close to a real production web server, with a powerful command line interface.

If you use chef, you can generate a recipe with this awesome tool

Solution 3

What's wrong with installing your own stack?

You can install:

Configuration is relatively easy and you have full control over what kind of setup you want. That way you can come as close to the production environment's configuration as possible... Of course, if your production server is on a POSIX compliant OS, you'll have to deal with case-sensitivity.

Share:
31,572

Related videos on Youtube

crosenblum
Author by

crosenblum

Long time computer user turned into coldfusion/php/mysql/sql server/wordpress programmer/designer...

Updated on September 17, 2022

Comments

  • crosenblum
    crosenblum over 1 year

    I have tried appservnetwork, was the best so far, but I haven't seen them do an update in ages, EasyPHP is just slow to load always. Wamp and Xamp, all put in their description that is not for production.

    I do not plan to host publicly this site or site's I am working on. But I do want a fast loading apache/mysql/php server for development purposes.

    I used to really like WLMP, which is Lighttpd for Windows, but that project seems unupdated or abandoned.

    I refuse to use IIS, but i have no desire to get into any wars over it.

    I run windows xp sp3 at my home pc. I will need to have a web server setup for professional work, as well as some fun websites I am working on.

    I just want it fast enough, so i can run it via localhost, and not take forever to load in the browser.

    Thank you...

    I plan mostly do php programming and perhaps coldfusion via this.

    • crosenblum
      crosenblum about 13 years
      This is real amusing, 1st my topic is moved here, then it's closed. In either case I have no control and I get no voice. Thanks. And this is about selecting a version of apache to be installed on windows.
  • crosenblum
    crosenblum about 13 years
    This is for windows use only, sorry.
  • crosenblum
    crosenblum about 13 years
    I've used the installer before, isn't it only for IIS usage? To add things to IIS?
  • crosenblum
    crosenblum about 13 years
    Security isn't my main concern, just perfrmance, so i can do work and test on my home/dev pc, before moving to production.
  • Andrew Moore
    Andrew Moore about 13 years
    @crosenblum: You can still install your own stack on Windows.