• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Apache stop working ..

Kaboo

New Member
Joined
Feb 14, 2009
Messages
142
Reaction score
0
Hi, this happened 2 times:
My server was running Apache and Mysql, with Xampp,
and without any advise nobody, including me on the server machine can access my site,phpmyadmin,etc.
Apache doesn't crash when this happen, it still running, but without working.

I restarted apache and the server but it doesn't worked.
Here's the error log:
[Mon Jan 04 13:25:19 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Jan 04 13:25:19 2010] [notice] Digest: done
[Mon Jan 04 13:25:20 2010] [notice] Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
[Mon Jan 04 13:25:20 2010] [notice] Server built: Jul 22 2009 11:35:54
[Mon Jan 04 13:25:20 2010] [notice] Parent: Created child process 2864
[Mon Jan 04 13:25:21 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Jan 04 13:25:21 2010] [notice] Digest: done
[Mon Jan 04 13:25:22 2010] [notice] Child 2864: Child process is running
[Mon Jan 04 13:25:22 2010] [notice] Child 2864: Acquired the start mutex.
[Mon Jan 04 13:25:22 2010] [notice] Child 2864: Starting 150 worker threads.
[Mon Jan 04 13:25:22 2010] [notice] Child 2864: Starting thread to listen on port 443.
[Mon Jan 04 13:25:22 2010] [notice] Child 2864: Starting thread to listen on port 80.
[Mon Jan 04 13:25:22 2010] [warn] Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting
There's no ThreadsPerChild in xampp/apache/conf/httpd.conf, may i change it on some file?


PS.: I use Windows Server 2003, 4GB Ram.
Thanks.
 
IIS = Internet Information Services?
If so, is this a Windows Service to disable?

Or you told me to disable apache service?
I already tried to uninstall the service but it still doesn't work.
(i use it as a service since december 3, and it aways worked).
Thanks.

EDIT:
I tried to unistall apache service again and now it worked.
I hope it doesn't happen again.

Thanks!! :)
 
Last edited:
ps: i use xampp 1.7.2

EDIT:
I discovered the problem, i was being attacked.
The guy attacks my Apache, lots of requests(1920 maximum) and BAM!.. site offline :( .
I installed mod_evasive on apache but i still can be attacked by someone... there was no ip in /server-status.

Any ideas of what to do?

Thanks.

Sorry for the triple post...
 
Last edited:
Back
Top