Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

PHP5 and apache 2.2 - Cannot load C:/php/php5apache2.dll into server

Options
  • 31-05-2006 3:52pm
    #1
    Registered Users Posts: 2,932 ✭✭✭


    I'm having difficulty getting php to work with Apache. I got apache working by itself. Then after setting up php I added these lines to the apache httpd.conf (at the end of) file:
    LoadModule php5_module C:/php/php5apache2.dll
    AddType application/x-httpd-php .php

    When I go to run apache I get this error.
    httpd.exe: Syntax error on line 485 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: Cannot load C:/php/php5apache2.dll into server:
    The specified module could not be found.
    
    first thing I did was check to see if the file existed: which it does: php5apache2.dll - same name - (version 5.1.4.4)

    So I'm stumped... don't know what else to try. I'd appreciate some help. I've googled it and tried a few things with no outcome.


Comments

Advertisement