Xampp stopped working

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

Xampp stopped working

Postby avinashmh004 » 20. February 2016 11:03

I have downloaded the bitnami wordpress (bitnami-wordpress-4.4.2-1-module-windows-installer.exe), and tried to install wordpress.

The installation process didn't complete successfully and i cancelled the installation.

Then when i tried to start apache it throws the error

Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies,
improper privileges, a crash, or a shutdown by another method.
Press the Logs button to view error logs and check
the Windows Event Viewer for more clues
If you need more help, copy and post this
entire log window on the forums

And in the error log file -

[mpm_winnt:crit] [pid 2024:tid 392] AH02538: Child: Parent process exited abruptly. Child process is ending
[mpm_winnt:warn] [pid 2024:tid 4] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[mpm_winnt:warn] [pid 2024:tid 2180] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
avinashmh004
 
Posts: 1
Joined: 20. February 2016 10:57
Operating System: Windows 8

Re: Xampp stopped working

Postby Nobbie » 20. February 2016 11:35

avinashmh004 wrote:And in the error log file -

[mpm_winnt:crit] [pid 2024:tid 392] AH02538: Child: Parent process exited abruptly. Child process is ending
[mpm_winnt:warn] [pid 2024:tid 4] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[mpm_winnt:warn] [pid 2024:tid 2180] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : AH00341: winnt_accept: Asynchronous AcceptEx failed.


Nothing else? Thats not sufficient, sorry. There is no error, no hint, nothing.
Nobbie
 
Posts: 13175
Joined: 09. March 2008 13:04

Re: Xampp stopped working

Postby gsmith » 20. February 2016 17:40

avinashmh004 wrote:[mpm_winnt:warn] [pid 2024:tid 4] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : AH00341: winnt_accept: Asynchronous AcceptEx failed.

Very common error on windows and once hit Apache typically becomes unresponsive on the particular protocol (http/https/etc).

You need to add AcceptFilter lines to your httpd.conf file. My personal preference is to place these right above the # Supplemental configuration line in httpd.conf which guarantees they are in the global scope part of the configuration. Restart Apache for the changes to become effective.

httpd.conf
Code: Select all
AcceptFilter http  none
AcceptFilter https none

# Supplemental configuration
#
# The configuration files in the conf/extra/ directory can be
gsmith
 
Posts: 278
Joined: 29. November 2013 18:04
Location: San Diego
XAMPP version: 0.0.0
Operating System: Win 10/2012R VS 14,15,16


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 174 guests