Site down after few hours, with no error Msg. Max users?
Posted by: EdW (---.FTTH.ispfabriek.nl)
Date: May 14, 2014 08:14PM

Hi,

I've installed WAMP on a Windows 2012 Server with a certified certificate.
The site is running fine on port 443 and 80.

After a few hours the site does not work anymore.
The Http site still works (http://localhost/phpmyadmin )

When i restart the Apache service the site runs fine again.


I've activated this line in the httpd.conf: Include conf/extra/httpd-mpm.conf
And in the httpd-mpm.conf i've put:

<IfModule mpm_winnt_module>
ThreadStackSize 8388608
#ThreadsPerChild 150 //original value
ThreadsPerChild 2500
MaxConnectionsPerChild 0
</IfModule>

Still after a few hours the Apache https website goes down, and does not respond anymore.

What can this be? And how can i troubleshoot this?

The Apache error log and Windows Event log show no items.

Thanks!

Options: ReplyQuote
Re: Site down after few hours, with no error Msg. Max users?
Posted by: Otomatic (Moderator)
Date: May 15, 2014 09:55AM

Hi,

As you have not responded to READ THIS BEFORE YOU ASK A QUESTION, I don't know which version of Wampserver and Apache you are using.
See if in httpd.conf file there is :
AcceptFilter http none
AcceptFilter https none
If not, before # Supplemental configuration insert :
# AcceptFilter: On Windows, none uses accept() rather than AcceptEx() and
# will not recycle sockets between connections. This is useful for network
# adapters with broken driver support, as well as some virtual network
# providers such as vpn drivers, or spam, virus or spyware filters.
AcceptFilter http none
AcceptFilter https none

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Site down after few hours, with no error Msg. Max users?
Posted by: EdW (---.FTTH.ispfabriek.nl)
Date: May 15, 2014 10:09AM

Hi,

Thanks for the reply.

I'm Usinc WampServer 2.4 and Apache: 2.2.1.7

The Acceptfilter was not in the config file, so i placed it above the '# Supplemental'

Then i restarted the Apache service. Looks fine now, so i will wait.


Thanks again for the reply!

Options: ReplyQuote
Re: Site down after few hours, with no error Msg. Max users?
Posted by: EdW (---.FTTH.ispfabriek.nl)
Date: May 19, 2014 10:36AM

the server had been up for a few days without a problem.
So it worked.

Thanks!

Options: ReplyQuote


Sorry, only registered users may post in this forum.