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
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
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->
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
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