PHP with apache server 2.2

Discussion in 'PHP' started by Kiran Holla, Aug 24, 2007.

  1. #1
    Hello everyone,

    I am facing problem to attach PHP with apache server.Each of the server works perfectly when run separately.
    1. When ever i try to test apache ill get the error message as"cannot load d:/web/webserver/PHP/php5apache2.dll into server, the specified module could not b found.."

    where d:/web/webserver is my installed directory..
    2. if try to comment this line from httpd file..then the error message shows

    " invalid PHPInidir, perhaps missplled or defined by a module not included in the server configuration"

    if i comment this line too..then the server works fine..

    please guys help me out. what could b the problem.

    Kiran Holla
     
    Kiran Holla, Aug 24, 2007 IP
  2. sharry

    sharry Peon

    Messages:
    319
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    instead of setting up php+mysql+apache+phpmyadmin u can download a all in package called as XAMPP its very good and one click install.. google it
     
    sharry, Aug 25, 2007 IP
  3. fr33d0m

    fr33d0m Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi there,
    Have u checked httpd.conf?
    It should has these lines :
    #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
    PHPIniDir "C:\\PHP\\"
    LoadModule php5_module "C:\\PHP\\php5apache2_2.dll"
    #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
     
    fr33d0m, Aug 26, 2007 IP