

Remember the Apache conf does not assume you are a PHP user so you will have to add this to the new conf file rather than change it.

Wamp default is to runs PHP as an apache handler, that means apache loads the PHP interpreter as an apache module. Now we must configure apache to use the correct version of PHP. Check all the directory parameters match the wamp file structureĭirectoryIndex Add index.php to this list So there are parameter in YOUR NEW nf file that MUST BE CHECKED against your old WAMP oriented one Now this new nf file assumes the location of Apache is the default i.e. So use the new nf as the master and only move over parameters you know you have changed for your actual requirements.įirst make a backup of the new wamp\bin\apache\apache2.2.23\nf as wamp\bin\apache\apache2.2.23\ ( for example ) Now you need to bring your existing nf file from your current instance of apache.īe carefull here, things change in the nf file, parameters get deprecated, new ones get created etc.
#How to use wamp server amd mysql workbench install
Wamp will not see your new install properly if you forget this step.Ħ. Copy c:\wamp\bin\apache\apache2.2.22\nf to c:\wamp\bin\apache\apache2.2.23\nfĪll the folders in here are relative to where this file lives, so normally nothing need changing in here.

I suggest you unzip it somewhere else and then copy that to the wamp folder.ĥ. all the folders get unzipped into a folder called something like apache2, just copy all the subfolders to your new folder wamp\bin\apache\apache.2.2.23 folder. Make sure the directory levels are the same as your existing apache folder i.e. Unzip the Apache downloaded and copy the contents of the unzipped apache folder into your newly created folder in the wamp folder structure. Go to c:\wamp\bin\apache\ and create a new folder named appropriately for the release you are installing i.e apache.2.2.23Ĥ.
#How to use wamp server amd mysql workbench zip
Download the ZIP version of the Apache you want to run ( not the msi installer, only because I dont know what it may do or assume when it installs ) I will use the versions 2.2.22 and 2.2.23, the tutorial uses these folder names but of course you will probably be installing different versions.ġ. This guide assumes you are installing a minor version of an apache you already have installed i.e. Read all this document before starting any actual attempt to install an apache version. It would help if you had a basic knowledge of how apache/php work together and seperately and their individual configuration, as well as an understanding of what wamp is and does for you. This tutorial is not really for the absolute beginner. If the version you require is available as an addon, use that mechanism, its just so easy. This is not intended to replace the wamp addons mechanism of downloading apache version. HowTo: Install a new version of APACHE into WAMP yourself.
