Page 1 of 1

Xampp 1.8.3 apache problem

PostPosted: 19. January 2014 15:38
by rickeboii
Im not sure but i Think that this is a apache problem. When i start apache. My site works for 5 seconds and then i need to restart apache? Am i ddosed or something? PLEASE HELP!

Re: Xampp 1.8.3 apache problem

PostPosted: 19. January 2014 15:57
by JJ_Tagy
Based on the lack of info in your post, we can't help you figure out anything.

DDOS is not an Apache problem, but an IP problem.

Re: Xampp 1.8.3 apache problem

PostPosted: 20. January 2014 07:01
by rickeboii
Are you sure, my apache is running fine but my site dont works for more then 5 seconds and i need to restart it..

Re: Xampp 1.8.3 apache problem

PostPosted: 20. January 2014 07:05
by Altrea
Your computers port 80 should not be public accessible from the internet with XAMPP so DDoS should not be your problem here

Re: Xampp 1.8.3 apache problem

PostPosted: 20. January 2014 18:03
by rickeboii
About 30 people was on my site.. And then. It happend again, now i need to restart my apache 1000 times to get it work again.

Re: Xampp 1.8.3 apache problem

PostPosted: 24. January 2014 18:49
by gsmith
AcceptFilter http none
AcceptFilter https none

Those should help if you find anything in Apache's error log about AcceptEx failing. Put them anywhere in httpd.conf

EnableMMAP off

This is usually a good idea on Windows machines. Same placement in the config applies.