Hello Eric,
Can you please elaborate your questions.
What are the details you require from my end?
Best Regards,
Megha
On Mon, Sep 19, 2016 at 5:35 PM, Eric Covener wrote:
> On Mon, Sep 19, 2016 at 1:39 AM, megha chauhan wrote:
> > Hello Eric,
> >
> > The code is compiled with the below heade
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
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
>
>
: [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 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 sho
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,
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-m
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
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 ve
Hello,
I have built a shared module on apache 2.4. I could get the apache build
succesfull. On apache start there is a dump at the below line:
#ifdef APA24
//ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r, trcStr.getStr());
if (r != NULL) {
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r, "