Apache PHP installation help please

Discussion in 'Apache' started by Nigelf, Sep 25, 2006.

  1. #1
    I have installed Apache 2.2.3 - seems to work fine in that /localhost/ corectly displays a test index.htm
    Have also installed PHP 5.1.6 - which also appears to work from a command line in that it responds to a phpinfo.php file.
    However I cannot get Apache to recognise PHP. Inserting the line
    LoadModule php5_module "C:/php/php5apache2.dll"
    in the httpd.conf file as described in various online instructions, always reports
    Cannot load C:/php/php5apache2.dll in server: The specified module could not be found
    Explorer however shows that the file is definitely there.
    Grateful to anyone with ideas or solutions.
     
    Nigelf, Sep 25, 2006 IP
  2. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Mearly a guess, but could C:/php/ need to be in your search path for windows so php can find other support files necessary to load?
     
    noppid, Sep 25, 2006 IP