Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Marcin Wanat
Please remember that in 2.2 modules were linked statically by default. Now they are linked dynamically by default. You need to use: --enable-MODULE=static to compile in into httpd statically or use LoadModule. More info: http://httpd.apache.org/docs/2.4/programs/configure.html 2013/4/5 Marcin W

Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Marcin Wanat
LoadModule ssl_module modules/mod_ssl.so in httpd.conf didn't help ? 2013/4/5 Ismael Puerto > Hello Leonay > > Currently I have some problem, at the moment i work with 2.2.X > I hope that anybody help us with this question. > > Thanks > > On 04/04/2013 05:36 PM, Leonay Wynn wrote: > > I am una

Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Ismael Puerto
Hello Leonay Currently I have some problem, at the moment i work with 2.2.X I hope that anybody help us with this question. Thanks On 04/04/2013 05:36 PM, Leonay Wynn wrote: > 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 > > "./config

[users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-04 Thread Leonay Wynn
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