Hi. I have to pass PCI and need the latest openssl version. this isnt included in yum updates for centos 7. in testing i've managed to compile a version that works but its all in separate paths to the normal apache and wont work with ispconfig properly. has anyone got any advice on this please?
Why did you not compile apache to use the standard paths? That way, you can simply exchange the apache from centos with your custom one.
hi thanks for the reply, yeh thats what i'm trying to do. firstly I just did a default ./configure and this puts it in different folders to standard. so i've been using a long config command like this: ./configure \ "--prefix=/etc/httpd" \ "--exec-prefix=/etc/httpd" \ "--bindir=/usr/bin" \ "--sbindir=/usr/sbin" \ "--sysconfdir=/etc/httpd/conf" \ etc and trying to get the paths to match the previous installation. will this work if i get it right?