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 in XAMPP fails to start, RSA certificate warning
Author
ProVitaminC



Joined: 29 Jan 2014
Posts: 2
Location: Germany

PostPosted: Wed 29 Jan '14 23:02    Post subject: Apache in XAMPP fails to start, RSA certificate warning Reply with quote

Hi,
I use Windows 7, running Apache VC10 in the XAMPP environment. It worked well, I am a newbie, it runned smoothly to programe a brief static page. Now I have everytime this logerror... And I have no idea about it's meaning..
I didn't change anything in the files and scripts of my apache folder... Crying or Very sad
thanks for your help, perhaps it's easy and I am dumb.

[Wed Jan 22 21:12:15.178559 2014] [ssl:warn] [pid 3392:tid 264] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Jan 22 21:12:15.272159 2014] [core:warn] [pid 3392:tid 264] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jan 22 21:12:15.755760 2014] [ssl:warn] [pid 3392:tid 264] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Jan 22 21:12:20.373368 2014] [mpm_winnt:notice] [pid 3392:tid 264] AH00455: Apache/2.4.7 (Win32) OpenSSL/0.9.8y PHP/5.4.22 configured -- resuming normal operations
[Wed Jan 22 21:12:20.373368 2014] [mpm_winnt:notice] [pid 3392:tid 264] AH00456: Apache Lounge VC10 Server built: Nov 26 2013 16:07:35
[Wed Jan 22 21:12:20.373368 2014] [core:notice] [pid 3392:tid 264] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Jan 22 21:12:20.404568 2014] [mpm_winnt:notice] [pid 3392:tid 264] AH00418: Parent: Created child process 2168
[Wed Jan 22 21:12:21.917771 2014] [ssl:warn] [pid 2168:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Jan 22 21:12:22.448172 2014] [ssl:warn] [pid 2168:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Jan 22 21:12:22.557372 2014] [mpm_winnt:notice] [pid 2168:tid 272] AH00354: Child: Starting 150 worker threads.
Crying or Very sad Crying or Very sad
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 30 Jan '14 2:35    Post subject: Reply with quote

I see nothing here that would be reason for it to not start as the title of this thread states.

You can get rid or the cert error by just turning off https in httpd.conf, usually commenting (#) out the LoadModule line for mod_ssl and commenting out the Include line to httpd-ssl.conf way down near the bottom should do it.

You may also want to have a look in Windows Event Log ... if the server is not starting, it might be able to tell you why.
Back to top
ProVitaminC



Joined: 29 Jan 2014
Posts: 2
Location: Germany

PostPosted: Thu 30 Jan '14 18:35    Post subject: Reply with quote

solved. thanks! Idea
Back to top


Reply to topic   Topic: Apache in XAMPP fails to start, RSA certificate warning View previous topic :: View next topic
Post new topic   Forum Index -> Apache