Configure Apache 2.4.18 with OpenSSL 1.0.2 for correct ssl server setup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Steps I have for installing Apache with openssl.  Please let me know if
> there's issues.  I will be using a secure server for setup
>
>
gunzip -c openssl-1.0.2g.tar.gz |tar xvf -
> config shared --prefix=/apps/openssl --openssldir=/apps/openssl
>
> $ make
>
> $ make install
>
> Now, get the latest Apache 2.4.x, APR and APR-Util libraries. You will
need
> to unpack all three packages into the same source tree, with the latter
two
> in the location where Apache expects them. For example:
>
>
>
>
>
>
>
> 1. $ tar zxvf httpd-2.4.18.tar.gz
>
> 2. $ cd httpd-2.4.18/srclib/
>
> 3. $ tar zxvf ../../apr-1.4.8.tar.gz
>
> 4. $ ln -s apr-1.4.8/ apr
>
> 5. $ tar zxvf ../../apr-util-1.5.2.tar.gz
>
> 6. $ ln -s apr-util-1.5.2/ apr-util
>
>
>
> CPPFLAGS="-I/apps/openssl/include";export CPPFLAGS
>
> LDFLAGS="-L/apps/openssl/lib"; export LDFLAGS
>
>
>
>
>
> ./configure --enable-ssl=static --prefix=/apps/apache --enable-so
> --enable-proxy --enable-rewrite
>
> --with-included-apr --enable-ssl --with-ssl=/apps/openssl
>
> --with-pcre=/apps/pcre CPPFLAGS=-I/apps/openssl/include
> LDFLAGS=-L/apps/openssl/lib
>
>
>
> make
>
> make install

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux