Page 1 of 1

How to upgrade XAMPP from Apache 2.2.3 to 2.2.4?

PostPosted: 07. February 2007 18:00
by xampp-fan
I imagine this has a simple answer, but I can't find it anywhere.

I have a XAMPP 1.5.5a installation that I've done a lot of configuration to and want to upgrade Apache from 2.2.3 to 2.2.4 without losing any of my configuration. How do I do this?

Thanks in advance.

PostPosted: 07. February 2007 18:08
by Wiedmann
and want to upgrade Apache from 2.2.3 to 2.2.4

Wait for a new XAMPP.

How do I do this?

- install the XAMPP devel package
- download the Apache source
- compile Apache (PREFIX = /opt/lampp)
- backup your config files
- install Apache
- restore your config files.

PostPosted: 07. February 2007 18:15
by xampp-fan
Wiedmann wrote:- install the XAMPP devel package
- download the Apache source
- compile Apache (PREFIX = /opt/lampp)
- backup your config files
- install Apache
- restore your config files.


Thanks. That's exactly what I was looking for. XAMPP rocks.