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 keeps crashing, not sure what the problem is
Author
thedeadwakk



Joined: 15 Jul 2013
Posts: 2

PostPosted: Mon 15 Jul '13 15:08    Post subject: Apache keeps crashing, not sure what the problem is Reply with quote

Hey all, so recently I've started to learn PHP, and it requires the use of Apache to run the webserver. I have modified the httpd text configuration file to parse PHP, and have pointed it to the PHP directory in my C: drive.

I use Apache bundled with XAMPP, and the main XAMPP directory is in C:\

So it'll go like this: I'll install XAMPP by running the XAMPP installer as admin. After doing this, I will modify the httpd file to work with PHP. I'll always run the XAMPP control panel under administrator privilages. Sometimes it'll start and run forawhile, than apache will crash. Other times it'll work until I restart my computer, than when I try to start apache it'll run for a second, and than crash.

I can't figure out whats wrong, so I'll be forced to uninstall and reinstall XAMPP until it works. This is incredibly frustrating as I'm REALLY starting to love PHP, it's AWESOME!! But, it is incredibly annoying to have to uninstall and reinstall XAMPP until it works.

Here is my apache error log:

Quote:
[Sun Jul 14 14:09:13.523636 2013] [ssl:warn] [pid 5796:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Jul 14 14:09:14.260678 2013] [ssl:warn] [pid 5796:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Jul 14 14:09:14.333682 2013] [mpm_winnt:notice] [pid 5796:tid 256] AH00455: Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.16 configured -- resuming normal operations
[Sun Jul 14 14:09:14.333682 2013] [mpm_winnt:notice] [pid 5796:tid 256] AH00456: Server built: Feb 23 2013 13:07:34
[Sun Jul 14 14:09:14.333682 2013] [core:notice] [pid 5796:tid 256] AH00094: Command line: 'C:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Jul 14 14:09:14.362684 2013] [mpm_winnt:notice] [pid 5796:tid 256] AH00418: Parent: Created child process 3816
[Sun Jul 14 14:09:15.287737 2013] [ssl:warn] [pid 3816:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Jul 14 14:09:15.826767 2013] [ssl:warn] [pid 3816:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Jul 14 14:09:15.880770 2013] [mpm_winnt:notice] [pid 3816:tid 268] AH00354: Child: Starting 150 worker threads.


I'm running this as a local webserver with no outsdie access.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 692

PostPosted: Mon 15 Jul '13 15:36    Post subject: Reply with quote

Better to ask first also the XAMPP guys, they have a bit tweaked Apache.
Back to top
James Blond
Moderator


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

PostPosted: Tue 16 Jul '13 16:13    Post subject: Reply with quote

admin wrote:
Better to ask first also the XAMPP guys, they have a bit tweaked Apache.


Don't they use AL binaries?
Back to top
Steffen
Moderator


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

PostPosted: Tue 16 Jul '13 16:26    Post subject: Reply with quote

Yep, they use. I meant the panel around it and the way they VC10 MSVCR100.dll run.

Steffen
Back to top
thedeadwakk



Joined: 15 Jul 2013
Posts: 2

PostPosted: Wed 17 Jul '13 19:28    Post subject: Reply with quote

So I tried installing Apache standalone, and the same problem. It works the first time but than once I turn it off and try it again it doesn't work.
Back to top
Steffen
Moderator


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

PostPosted: Wed 17 Jul '13 19:46    Post subject: Reply with quote

The error log above does not show any crash or error.

You say: ...apache will crash...

Anything in the Windows Event log?

What do you mean : and try it again it doesn't work. ?

Cannot start ?
What error ?

What do you do when: ..I turn it of.. ?

What apache are you running, where downloaded, php version etc ?

Steffen

ps.
Next time look first at the forum rules, as stated in the registration mail you received.
Back to top


Reply to topic   Topic: Apache keeps crashing, not sure what the problem is View previous topic :: View next topic
Post new topic   Forum Index -> Apache