[users@httpd] compile and install from source

2015-03-28 Thread @lbutlr
Downloaded and compiled bind-9.9.7 and it built fine (./configure && make && make install). but /usr/sbin/named is still 9.8 If I try to start named (service named start), it starts this version instead of the version in /usr/local/sbin I assume I need to either replace /etc/rc.d/named or fix

Re: [users@httpd] Upgrading from OpenSSL 0.9.8 to OpenSSL 1.0.2a

2015-03-28 Thread Eric Covener
On Sat, Mar 28, 2015 at 9:32 PM, Cathy Fauntleroy wrote: > I need to enable TLS 1.2 but since I currently have Apache 2.2.25 w/OpenSSL > 0.9.8 installed, I can’t do that. So, I left Apache 2.2.25 in place, > installed OpenSSL 1.0.2a, and created the new openssl.cnf environment > variables. The i

[users@httpd] Upgrading from OpenSSL 0.9.8 to OpenSSL 1.0.2a

2015-03-28 Thread Cathy Fauntleroy
Good Evening, I need to enable TLS 1.2 but since I currently have Apache 2.2.25 w/OpenSSL 0.9.8 installed, I can't do that. So, I left Apache 2.2.25 in place, installed OpenSSL 1.0.2a, and created the new openssl.cnf environment variables. The install was successful, the correct version is sh

Re: [users@httpd] question about roatelogs -n

2015-03-28 Thread Daniel
2015-03-28 20:43 GMT+01:00 Jonny Rimkus : > > Hello, > I've a question to the rotatelogs command. > I'm using following Apache Version: > > Server version: Apache/2.4.7 (Ubuntu) > Server built: Mar 10 2015 13:05:59 > > I'm using the rotatelogs command in my Vhost as follows: > "|/usr/bin/rotatel

[users@httpd] question about roatelogs -n

2015-03-28 Thread Jonny Rimkus
Hello, I've a question to the rotatelogs command. I'm using following Apache Version: Server version: Apache/2.4.7 (Ubuntu) Server built: Mar 10 2015 13:05:59 I'm using the rotatelogs command in my Vhost as follows: "|/usr/bin/rotatelogs -p /opt/bin/apacheloguser -n 3 /path/to/logfile 10M" com