Yes! it works. thank you for your help Yann. Appreciate you
On Wed, Mar 30, 2016 at 1:46 PM, Leonay Wynn wrote:
> Nope...and trying that now. thanks Yann!
>
> On Wed, Mar 30, 2016 at 1:26 PM, Yann Ylavic wrote:
>
>> On Tue, Mar 29, 2016 at 9:51 PM, Leonay Wynn wrote:
>>
Nope...and trying that now. thanks Yann!
On Wed, Mar 30, 2016 at 1:26 PM, Yann Ylavic wrote:
> On Tue, Mar 29, 2016 at 9:51 PM, Leonay Wynn wrote:
> > ok did that and make got an error. is it telling me to recompile openssl
> > with the -fPIC option??
> >
> > /usr
Leaving directory `/home/jonesk/httpd-2.4.18/modules/mappers'
make[2]: Leaving directory `/home/jonesk/httpd-2.4.18/modules/mappers'
make[2]: Entering directory `/home/jonesk/httpd-2.4.18/modules'
make[2]: Leaving directory `/home/jonesk/httpd-2.4.18/modules'
make[1]: Leaving
:
> On Tue, Mar 29, 2016 at 8:52 PM, Yann Ylavic wrote:
> > On Tue, Mar 29, 2016 at 7:52 PM, Leonay Wynn wrote:
> >> I need to upgrade from 2.2 to to 2.4
> >>
> >> i used ./configure --prefix=/apps/httpd --enable-ssl
> >> --with-ssl=/usr/local/
I need to upgrade from 2.2 to to 2.4
i used ./configure --prefix=/apps/httpd --enable-ssl
--with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
as well as
./configure --prefix=/apps/httpd --enable-so --enable-ssl
--with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
are not working. do you know how i would go about getting the needed
mod_headers.so ? i only see mod_headers.a and mod_headers.la in the modules
directory.
thx
On Sat, Mar 26, 2016 at 5:01 AM, Luca Toscano
wrote:
> Hi!
>
> 2016-03-25 17:23 GMT+01:00 Leonay Wynn :
>
>> HI,
>
HI,
I'm running RHEL 5.3. I upgraded my httpd version to Apache 2.4.18.
configured with this: $ ./configure --prefix=/apps/httpd --enable-ssl
--with-mpm=worker --enable-module=headers --enable-shared=headers
All works well.
I also installed OpenSSL 1.0.2g . I replaced my system installed openssl
I am unable to get 2.4.4 to include mod_ssl.c
I am attempting to use my config.nice i used from 2.2.22
"./configure" \
"--prefix=/apps/httpd" \
"--enable-ssl" \
"--with-mpm=worker" \
AND adding in the newly required
--with-included-apr
so it now looks like this:
"./configure" \
"--prefix=/app