Jump to content

[HELP] How to install Apache with PHP


Mudsaf

Recommended Posts

Hello, i'm wondering how to install Apache2 with PHP inside. So far i've downloaded dozens of apache servers and php servers and always getting the the error below.

LoadModule php5_module "c:/php/php5apache2.dll" not found (or something very similar)

Does certain Apache server version require certain PHP version? I'm pointing out the correct directory and its still telling that its wrong folder.

 

Last time i tried these files.httpd-2.0.65-win32-x86-no_ssl.msiphp-5.3.28-nts-Win32-VC9-x86.msi

 

And received same results. Modified php.ini to point out the extensions folder, added these lines to httpd config file (To correct positions).

LoadModule php5_module "c:/php/php5apache2.dll"AddType application/x-httpd-php .phpPHPIniDir "c:/php"

I have to install Apache2 the hard way since Xampp has been buggy for me for a bit. Please reply with correct version links and other tutorials if there is.

Link to comment
Share on other sites

which version of apache2? if it's apache2.2, you need to name it apache2_2.dll

http://www.php.net/manual/en/install.windows.apache2.php

 

otherwise, have you followed all the info on the php.net site?

http://www.php.net/manual/en/install.windows.apache2.php

http://www.php.net/manual/en/install.windows.manual.php

Edited by thescientist
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...