bigcrocodile Posted December 17, 2006 Share Posted December 17, 2006 Hi all, I'm having a bit of trouble getting Apache to run PHP. I have installed Apache 2.2 and PHP5. I have also made the relevant changes to the httpd.conf file:LoadModule php5_module c:/php/php5apache2.dllAddType application/x-httpd .phpAddType application/x-httpd .php-source .phpsand the directory index line in the same file. Basically Apache brings up an error ("The requested operation has failed") when trying to start it. I can't figure it out.Is there something that I'm missing? Is this a common problem?Thanks in advanceDanny Link to comment https://forums.phpfreaks.com/topic/31005-apache-php-configuration-problem-common/ Share on other sites More sharing options...
wildteen88 Posted December 18, 2006 Share Posted December 18, 2006 Use php5apache2_2.dll instead (PHP5.2.x comees with this). php5apache2.dll is the Apache2.0.x module. Link to comment https://forums.phpfreaks.com/topic/31005-apache-php-configuration-problem-common/#findComment-143740 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.