Having an Issue with PHP 5.1.4 Apache 2.2.2 and Windows XP
Posted: Wed Jun 28, 2006 9:21 pm
I have tried and tried to get the module to work. I downloaded the PHP (zip version) the Apache server and also there is MySQL 5 series on the box.
I unzipped PHP to a directory in Program Files (called php5) and basically tried to restart and apache and get the "request failed"... when I look at my event viewer (applications) log -- it says it can not load the module because it was not found?
Any ideas on what i am missing here?
My Apache config file has the following lines in it righ beneath the other LoadModule lines:
# Enable PHP5
LoadModule php5_module "C:/Program Files/php5/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/Program Files/php5"
And the files are installed to Program Files/php5 and the DLL does indeed exist there.
I am so lost as to why Apache can not see the file?
Just confirmed that indeed Apache is fine as long as those above lines are commented out. Add them back.. error.
Thanks,
I unzipped PHP to a directory in Program Files (called php5) and basically tried to restart and apache and get the "request failed"... when I look at my event viewer (applications) log -- it says it can not load the module because it was not found?
Any ideas on what i am missing here?
My Apache config file has the following lines in it righ beneath the other LoadModule lines:
# Enable PHP5
LoadModule php5_module "C:/Program Files/php5/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/Program Files/php5"
And the files are installed to Program Files/php5 and the DLL does indeed exist there.
I am so lost as to why Apache can not see the file?
Just confirmed that indeed Apache is fine as long as those above lines are commented out. Add them back.. error.
Thanks,