logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2.0 and PHP 5.1.1
Author
Lutz-R. Frank



Joined: 03 Dec 2005
Posts: 21
Location: Germany

PostPosted: Sat 03 Dec '05 21:01    Post subject: Apache 2.2.0 and PHP 5.1.1 Reply with quote

Can't get PHP 5.1.1 up with Apache 2.2.0.

Trying to load it with

# For PHP5 as Module
#
LoadFile "c:/Inetpub/Scripts/PHP5/php5ts.dll"
LoadModule php5_module "c:/Inetpub/Scripts/PHP5/php5apache2.dll"

Code:

Apache.exe: Syntax error on line 179 of C:/Apache/Apache2/conf/httpd.conf: Canno
t load C:/Inetpub/Scripts/PHP5/php5apache2.dll into server: This application has
 failed to start because the application configuration is incorrect. Reinstallin
g the application may fix this problem.
Note the errors or messages above, and press the <ESC> key to exit.  0....


Any idea?
where is my error?

Regards,
Lutz
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Sat 03 Dec '05 21:22    Post subject: Reply with quote

I assume you are using the 2.2 that I compiled ?

And you copied all the files op php5apache2 to you php folder ?

You wrote:

Apache.exe: Syntax error ....

Strange, 2.2 has no Apache.exe but its name is now httpd.exe .

Sure you are not mixing up an old install ?


Steffen
Back to top
Lutz-R. Frank



Joined: 03 Dec 2005
Posts: 21
Location: Germany

PostPosted: Sat 03 Dec '05 21:29    Post subject: Reply with quote

oh, I renamed httpd.exe in a hit of nostalgy ... and missed the .manifest file
(thought this is only documentation)

Coool
Back to top
Lutz-R. Frank



Joined: 03 Dec 2005
Posts: 21
Location: Germany

PostPosted: Sat 03 Dec '05 22:10    Post subject: Yippi, it works perfect.... Reply with quote

the ".MANIFEST" file was more important than I've first thought. Copying it too - I should really follow the instructions seriously - fixed it.

My only issue now - I use dynmaic publishing for my blogs and mod_rewrite seems to have some issues. I get 403 errors with Apache 2.2 - or does it miss my .htaccess handling?

Super - and many Thanks Steffen for pointing me to the solution Smile

Lutz
Back to top


Reply to topic   Topic: Apache 2.2.0 and PHP 5.1.1 View previous topic :: View next topic
Post new topic   Forum Index -> Apache