compile apache with latest openssl

Discussion in 'Installation/Configuration' started by craigfanman, Mar 27, 2018.

  1. craigfanman

    craigfanman Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. craigfanman

    craigfanman Member

    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?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't know the configure switches from apache in detail, but to me it looks ok.
     

Share This Page