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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

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

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


    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

  • Registered Users, Registered Users 2 Posts: 2,933 ✭✭✭Sniipe


    they don't make it easy: the version of php5apache2.dll I had must have been wrong. But I also needed something from visual c++ 2005
    Anyway; I got it from this forum; there is a link on the second page with everything I needed:
    http://www.wowwebdesigns.com/wowbb/forum12/791-2.html


Advertisement