Apache und MySQL lässt sich nicht starten

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

Apache und MySQL lässt sich nicht starten

Postby joscha262 » 09. May 2014 20:17

Ich starte mein XAMPP von meiner externen Festplatte, so wie immer, kann nun aber apache und mysql nicht mehr starten

setup_xampp.bat hab ich ganz normal ausgeführt.

Bitte ausführliche Lösung antworten. Habe nicht sehr viel Ahnung davon. Danke :|

apache errorlog:

2014-05-09 21:14:04 988 [Note] Plugin 'FEDERATED' is disabled.
2014-05-09 21:14:04 10d0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-05-09 21:14:04 988 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-05-09 21:14:04 988 [Note] InnoDB: The InnoDB memory heap is disabled
2014-05-09 21:14:04 988 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-05-09 21:14:04 988 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-05-09 21:14:04 988 [Note] InnoDB: Not using CPU crc32 instructions
2014-05-09 21:14:04 988 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-05-09 21:14:04 988 [Note] InnoDB: Completed initialization of buffer pool
2014-05-09 21:14:04 988 [Note] InnoDB: Highest supported file format is Barracuda.
2014-05-09 21:14:04 988 [Note] InnoDB: The log sequence numbers 1625987 and 1625987 in ibdata files do not match the log sequence number 9794438 in the ib_logfiles!
2014-05-09 21:14:04 988 [Note] InnoDB: Database was not shutdown normally!
2014-05-09 21:14:04 988 [Note] InnoDB: Starting crash recovery.
2014-05-09 21:14:04 988 [Note] InnoDB: Reading tablespace information from the .ibd files...
2014-05-09 21:14:04 988 [ERROR] InnoDB: Space id in fsp header 1635149088,but in the page header 1819025512
2014-05-09 21:14:04 988 [ERROR] InnoDB: innodb-page-size mismatch in tablespace .\mysql\slave_relay_log_info.ibd (table mysql/slave_relay_log_info)
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:1024 Pages to analyze:64
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 1024, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:2048 Pages to analyze:48
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 2048, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:4096 Pages to analyze:24
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 4096, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:8192 Pages to analyze:12
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 8192, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:16384 Pages to analyze:6
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 16384, Possible space_id count:0
InnoDB: Error: could not open single-table tablespace file .\mysql\slave_relay_log_info.ibd
InnoDB: We do not continue the crash recovery, because the table may become
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.


mysql errorlog:

2014-05-09 21:14:04 988 [Note] Plugin 'FEDERATED' is disabled.
2014-05-09 21:14:04 10d0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-05-09 21:14:04 988 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-05-09 21:14:04 988 [Note] InnoDB: The InnoDB memory heap is disabled
2014-05-09 21:14:04 988 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-05-09 21:14:04 988 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-05-09 21:14:04 988 [Note] InnoDB: Not using CPU crc32 instructions
2014-05-09 21:14:04 988 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-05-09 21:14:04 988 [Note] InnoDB: Completed initialization of buffer pool
2014-05-09 21:14:04 988 [Note] InnoDB: Highest supported file format is Barracuda.
2014-05-09 21:14:04 988 [Note] InnoDB: The log sequence numbers 1625987 and 1625987 in ibdata files do not match the log sequence number 9794438 in the ib_logfiles!
2014-05-09 21:14:04 988 [Note] InnoDB: Database was not shutdown normally!
2014-05-09 21:14:04 988 [Note] InnoDB: Starting crash recovery.
2014-05-09 21:14:04 988 [Note] InnoDB: Reading tablespace information from the .ibd files...
2014-05-09 21:14:04 988 [ERROR] InnoDB: Space id in fsp header 1635149088,but in the page header 1819025512
2014-05-09 21:14:04 988 [ERROR] InnoDB: innodb-page-size mismatch in tablespace .\mysql\slave_relay_log_info.ibd (table mysql/slave_relay_log_info)
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:1024 Pages to analyze:64
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 1024, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:2048 Pages to analyze:48
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 2048, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:4096 Pages to analyze:24
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 4096, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:8192 Pages to analyze:12
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 8192, Possible space_id count:0
2014-05-09 21:14:04 988 [Note] InnoDB: Page size:16384 Pages to analyze:6
2014-05-09 21:14:04 988 [Note] InnoDB: Page size: 16384, Possible space_id count:0
InnoDB: Error: could not open single-table tablespace file .\mysql\slave_relay_log_info.ibd
InnoDB: We do not continue the crash recovery, because the table may become
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.
joscha262
 
