|
Posted by David AFONSO on 10/10/10 11:33
Hi Sean,
first of all, thank you for your reply, it brings me a start point for my
investigation.
I've checked my log files and haven't found anything.
You're true about one thing, my server is under a high volume of traffic
(more than 15 000 distinct IP addresses a month for only one of the website
hosted on the server).
I've already guessed about a denial of service attack and my firewall is
configured to stop any kind of intrusion.
Is it possible to crash an Apache server with a flood type attack ?
I'll try "apache2triad" bundle and see if I still have the problem.
Thank you once again.
Cordially,
David
"Sean" <oreilly.sean@gmail.com> a ιcrit dans le message de news:
1133361103.250075.294930@g44g2000cwa.googlegroups.com...
> You can write some really bad code in PHP that might tie up resources
> or spawn thousands of child processes which could crash apache. I have
> never heard of any specific bug in php that cause apache to crash.
> Apache (any webserver) might also crash from denial of service type
> issues, is the apache server under practically high volume of
> traffic???
>
> Also make sure you are using apache 2 as previous versions were never
> designed to run on windows.
>
> If it is an apache config problem then sometimes it is hard to debug
> especially if you are not familiar with apache; my advice would be to
> get a one click installer from source forge which will set you up with
> a properly configured version of php, apache (and they normally bundle
> with some db which you can leave turned off) to run on windows.
>
> http://apache2triad.net/ is one of them; there are probably better ones
> out there.
>
[Back to original message]
|