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 -> Other Software View previous topic :: View next topic
Reply to topic   Topic: php info test page loads but moves on to windows error
Author
mr_celica



Joined: 14 Sep 2006
Posts: 2

PostPosted: Thu 14 Sep '06 7:00    Post subject: php info test page loads but moves on to windows error Reply with quote

Hi all

I have so far managed to get apache 2.2.3 installed and recognising PHP 5.2 on Windows Home SP2

When i run a test script
<?php
phpinfo()
?>

I get the php information showing so i assume that php files are being processed only problem is the information only stays on screen for a short time before for some reason my browser decides it needs to load

http://www.localhost.com/

instead of the traditional http://localhost/

It the proceed to give me a windows error along the lines of

"Apache HTTP Server has encountered an problem and needs to close. We are sorry for the inconvenience."

but the apache server continues to run as if nothing had happened.

Any help with this would be much appreciated

Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 14 Sep '06 14:33    Post subject: Reply with quote

What did you changed in the httpd.conf? (Please don't paste the whole hhtpd.conf, only changes, additions, removed parts)
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Thu 14 Sep '06 15:53    Post subject: Reply with quote

This looks like a runtime error or an error that happens when using mismatched versions of DLL's.

By anychance do you have aditional extentions loaded in PHP that didn't came in the package?
Back to top
mr_celica



Joined: 14 Sep 2006
Posts: 2

PostPosted: Fri 15 Sep '06 5:10    Post subject: Reply with quote

Thanks guys for your quick replies

As it turned out Jorge was correct it was a mismatch of stefens version of php5apache2.dll was trying to use it on a sanps version of php 5.2 but went backwards to 5.16 now works fine.


Thanks again
Back to top


Reply to topic   Topic: php info test page loads but moves on to windows error View previous topic :: View next topic
Post new topic   Forum Index -> Other Software