Posts: 4
Joined: 09. May 2014 20:12
Operating System: Windows 8.1

Re: Apache und MySQL lässt sich nicht starten

Postby WilliL » 10. May 2014 12:18

Willi
WilliL
 
Posts: 660
Joined: 08. January 2010 10:54
Operating System: Win7Home Prem 64 SP1

Re: Apache und MySQL lässt sich nicht starten

Postby joscha262 » 10. May 2014 12:47

Ok danke. Mysql funktioniert wieder, aber apache funktioniert immer noch nicht

[Sat Mar 15 14:01:00.164150 2014] [ssl:warn] [pid 1060:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 14:01:00.266218 2014] [ssl:warn] [pid 1060:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 14:01:00.377387 2014] [mpm_winnt:notice] [pid 1060:tid 400] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 15 14:01:00.377387 2014] [mpm_winnt:notice] [pid 1060:tid 400] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 15 14:01:00.377387 2014] [core:notice] [pid 1060:tid 400] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sat Mar 15 14:01:00.378388 2014] [mpm_winnt:notice] [pid 1060:tid 400] AH00418: Parent: Created child process 3176
[Sat Mar 15 14:01:00.807673 2014] [ssl:warn] [pid 3176:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 14:01:00.904741 2014] [ssl:warn] [pid 3176:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 14:01:00.929756 2014] [mpm_winnt:notice] [pid 3176:tid 392] AH00354: Child: Starting 150 worker threads.
[Sat Mar 15 15:29:38.715918 2014] [mpm_winnt:notice] [pid 1060:tid 400] AH00428: Parent: child process 3176 exited with status 3221225477 -- Restarting.
[Sat Mar 15 15:29:39.026516 2014] [ssl:warn] [pid 1060:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 15:29:39.137590 2014] [mpm_winnt:notice] [pid 1060:tid 400] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 15 15:29:39.137590 2014] [mpm_winnt:notice] [pid 1060:tid 400] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 15 15:29:39.137590 2014] [core:notice] [pid 1060:tid 400] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sat Mar 15 15:29:39.143596 2014] [mpm_winnt:notice] [pid 1060:tid 400] AH00418: Parent: Created child process 8108
[Sat Mar 15 15:29:39.650066 2014] [ssl:warn] [pid 8108:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 15:29:39.750126 2014] [ssl:warn] [pid 8108:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 15:29:39.774142 2014] [mpm_winnt:notice] [pid 8108:tid 392] AH00354: Child: Starting 150 worker threads.
[Sat Mar 15 21:03:56.727364 2014] [ssl:warn] [pid 8340:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 21:03:56.793367 2014] [core:warn] [pid 8340:tid 260] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 15 21:03:56.796368 2014] [ssl:warn] [pid 8340:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 21:03:57.377401 2014] [mpm_winnt:notice] [pid 8340:tid 260] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 15 21:03:57.378401 2014] [mpm_winnt:notice] [pid 8340:tid 260] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 15 21:03:57.378401 2014] [core:notice] [pid 8340:tid 260] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Sat Mar 15 21:03:57.379401 2014] [mpm_winnt:notice] [pid 8340:tid 260] AH00418: Parent: Created child process 6264
[Sat Mar 15 21:03:57.901228 2014] [ssl:warn] [pid 6264:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 21:03:57.932230 2014] [ssl:warn] [pid 6264:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 15 21:03:57.961232 2014] [mpm_winnt:notice] [pid 6264:tid 272] AH00354: Child: Starting 150 worker threads.
[Sun Mar 16 13:55:55.923959 2014] [ssl:warn] [pid 1284:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 16 13:55:55.957634 2014] [core:warn] [pid 1284:tid 400] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Mar 16 13:55:56.030688 2014] [ssl:warn] [pid 1284:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 16 13:55:56.564943 2014] [mpm_winnt:notice] [pid 1284:tid 400] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sun Mar 16 13:55:56.564943 2014] [mpm_winnt:notice] [pid 1284:tid 400] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sun Mar 16 13:55:56.564943 2014] [core:notice] [pid 1284:tid 400] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sun Mar 16 13:55:56.565944 2014] [mpm_winnt:notice] [pid 1284:tid 400] AH00418: Parent: Created child process 2464
[Sun Mar 16 13:55:56.992618 2014] [ssl:warn] [pid 2464:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 16 13:55:57.087541 2014] [ssl:warn] [pid 2464:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 16 13:55:57.112557 2014] [mpm_winnt:notice] [pid 2464:tid 392] AH00354: Child: Starting 150 worker threads.
[Wed Mar 19 14:17:45.072333 2014] [ssl:warn] [pid 8064:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 19 14:17:45.127337 2014] [core:warn] [pid 8064:tid 256] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Mar 19 14:17:45.130337 2014] [ssl:warn] [pid 8064:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 19 14:17:45.757373 2014] [mpm_winnt:notice] [pid 8064:tid 256] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Wed Mar 19 14:17:45.758373 2014] [mpm_winnt:notice] [pid 8064:tid 256] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Wed Mar 19 14:17:45.758373 2014] [core:notice] [pid 8064:tid 256] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Wed Mar 19 14:17:45.759373 2014] [mpm_winnt:notice] [pid 8064:tid 256] AH00418: Parent: Created child process 1144
[Wed Mar 19 14:17:46.337406 2014] [ssl:warn] [pid 1144:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 19 14:17:46.370408 2014] [ssl:warn] [pid 1144:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 19 14:17:46.404410 2014] [mpm_winnt:notice] [pid 1144:tid 272] AH00354: Child: Starting 150 worker threads.
[Wed Mar 26 11:50:36.921038 2014] [ssl:warn] [pid 2132:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 26 11:50:37.125049 2014] [core:warn] [pid 2132:tid 260] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Mar 26 11:50:37.130050 2014] [ssl:warn] [pid 2132:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 26 11:50:37.871092 2014] [mpm_winnt:notice] [pid 2132:tid 260] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Wed Mar 26 11:50:37.871092 2014] [mpm_winnt:notice] [pid 2132:tid 260] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Wed Mar 26 11:50:37.871092 2014] [core:notice] [pid 2132:tid 260] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Wed Mar 26 11:50:37.874092 2014] [mpm_winnt:notice] [pid 2132:tid 260] AH00418: Parent: Created child process 3608
[Wed Mar 26 11:50:38.667138 2014] [ssl:warn] [pid 3608:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 26 11:50:38.717140 2014] [ssl:warn] [pid 3608:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Mar 26 11:50:38.787144 2014] [mpm_winnt:notice] [pid 3608:tid 272] AH00354: Child: Starting 150 worker threads.
[Fri Mar 28 15:02:35.797061 2014] [ssl:warn] [pid 7860:tid 388] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Mar 28 15:02:35.838080 2014] [core:warn] [pid 7860:tid 388] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Mar 28 15:02:35.918290 2014] [ssl:warn] [pid 7860:tid 388] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Mar 28 15:02:36.590552 2014] [mpm_winnt:notice] [pid 7860:tid 388] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Fri Mar 28 15:02:36.590552 2014] [mpm_winnt:notice] [pid 7860:tid 388] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Fri Mar 28 15:02:36.590552 2014] [core:notice] [pid 7860:tid 388] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Fri Mar 28 15:02:36.592553 2014] [mpm_winnt:notice] [pid 7860:tid 388] AH00418: Parent: Created child process 7848
[Fri Mar 28 15:02:37.049556 2014] [ssl:warn] [pid 7848:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Mar 28 15:02:37.151320 2014] [ssl:warn] [pid 7848:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Mar 28 15:02:37.179343 2014] [mpm_winnt:notice] [pid 7848:tid 392] AH00354: Child: Starting 150 worker threads.
[Fri Mar 28 18:42:52.717091 2014] [mpm_winnt:crit] [pid 7848:tid 392] AH02538: Child: Parent process exited abruptly. Child process is ending
[Fri Mar 28 18:42:52.717091 2014] [mpm_winnt:warn] [pid 7848:tid 2332] (OS 995)Der E/A-Vorgang wurde wegen eines Threadendes oder einer Anwendungsanforderung abgebrochen. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Fri Mar 28 18:42:52.717091 2014] [mpm_winnt:warn] [pid 7848:tid 2512] (OS 995)Der E/A-Vorgang wurde wegen eines Threadendes oder einer Anwendungsanforderung abgebrochen. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Sat Mar 29 10:16:04.506879 2014] [ssl:warn] [pid 3848:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:16:04.558917 2014] [core:warn] [pid 3848:tid 392] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 29 10:16:04.644972 2014] [ssl:warn] [pid 3848:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:16:05.364809 2014] [mpm_winnt:notice] [pid 3848:tid 392] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 29 10:16:05.364809 2014] [mpm_winnt:notice] [pid 3848:tid 392] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 29 10:16:05.364809 2014] [core:notice] [pid 3848:tid 392] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sat Mar 29 10:16:05.366812 2014] [mpm_winnt:notice] [pid 3848:tid 392] AH00418: Parent: Created child process 4980
[Sat Mar 29 10:16:05.834789 2014] [ssl:warn] [pid 4980:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:16:05.928998 2014] [ssl:warn] [pid 4980:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:16:05.953635 2014] [mpm_winnt:notice] [pid 4980:tid 392] AH00354: Child: Starting 150 worker threads.
[Sat Mar 29 10:22:10.100929 2014] [ssl:warn] [pid 7808:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:22:10.200935 2014] [core:warn] [pid 7808:tid 256] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 29 10:22:10.205935 2014] [ssl:warn] [pid 7808:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:22:11.542011 2014] [mpm_winnt:notice] [pid 7808:tid 256] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 29 10:22:11.542011 2014] [mpm_winnt:notice] [pid 7808:tid 256] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 29 10:22:11.542011 2014] [core:notice] [pid 7808:tid 256] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Sat Mar 29 10:22:11.544011 2014] [mpm_winnt:notice] [pid 7808:tid 256] AH00418: Parent: Created child process 7340
[Sat Mar 29 10:22:12.084042 2014] [ssl:warn] [pid 7340:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:22:12.158047 2014] [ssl:warn] [pid 7340:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 10:22:12.187048 2014] [mpm_winnt:notice] [pid 7340:tid 268] AH00354: Child: Starting 150 worker threads.
[Sat Mar 29 16:33:43.569436 2014] [ssl:warn] [pid 7468:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:33:43.665418 2014] [core:warn] [pid 7468:tid 392] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 29 16:33:43.746096 2014] [ssl:warn] [pid 7468:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:33:44.997194 2014] [mpm_winnt:notice] [pid 7468:tid 392] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 29 16:33:44.997194 2014] [mpm_winnt:notice] [pid 7468:tid 392] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 29 16:33:44.997194 2014] [core:notice] [pid 7468:tid 392] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sat Mar 29 16:33:44.998200 2014] [mpm_winnt:notice] [pid 7468:tid 392] AH00418: Parent: Created child process 7596
[Sat Mar 29 16:33:45.476880 2014] [ssl:warn] [pid 7596:tid 408] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:33:45.606936 2014] [ssl:warn] [pid 7596:tid 408] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:33:45.631886 2014] [mpm_winnt:notice] [pid 7596:tid 408] AH00354: Child: Starting 150 worker threads.
[Sat Mar 29 16:45:57.467559 2014] [ssl:warn] [pid 7136:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:45:57.493692 2014] [core:warn] [pid 7136:tid 400] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 29 16:45:57.572747 2014] [ssl:warn] [pid 7136:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:45:58.038577 2014] [mpm_winnt:notice] [pid 7136:tid 400] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 29 16:45:58.038577 2014] [mpm_winnt:notice] [pid 7136:tid 400] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 29 16:45:58.038577 2014] [core:notice] [pid 7136:tid 400] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sat Mar 29 16:45:58.039578 2014] [mpm_winnt:notice] [pid 7136:tid 400] AH00418: Parent: Created child process 6752
[Sat Mar 29 16:45:58.533913 2014] [ssl:warn] [pid 6752:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:45:58.654995 2014] [ssl:warn] [pid 6752:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:45:58.684017 2014] [mpm_winnt:notice] [pid 6752:tid 392] AH00354: Child: Starting 150 worker threads.
[Sat Mar 29 16:51:14.176363 2014] [ssl:warn] [pid 5908:tid 396] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:51:14.296648 2014] [core:warn] [pid 5908:tid 396] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Mar 29 16:51:14.376702 2014] [ssl:warn] [pid 5908:tid 396] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:51:15.108992 2014] [mpm_winnt:notice] [pid 5908:tid 396] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Mar 29 16:51:15.108992 2014] [mpm_winnt:notice] [pid 5908:tid 396] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Mar 29 16:51:15.108992 2014] [core:notice] [pid 5908:tid 396] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sat Mar 29 16:51:15.110993 2014] [mpm_winnt:notice] [pid 5908:tid 396] AH00418: Parent: Created child process 6548
[Sat Mar 29 16:51:15.836478 2014] [ssl:warn] [pid 6548:tid 428] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:51:15.970567 2014] [ssl:warn] [pid 6548:tid 428] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Mar 29 16:51:16.001589 2014] [mpm_winnt:notice] [pid 6548:tid 428] AH00354: Child: Starting 150 worker threads.
[Sat Mar 29 17:56:16.025802 2014] [mpm_winnt:crit] [pid 6548:tid 428] AH02538: Child: Parent process exited abruptly. Child process is ending
[Sat Mar 29 17:56:16.041426 2014] [mpm_winnt:warn] [pid 6548:tid 2344] (OS 995)Der E/A-Vorgang wurde wegen eines Threadendes oder einer Anwendungsanforderung abgebrochen. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Sat Mar 29 17:56:16.041426 2014] [mpm_winnt:warn] [pid 6548:tid 384] (OS 995)Der E/A-Vorgang wurde wegen eines Threadendes oder einer Anwendungsanforderung abgebrochen. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Sun Mar 30 13:34:53.976969 2014] [ssl:warn] [pid 4500:tid 384] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 30 13:34:54.023537 2014] [core:warn] [pid 4500:tid 384] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Mar 30 13:34:54.104244 2014] [ssl:warn] [pid 4500:tid 384] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 30 13:34:54.794721 2014] [mpm_winnt:notice] [pid 4500:tid 384] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sun Mar 30 13:34:54.794721 2014] [mpm_winnt:notice] [pid 4500:tid 384] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sun Mar 30 13:34:54.794721 2014] [core:notice] [pid 4500:tid 384] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sun Mar 30 13:34:54.795722 2014] [mpm_winnt:notice] [pid 4500:tid 384] AH00418: Parent: Created child process 7740
[Sun Mar 30 13:34:55.265923 2014] [ssl:warn] [pid 7740:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 30 13:34:55.367752 2014] [ssl:warn] [pid 7740:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Mar 30 13:34:55.392769 2014] [mpm_winnt:notice] [pid 7740:tid 392] AH00354: Child: Starting 150 worker threads.
[Wed Apr 02 11:52:44.830944 2014] [ssl:warn] [pid 7812:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 02 11:52:44.936950 2014] [core:warn] [pid 7812:tid 256] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 02 11:52:44.940950 2014] [ssl:warn] [pid 7812:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 02 11:52:45.766997 2014] [mpm_winnt:notice] [pid 7812:tid 256] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Wed Apr 02 11:52:45.766997 2014] [mpm_winnt:notice] [pid 7812:tid 256] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Wed Apr 02 11:52:45.766997 2014] [core:notice] [pid 7812:tid 256] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Wed Apr 02 11:52:45.767997 2014] [mpm_winnt:notice] [pid 7812:tid 256] AH00418: Parent: Created child process 6892
[Wed Apr 02 11:52:46.242025 2014] [ssl:warn] [pid 6892:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 02 11:52:46.288027 2014] [ssl:warn] [pid 6892:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 02 11:52:46.361031 2014] [mpm_winnt:notice] [pid 6892:tid 268] AH00354: Child: Starting 150 worker threads.
[Sat Apr 05 14:17:22.036356 2014] [ssl:warn] [pid 2680:tid 408] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:22.124393 2014] [core:warn] [pid 2680:tid 408] AH00098: pid file E:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Apr 05 14:17:22.212125 2014] [ssl:warn] [pid 2680:tid 408] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:23.349911 2014] [mpm_winnt:notice] [pid 2680:tid 408] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Apr 05 14:17:23.349911 2014] [mpm_winnt:notice] [pid 2680:tid 408] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Apr 05 14:17:23.349911 2014] [core:notice] [pid 2680:tid 408] AH00094: Command line: 'apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache -f conf\\httpd.conf'
[Sat Apr 05 14:17:23.352913 2014] [mpm_winnt:notice] [pid 2680:tid 408] AH00418: Parent: Created child process 4020
Apache server shutdown initiated...
sl:warn] [pid 4020:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:23.993108 2014] [ssl:warn] [pid 4020:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:24.020128 2014] [mpm_winnt:notice] [pid 4020:tid 400] AH00354: Child: Starting 150 worker threads.
[Sat Apr 05 14:17:25.160985 2014] [mpm_winnt:notice] [pid 2680:tid 408] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Apr 05 14:17:27.161648 2014] [mpm_winnt:notice] [pid 4020:tid 400] AH00364: Child: All worker threads have exited.
[Sat Apr 05 14:17:27.183369 2014] [mpm_winnt:notice] [pid 2680:tid 408] AH00430: Parent: Child process 4020 exited successfully.
[Sat Apr 05 14:17:30.058626 2014] [ssl:warn] [pid 6268:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:30.158146 2014] [ssl:warn] [pid 6268:tid 392] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:30.182169 2014] [mpm_winnt:notice] [pid 6268:tid 392] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Apr 05 14:17:30.182169 2014] [mpm_winnt:notice] [pid 6268:tid 392] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Apr 05 14:17:30.182169 2014] [core:notice] [pid 6268:tid 392] AH00094: Command line: 'e:\\projekte\\xampp\\apache\\bin\\httpd.exe -d E:/Projekte/xampp/apache'
[Sat Apr 05 14:17:30.183163 2014] [mpm_winnt:notice] [pid 6268:tid 392] AH00418: Parent: Created child process 6476
[Sat Apr 05 14:17:30.674657 2014] [ssl:warn] [pid 6476:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:30.771722 2014] [ssl:warn] [pid 6476:tid 400] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 05 14:17:30.796740 2014] [mpm_winnt:notice] [pid 6476:tid 400] AH00354: Child: Starting 150 worker threads.
[Wed Apr 09 12:02:40.086039 2014] [ssl:warn] [pid 4076:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 12:02:40.170044 2014] [core:warn] [pid 4076:tid 256] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 09 12:02:40.176045 2014] [ssl:warn] [pid 4076:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 12:02:41.496715 2014] [mpm_winnt:notice] [pid 4076:tid 256] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Wed Apr 09 12:02:41.496715 2014] [mpm_winnt:notice] [pid 4076:tid 256] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Wed Apr 09 12:02:41.496715 2014] [core:notice] [pid 4076:tid 256] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Wed Apr 09 12:02:41.497715 2014] [mpm_winnt:notice] [pid 4076:tid 256] AH00418: Parent: Created child process 4616
[Wed Apr 09 12:02:42.046746 2014] [ssl:warn] [pid 4616:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 12:02:42.115750 2014] [ssl:warn] [pid 4616:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 12:02:42.158753 2014] [mpm_winnt:notice] [pid 4616:tid 268] AH00354: Child: Starting 150 worker threads.
[Wed Apr 09 16:29:43.020883 2014] [ssl:warn] [pid 4272:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 16:29:43.124889 2014] [core:warn] [pid 4272:tid 260] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 09 16:29:43.130889 2014] [ssl:warn] [pid 4272:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 16:29:44.481966 2014] [mpm_winnt:notice] [pid 4272:tid 260] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Wed Apr 09 16:29:44.481966 2014] [mpm_winnt:notice] [pid 4272:tid 260] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Wed Apr 09 16:29:44.481966 2014] [core:notice] [pid 4272:tid 260] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Wed Apr 09 16:29:44.483966 2014] [mpm_winnt:notice] [pid 4272:tid 260] AH00418: Parent: Created child process 6576
[Wed Apr 09 16:29:45.045998 2014] [ssl:warn] [pid 6576:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 16:29:45.085001 2014] [ssl:warn] [pid 6576:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Apr 09 16:29:45.149004 2014] [mpm_winnt:notice] [pid 6576:tid 272] AH00354: Child: Starting 150 worker threads.
[Wed Apr 09 16:38:54.297192 2014] [mpm_winnt:notice] [pid 4272:tid 260] AH00428: Parent: child process 6576 exited with status 1073807364 -- Restarting.
[Sat Apr 19 01:17:23.802711 2014] [ssl:warn] [pid 8500:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 01:17:23.883715 2014] [core:warn] [pid 8500:tid 260] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Apr 19 01:17:23.889716 2014] [ssl:warn] [pid 8500:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 01:17:25.122584 2014] [mpm_winnt:notice] [pid 8500:tid 260] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Apr 19 01:17:25.122584 2014] [mpm_winnt:notice] [pid 8500:tid 260] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Apr 19 01:17:25.122584 2014] [core:notice] [pid 8500:tid 260] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Sat Apr 19 01:17:25.124584 2014] [mpm_winnt:notice] [pid 8500:tid 260] AH00418: Parent: Created child process 7860
[Sat Apr 19 01:17:25.674413 2014] [ssl:warn] [pid 7860:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 01:17:25.734416 2014] [ssl:warn] [pid 7860:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 01:17:25.800420 2014] [mpm_winnt:notice] [pid 7860:tid 272] AH00354: Child: Starting 150 worker threads.
[Sat Apr 19 10:33:39.371654 2014] [ssl:warn] [pid 3904:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 10:33:39.474660 2014] [core:warn] [pid 3904:tid 260] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Apr 19 10:33:39.510662 2014] [ssl:warn] [pid 3904:tid 260] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 10:33:40.568723 2014] [mpm_winnt:notice] [pid 3904:tid 260] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Sat Apr 19 10:33:40.568723 2014] [mpm_winnt:notice] [pid 3904:tid 260] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Sat Apr 19 10:33:40.568723 2014] [core:notice] [pid 3904:tid 260] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Sat Apr 19 10:33:40.570723 2014] [mpm_winnt:notice] [pid 3904:tid 260] AH00418: Parent: Created child process 8096
[Sat Apr 19 10:33:41.145756 2014] [ssl:warn] [pid 8096:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 10:33:41.240761 2014] [ssl:warn] [pid 8096:tid 272] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sat Apr 19 10:33:41.279763 2014] [mpm_winnt:notice] [pid 8096:tid 272] AH00354: Child: Starting 150 worker threads.
[Tue Apr 29 12:33:56.962812 2014] [ssl:warn] [pid 8244:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 12:33:57.026816 2014] [core:warn] [pid 8244:tid 256] AH00098: pid file H:/Projekte/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Apr 29 12:33:57.031816 2014] [ssl:warn] [pid 8244:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 12:33:57.793860 2014] [mpm_winnt:notice] [pid 8244:tid 256] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Tue Apr 29 12:33:57.793860 2014] [mpm_winnt:notice] [pid 8244:tid 256] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Tue Apr 29 12:33:57.793860 2014] [core:notice] [pid 8244:tid 256] AH00094: Command line: 'h:\\projekte\\xampp\\apache\\bin\\httpd.exe -d H:/Projekte/xampp/apache'
[Tue Apr 29 12:33:57.795860 2014] [mpm_winnt:notice] [pid 8244:tid 256] AH00418: Parent: Created child process 8928
[Tue Apr 29 12:33:58.165881 2014] [ssl:warn] [pid 8928:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 12:33:58.207883 2014] [ssl:warn] [pid 8928:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 12:33:58.268887 2014] [mpm_winnt:notice] [pid 8928:tid 268] AH00354: Child: Starting 150 worker threads.
joscha262
 
Posts: 4
Joined: 09. May 2014 20:12
Operating System: Windows 8.1

Re: Apache und MySQL lässt sich nicht starten

Postby Altrea » 11. May 2014 19:25

\xampp\apache_start.bat ausführen und berichten was zurückgemeldet wird.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Apache und MySQL lässt sich nicht starten

Postby joscha262 » 11. May 2014 19:36

http://www.directupload.net/file/d/3619/7ayaolj9_png.htm
joscha262
 
Posts: 4
Joined: 09. May 2014 20:12
Operating System: Windows 8.1

Re: Apache und MySQL lässt sich nicht starten

Postby Altrea » 11. May 2014 19:57

Dann poste doch mal bitte Zeile 90-95 deiner httpd.conf
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Apache und MySQL lässt sich nicht starten

Postby joscha262 » 11. May 2014 20:49

http://www.directupload.net/file/d/3619/o9o4xaz4_png.htm
joscha262
 
Posts: 4
Joined: 09. May 2014 20:12
Operating System: Windows 8.1


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 38 guests