How To Install Php 5.4 With Apache 2.2
Install Apache 2.4 This step looks to be obvious. However, after I am done with the entire installation, it looked to be a bit tricky especially when you got 64-bit Windows. If you go to website,, you are taken to If you have 32-bit machine, well and good. However, if you have 64-bit machine, and you downloaded the install-able from this page, you would end up installing 32-bit apache server which would create issues while configuring 64-bit PHP. Canon Ir3300 Ps Driver more. What you need is 64-bit Apache 2.4.2 Http server. There are different pages on web from where you could get it.
Apache 2.2.x: At the time i wrote this guide, the latest stable version is 2.2.26 (btw get the non-ssl version unless you plan on using ssl) 2. PHP 5.2.x: 5.2.4 is the latest stable version when i wrote this (get the zip version, not the installer).
I downloaded it from. Take the first one, apache_2.4.2-x64-openssl-1.0.1c.msi (Mirror 1) (Mirror 2). Configure Apache 2.4 for PHP So far so good. It’s time to configure Apache Http Server. Even before you configure, open a command prompt, go to /bin and start the server by executing httpd command.
If it starts without issue, access and it should display a page saying “It works!”. Add the following command at the end of httpd. Download Tema Hp Nokia Asha 210 Bergerak. conf file which could be found within /conf folder. Following command assumes that PHP is installed within D:/php LoadModule php5_module 'D:/php/php5apache2_4.dll' AddHandler application/x-httpd-php.php # configure the path to php. Hp Deskjet 910 Printer Drivers. ini PHPIniDir 'D:/php' In addition to above, go ahead and add index.php to DirectoryIndex variable in following manner: DirectoryIndex index.php index.html.