Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-19 Thread Rodrigo Cunha
Megha, you knew this list :  modules-dev-h...@httpd.apache.org
list for developers for get help whith modules, this place(users) not have
many developers, but in the modules-dev-h...@httpd.apache.org a have many
developers.
I get lists in website : http://httpd.apache.org/lists.html
tks

2016-09-19 9:05 GMT-03:00 Eric Covener :

> On Mon, Sep 19, 2016 at 1:39 AM, megha chauhan  wrote:
> > Hello Eric,
> >
> > The code is compiled with the below headers:
> >
> > APA24_ORG = httpd-$(APA24_VERSION)
> >
> > APA24_DIR = httpd-$(APA24_VERSION)
> >
> > APA24_INSTDIR = $(shell pwd)/$(APA24_DIR)/inst
> >
> > APA24_TAZ = $(APA24_ORG).tar.gz
> >
> >
> >
> > APA24_IDIR= $(APA24_INSTDIR)/include
> >
> >
> >
> > APA24_HDR_INCL = $(APA24_DIR)/include
> >
> > Also in the source code I have included the headers
> >
> > #include “httpd.h”
> >
> > #include “http_log.h”
> >
> >
> >
> > Same issue persists.
> >
> >
> >
> > Should we include any other header?
> >
> > Best Regards,
> >
> > Megha
>
> I'd suggest looking more closely at how this file is actually
> compiled, what it looks like after the pre-processor, and what symbols
> it has undefined rather than how it's intended to be compiled.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
Atenciosamente,
Rodrigo da Silva Cunha


Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-19 Thread Eric Covener
On Mon, Sep 19, 2016 at 1:39 AM, megha chauhan  wrote:
> Hello Eric,
>
> The code is compiled with the below headers:
>
> APA24_ORG = httpd-$(APA24_VERSION)
>
> APA24_DIR = httpd-$(APA24_VERSION)
>
> APA24_INSTDIR = $(shell pwd)/$(APA24_DIR)/inst
>
> APA24_TAZ = $(APA24_ORG).tar.gz
>
>
>
> APA24_IDIR= $(APA24_INSTDIR)/include
>
>
>
> APA24_HDR_INCL = $(APA24_DIR)/include
>
> Also in the source code I have included the headers
>
> #include “httpd.h”
>
> #include “http_log.h”
>
>
>
> Same issue persists.
>
>
>
> Should we include any other header?
>
> Best Regards,
>
> Megha

I'd suggest looking more closely at how this file is actually
compiled, what it looks like after the pre-processor, and what symbols
it has undefined rather than how it's intended to be compiled.

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-18 Thread megha chauhan
Hello Eric,

The code is compiled with the below headers:

APA24_ORG = httpd-$(APA24_VERSION)

APA24_DIR = httpd-$(APA24_VERSION)

APA24_INSTDIR = $(shell pwd)/$(APA24_DIR)/inst

APA24_TAZ = $(APA24_ORG).tar.gz



APA24_IDIR= $(APA24_INSTDIR)/include



APA24_HDR_INCL = $(APA24_DIR)/include

Also in the source code I have included the headers

#include “httpd.h”

#include “http_log.h”



Same issue persists.



Should we include any other header?

Best Regards,

Megha
-- Forwarded message --
From: Eric Covener <cove...@gmail.com>
Date: Fri, Sep 16, 2016 at 3:59 PM
Subject: Re: [users@httpd] ap_log_error dumps on apache start with apache
2.4
To: users@httpd.apache.org


On Fri, Sep 16, 2016 at 1:20 AM, megha chauhan <megha...@gmail.com> wrote:
> The same code is working for apache 2.2.

Did you compile this code properly against 2.4 headers? ap_log_error
is a macro in 2.4.  Your binary should only show ap_log_error_ as
undefined with nm otherwise something is fishy.

Also "r" is a very confusing variable name for a server_rec.

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-16 Thread Rodrigo Cunha
you make this a code of module or this module is a module stable?
What are the name this module?What his do?where are the code this module?
where are the git for this code?Shared this code 4 public in girhub.
this list 4 user and not developers.

2016-09-16 9:08 GMT-03:00 Eric Covener :

> On Fri, Sep 16, 2016 at 8:08 AM, Can Le  wrote:
> > Please help on Apache24 10cv httpd-2.4.23-win32 which is running on my
> > Windows 8.1 tablet 32 bits.
>
>
> Start a new thread.
>
> --
> Eric Covener
> cove...@gmail.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
Atenciosamente,
Rodrigo da Silva Cunha


Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-16 Thread Eric Covener
On Fri, Sep 16, 2016 at 8:08 AM, Can Le  wrote:
> Please help on Apache24 10cv httpd-2.4.23-win32 which is running on my
> Windows 8.1 tablet 32 bits.


Start a new thread.

-- 
Eric Covener
cove...@gmail.com

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-16 Thread Can Le
Hi friends,
Please help on Apache24 10cv httpd-2.4.23-win32 which is running on my
Windows 8.1 tablet 32 bits.
After installed,  I coud have It works on htdocs  with root document:

C:\Apache24\htdocs\index.html.

I could not open in browser for ip from ipv4
http://192.168.0.3, nor
http://localhost/index.html .
In httpd.conf, I have had ServerName:
http://192.168.0.3:80
and AddHandler cgi-script .cgi  .pl

However, when I tested the sample file printenv.pl on my browser, the
output is a copy of old text file printenv.pl :

C:\Apache24\cgi-bin\printenv.pl

When I tested this sample cgi pl on command prompt for path above,  I have
this perl sample program running with output from perl on black and white
terminal,  without color from html:
Hello perl
My address box on browser is:

C:\Apache24\cgi-bin\printenv.html

 So the shebang is good as :
#! /C:/Strawberry/bin/perl.

Please help me find what codes are needed to run CGI on httpd.conf on
Windows 8.1.

Thank you.

On Friday, September 16, 2016, Eric Covener  wrote:

> On Fri, Sep 16, 2016 at 1:20 AM, megha chauhan  > wrote:
> > The same code is working for apache 2.2.
>
> Did you compile this code properly against 2.4 headers? ap_log_error
> is a macro in 2.4.  Your binary should only show ap_log_error_ as
> undefined with nm otherwise something is fishy.
>
> Also "r" is a very confusing variable name for a server_rec.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org 
> For additional commands, e-mail: users-h...@httpd.apache.org
> 
>
>

-- 
http://www.lecan.net


Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-16 Thread Eric Covener
On Fri, Sep 16, 2016 at 1:20 AM, megha chauhan  wrote:
> The same code is working for apache 2.2.

Did you compile this code properly against 2.4 headers? ap_log_error
is a macro in 2.4.  Your binary should only show ap_log_error_ as
undefined with nm otherwise something is fishy.

Also "r" is a very confusing variable name for a server_rec.

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org