Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - batgranny

Pages: [1]
1
Apache / Rebuild Apache with OpenSSL 1.0.2k
« on: April 27, 2017, 10:59:58 AM »
I would like to upgrade the version of OpenSSL used by Apache from the default OpenSSL 1.0.1e to a newer, more secure version.  I have manually compiled OpenSSL 1.0.2k and it is sucessfully installedon the server:

Code: [Select]
# openssl version
OpenSSL 1.0.2k  26 Jan 2017

However when I view the Apache headers I can see that it is still using the old version:

Code: [Select]
Server:Apache/2.2.32 (Unix) mod_ssl/2.2.32 OpenSSL/1.0.1e-fips
I rebuilt Apache and edited the default configuration to use the include folder from the new openssl

original:

Code: [Select]
--enable-ssl=/usr/include/openssl
new:

Code: [Select]
--enable-ssl=/usr/src/openssl-1.0.2k/include/openssl
However Apache still reports 1.0.1e.  What can I do to rebuild Apache with the new SSL version?  What am I missing? If I symlink  /usr/src/openssl-1.0.2k/include/openssl to /usr/include/openssl  would that work?  Any help anyone could provide with this would be really helpful as I've been looking at this for about a month without sucess.

2
PHP / Installing imagick for php7
« on: November 29, 2016, 12:00:51 PM »
Hi there,

How do you install imagick for php7?  when you use the script it seems to install fine for php5 but not for 7.  Are there any instructions anywhere?

3
Installation / [SOLVED] CSF Didn't install??
« on: September 08, 2016, 01:25:33 PM »
Hi,

I've just installed CWP on a second server and in the process of configuring it it looks like CSF didn't install during the CentOS Web Panel install process.  There is no /etc/csf folder, if I do a service csf status I get 'unrecognised service' s a response and in the CSF admin area there are errors like:

Code: [Select]
failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/modules/firewall.php
Plus any csf commands I run get a 'command not found' response. 

Is there a way I can fix this and install CSF so that it can be managed by CWP?

4
CSF Firewall / CSF Didn't Install
« on: September 05, 2016, 02:50:03 PM »
Hi,

I've just installed CWP on a second server and in the process of configuring it it looks like CSF didn't install during the CentOS Web Panel install process.  There is no /etc/csf folder, if I do a service csf status I get 'unrecognised service' s a response and in the CSF admin area there are errors like:

Code: [Select]
failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/modules/firewall.php
Plus any csf commands I run get a 'command not found' response. 

Is there a way I can fix this and install CSF so that it can be managed by CWP?

5
PHP / FFmpeg installed but not in phpinfo
« on: August 16, 2016, 03:27:49 PM »
Hi,

I've installed the FFmpeg extension via the CWP admin panel, however I'm not seeing it in my phpinfo().  When I check Admin Panel > PHP Settings > FFMPEG Installer I see:

FFMPEG already installed! File Path: /usr/bin/ffmpeg

and sure enough if I type ffmpeg at the command line I get a response:

Code: [Select]
# ffmpeg
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
  built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'

However it does not appear in my phpinfo() file.  Has anyone any idea how I would fix this?

Thanks

Pages: [1]