Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Not really, it makes not sense to me that MySQL was causing excessive connections to your localhost's Apache server. You will have to research on your own.
TheWitness
True understanding begins only when we realize how little we truly understand...
TheWitness wrote:Not really, it makes not sense to me that MySQL was causing excessive connections to your localhost's Apache server. You will have to research on your own.
TheWitness
oh i see whats going on, i think you misunderstood...mysql is NOT causing excessive connections....its a very busy website so 1,500 was the amount of clients that connected at the time.....
so the problem is either:
1. too many apache connections are staying alive and not dying....or conntrack_timeout is too high...but i've never touched the conntrack configs on this server.
2. the process are taking TOO much memory which is not at all usual.
i've searched google, posted the same issue on 3 or 4 other forums including cacti's...but nothing....so any advice you give me would be very helpful.
TheWitness wrote:Have you ever heard of a DOS attack over HTTP? Could also be a SYN attack,etc.
TheWitness
well, i have SYN cookies enabled...and far as a ddos attack goes, i know what its purpose it but thats about all i know....i don't know much about how to detect or stop it.
but wait, a a ddos attack wouldn't stop after i restart apache, would it?
rith -W -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT version_info.o -MD -MP -MF ".deps/version_info.Tpo" -c -o version_info.o version_info.c; \
then mv -f ".deps/version_info.Tpo" ".deps/version_info.Po"; else rm -f ".deps/version_info.Tpo"; exit 1; fi
In file included from version_info.c:50:
/usr/include/ucd-snmp/version.h:9:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
version_info.c: In function `get_epan_compiled_version_info':
version_info.c:206: error: `VersionInfo' undeclared (first use in this function)
version_info.c:206: error: (Each undeclared identifier is reported only once
version_info.c:206: error: for each function it appears in.)
make[2]: *** [version_info.o] Error 1
make[2]: Leaving directory `/home/wireshark-0.99.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wireshark-0.99.4'
make: *** [all] Error 2