0
votes
0
comments
1,275
views

Apache mod_watchdog is required

0 votes, 0.00 avg. rating (0% score)
Some of you may take the lazy way of updating your linux systems by using yum-cron. yum-cron will perform auto-updates on your system when patches are made available. With some configuration, you can have this program only send you and email alert. For those of you running an apache http server and have auto-updates configured. you probable […]
0
votes
0
comments
14,022
views

SSL23_GET_SERVER_HELLO:unknown protocol, how do I fix my SSL cert?

0 votes, 0.00 avg. rating (0% score)
I’m trying to wget to my own box, and it can’t be an internal address in the wget (so says another developer). Possibilities: This error happens when OpenSSL receives something other than a ServerHello in a protocol version it understands from the server. It can happen if the server answers with a plain (unencrypted) HTTP. […]
0
votes
0
comments
3,257
views

Sending Apache log messages to syslog

0 votes, 0.00 avg. rating (0% score)
Needing to send apache logs to my syslog server of which we have a syslog security monitoring application that parses through the content to alert on nefarious activity. Searching on the net there seems to be a number of ways to accomplish this so this is what I ended up doing.