Problem with Apache2 and PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hanybakir
    New Member
    • Oct 2006
    • 3

    #1

    Problem with Apache2 and PHP

    On my windows XP Apache2 service is not started if I added the loadModule to the httpd.conf. I'm trying to add the PHP module. I failed

    Any workaround
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Did you copy PHP.INI to the C:\WINDOWS directory and PHP5TS.DLL into the C:\WINDOWS\SYST EM32 directory?

    Ronald :cool:

    Comment

    • kr33
      New Member
      • Oct 2006
      • 2

      #3
      If you're using the module php5_apache2.dl l and Apache Server 2.x...as far as i know, seeing that I have had the same problem before, this module isn't compatible with the Apache 2.2 or above server version.

      I would suggest going to http://www.apachelounge.com/
      You can download a file compatible and tutorial on setting it up...It's very easy and you don't need to copy the php.ini and php5ts.dll files anywhere, just set the path to them using PHPIniDir = <dir path> in the httpd.conf.

      Try it, it worked for me.

      Every man has to go through hell...to reach his paradise

      Comment

      • hanybakir
        New Member
        • Oct 2006
        • 3

        #4
        Thank you. It's working perfectly

        Comment

        Working...