[NEWBIE] PHP/Apache integration problems
Posted: Wed Sep 08, 2010 2:32 am
Hello, PHP developers! I tried to start learning a bit of PHP/Apache/SQL. Unfortunately, I seem to have stumbled across my first obstacle - integrating PHP into my PC's Apache server. Upon installing Apache and SQL, in that order, my httpd.conf file already had the following lines placed, presumably for Apache to use PHP:
PHPIniDir "D:/PHP/"
LoadModule php5_module "D:/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
But when I try restarting my Apache Server, I get this error message:

Followed by this, after I closed the 'encountered a problem and needs to close' window.

I'm currently using Windows XP Professional(Service Pack 3), Apache 2.2.16 win32 OpenSSL server and PHP 5.3.3 Win32 VC6. Might some kind developers give further advice as to what I might have done wrong? I'm stumped as only a true newbie can be.
PHPIniDir "D:/PHP/"
LoadModule php5_module "D:/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
But when I try restarting my Apache Server, I get this error message:

Followed by this, after I closed the 'encountered a problem and needs to close' window.

I'm currently using Windows XP Professional(Service Pack 3), Apache 2.2.16 win32 OpenSSL server and PHP 5.3.3 Win32 VC6. Might some kind developers give further advice as to what I might have done wrong? I'm stumped as only a true newbie can be.