Apache don't Start

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Apache don't Start

Postby krik » 02. September 2016 11:38

Morning y'all !

I'm Kirk, i'm beginner on Xampp. I've downloaded GLPI and i try to use it.I launched XAMPP. MySql start normally but Apache don't.

Please help me !Find the error log below :

[Sat Jun 04 13:11:02.923120 2016] [ssl:warn] [pid 25944:tid 552] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 04 13:11:03.656079 2016] [mpm_winnt:notice] [pid 25944:tid 552] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.6 configured -- resuming normal operations
[Sat Jun 04 13:11:03.656079 2016] [mpm_winnt:notice] [pid 25944:tid 552] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39
[Sat Jun 04 13:11:03.656079 2016] [core:notice] [pid 25944:tid 552] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Jun 04 13:11:03.669294 2016] [mpm_winnt:notice] [pid 25944:tid 552] AH00418: Parent: Created child process 30088
[Sat Jun 04 13:11:04.701364 2016] [ssl:warn] [pid 30088:tid 524] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 04 13:11:04.980546 2016] [ssl:warn] [pid 30088:tid 524] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 04 13:11:05.036042 2016] [mpm_winnt:notice] [pid 30088:tid 524] AH00354: Child: Starting 150 worker threads.
[Sat Jun 04 19:32:12.959058 2016] [:error] [pid 30088:tid 1804] [client ::1:65320] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\xampp\\htdocs\\site\\libraries\\joomla\\database\\driver\\pdo.php on line 426, referer: http://localhost/site/installation/index.php
[Sat Jun 04 19:42:07.386276 2016] [:error] [pid 30088:tid 1804] [client ::1:65451] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\xampp\\htdocs\\site\\libraries\\joomla\\database\\driver\\pdo.php on line 426, referer: http://localhost/site/installation/index.php
[Sat Jun 04 20:18:40.768767 2016] [:error] [pid 30088:tid 1804] [client ::1:49603] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\xampp\\htdocs\\site\\libraries\\joomla\\database\\driver\\pdo.php on line 426, referer: http://localhost/site/installation/index.php
[Sat Jun 04 20:20:49.793357 2016] [:error] [pid 30088:tid 1804] [client ::1:49620] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\xampp\\htdocs\\site\\libraries\\joomla\\database\\driver\\pdo.php on line 426, referer: http://localhost/site/installation/index.php
[Sat Jun 04 21:14:59.290794 2016] [:error] [pid 30088:tid 1804] [client ::1:50260] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\xampp\\htdocs\\site\\libraries\\joomla\\database\\driver\\pdo.php on line 426, referer: http://localhost/site/installation/index.php
[Sun Jun 05 18:48:49.413333 2016] [ssl:warn] [pid 31940:tid 492] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jun 05 18:48:49.606885 2016] [core:warn] [pid 31940:tid 492] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Jun 05 18:48:49.730522 2016] [ssl:warn] [pid 31940:tid 492] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jun 05 18:48:50.940089 2016] [mpm_winnt:notice] [pid 31940:tid 492] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.6 configured -- resuming normal operations
[Sun Jun 05 18:48:50.940431 2016] [mpm_winnt:notice] [pid 31940:tid 492] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39
[Sun Jun 05 18:48:50.940431 2016] [core:notice] [pid 31940:tid 492] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Jun 05 18:48:50.947475 2016] [mpm_winnt:notice] [pid 31940:tid 492] AH00418: Parent: Created child process 21780
[Sun Jun 05 18:48:52.008176 2016] [ssl:warn] [pid 21780:tid 512] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jun 05 18:48:52.251449 2016] [ssl:warn] [pid 21780:tid 512] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jun 05 18:48:52.303244 2016] [mpm_winnt:notice] [pid 21780:tid 512] AH00354: Child: Starting 150 worker threads.
krik
 
Posts: 3
Joined: 02. September 2016 11:28
XAMPP version: 3.2.2
Operating System: Windows 10

Re: Apache don't Start

Postby Nobbie » 02. September 2016 12:42

Apache is up and running (due to this log). But the Joomla installation seems to fail, it is a known error that the initialization of the database takes too long. It exceeds 30 seconds, what is default max. execution time for PHP scripts. Proceed to the PHP folder in Xampp (i.e. c:/xampp/php), edit php.ini with an texteditor, watch out for "max_execution_time" and increase the default value of "30" to a higher number (i.e. 3600 or so, that is a full hour and should be sufficient). Then safe php.ini and stop and start Apache again.

Then try again.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04

Re: Apache don't Start

Postby krik » 02. September 2016 13:08

Thanxx Nobbie for the Response.I've opened the folder Php but i don't find php.ini i found only php.ini-development and php.ini-production
krik
 
Posts: 3
Joined: 02. September 2016 11:28
XAMPP version: 3.2.2
Operating System: Windows 10

Re: Apache don't Start

Postby krik » 02. September 2016 13:22

Now it works..I've changed the port number 80 to 8080 and 443 to 4433
krik
 
Posts: 3
Joined: 02. September 2016 11:28
XAMPP version: 3.2.2
Operating System: Windows 10


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 147 guests