Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   need help setting up php and apache on my windows XP machine (http://www.programmingforums.org/showthread.php?t=10616)

dark_omen Jul 3rd, 2006 9:17 PM

need help setting up php and apache on my windows XP machine
 
1 Attachment(s)
I am having trouble setting up PHP with my apache server on my windows machine. It gives me an error when I test the configuration saying that "Cannot load C:/php5/php5apache2.dll into server: The specified module cannot be found". I added (to the httpd file in the conf folder):
:

LoadModule php5_module "C:/php5/php5apache2.dll"
:

AddType application/x-httpd-php .php .php3 .phps
:

PHPIniDir "C:/php5/"
:

AddHandler server-parsed .shtml .html .htm .php
:

DirectoryIndex index.html index.htm index.php index.html.var

First off, I don't even know if I put these in the right location. The php files are all in c:/php5/, so I don't know why it can't find it, if that is even how you're suppose to do it.
I attached the actual httpd file as a text document for anyone who wants to see how everything is configured on the file. Also, everything was working fine with regular html file when I first configured my apache.

Thanks

Wizard1988 Jul 3rd, 2006 9:24 PM

You should check out WAMP.

http://www.wampserver.com/en/

dark_omen Jul 3rd, 2006 10:57 PM

thanks that did it (packages are always great), still think I will try to configure it on my own, just for future reference.

Godmode Jul 10th, 2006 9:12 AM

php5apache2.dll
 
1 Attachment(s)
You need correct php5apache2.dll. That's all. Look at this attachment..:cool:


All times are GMT -5. The time now is 8:03 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC