[users@httpd] apr version issue in Apache Installation on Mac OS X

2015-10-06 Thread Doyle Jonathan
This is my first in trying to install Apache HTTP server locally on my Yosemite Mac. I successfully installed APR version 1.5.2, APR-util version 1.5.4 and PCRE 2, but then I am stuck in the first step of the Apache installation. When I run ./configure in the httpd-2.4.16 directory, I get the

Re: [users@httpd] a newbie question: Share custom Data between modules

2015-10-06 Thread Kurtis Rader
On Tue, Oct 6, 2015 at 4:08 PM, Suat Furkan Kahya wrote: > i have a struct and 2 modules > > typedef struct person{ > >char *name; > int id; > };Person > > 1-mod_person_adder -> add new person to system. > 2-mod_person_counter -> counts total person number in syste

[users@httpd] a newbie question: Share custom Data between modules

2015-10-06 Thread Suat Furkan Kahya
i have a struct and 2 modules typedef struct person{ char *name; int id; };Person 1-mod_person_adder -> add new person to system. 2-mod_person_counter -> counts total person number in system. let say i allocate memory using mod_person_adder module apr_palloc(r->

Re: [users@httpd] Need Open SSL

2015-10-06 Thread Mahendiran Vel
Hi Yaan, Thanks for your valuable help. On Tue, Oct 6, 2015 at 12:38 PM, Yann Ylavic wrote: > Hello, > > you can download binaries for Windows by following: > http://httpd.apache.org/docs/current/platform/windows.html#down > > Regards, > Yann. > > > On Tue, Oct 6, 2015 at 8:52 AM, Mahendiran Ve

Re: [users@httpd] Need Open SSL

2015-10-06 Thread Yann Ylavic
Hello, you can download binaries for Windows by following: http://httpd.apache.org/docs/current/platform/windows.html#down Regards, Yann. On Tue, Oct 6, 2015 at 8:52 AM, Mahendiran Vel wrote: > Hi All, > > I'm going to use Apache openssl to my project(windows Server). when i verify > Apache si