Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: SSL not compiling into Apache-2.4.4 |
|
Author |
|
kevenj
Joined: 03 Apr 2013 Posts: 2
|
Posted: Wed 03 Apr '13 19:39 Post subject: SSL not compiling into Apache-2.4.4 |
|
|
Here is my config.nice
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/apps/httpd" \
"--enable-ssl" \
"--with-mpm=worker" \
"--with-included-apr" \
But it does not seem mod_ssl is compiled!!
./httpd -l
Compiled in modules:
core.c
mod_so.c
http_core.c
worker.c
Does anyone know what i'm doing wrong? Thanks!! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
kevenj
Joined: 03 Apr 2013 Posts: 2
|
Posted: Wed 03 Apr '13 20:10 Post subject: |
|
|
I see. Is this different from 2.2.22? I ask because i was just using the same config.nice i "thought" i used when i built my 2.2.22 build.
thank you for your reply!! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 04 Apr '13 9:59 Post subject: |
|
|
kevenj wrote: | Is this different from 2.2.22? I ask because i was just using the same config.nice i "thought" i used when i built my 2.2.22 build.
|
I'm not sure. I started comspiled apache from 2.3 on Linux, before I used the distro files. |
|
Back to top |
|
|
|
|
|
|