Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: php info test page loads but moves on to windows error |
|
Author |
|
mr_celica
Joined: 14 Sep 2006 Posts: 2
|
Posted: Thu 14 Sep '06 7:00 Post subject: php info test page loads but moves on to windows error |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 14 Sep '06 14:33 Post subject: |
|
|
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
|
Posted: Thu 14 Sep '06 15:53 Post subject: |
|
|
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
|
Posted: Fri 15 Sep '06 5:10 Post subject: |
|
|
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 |
|
|
|
|
|
|