DevHeads.net

Postings by Pravesh Rai

Application exception from Apache 2.4.3 (with APR 1.4.6)

Hi,

While doing continuous restart of 64 bit Windows server, sometimes we get
application exception with following details:

Faulting module name: libapr-1.dll, version: 1.4.6.0, time stamp:...

Exception code: 0xc0000005

Fault offset: 0x0000000000017351

Though we’ve recompiled Apache with the suggestion given on:

<a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=49155" title="https://issues.apache.org/bugzilla/show_bug.cgi?id=49155">https://issues.apache.org/bugzilla/show_bug.cgi?id=49155</a>

there is no change in the behavior. As shown in the attachment, exception
is always thrown from apr_hash.c.

Can anybody please provide some clue on this?

Thanks,

Pravesh

Need detail about Win32 source of Apache 2.4.2

Hi,

As per the download site, <a href="http://httpd.apache.org/download.cgi#apache24" title="http://httpd.apache.org/download.cgi#apache24">http://httpd.apache.org/download.cgi#apache24</a>,
there are Unix source available for the latest Apache, but there no
references about Win32 source. Can anybody please provide some reference
about this?

Also, in the Unix source, apr, apr-iconv, apr-util & pcre modules are
missing. Do anybody has idea on this?

Thanks,
PK

Exception thrown by Apache

Hi All,

In our case, whenever Apache (2.2.15) on Windows throws any exception
(Access Violation), it leaves the dump files at default Windows location.
The problem is that, the dump file is showing user credential in plain text.
So, would like to know, if there are any ways to avoid this type of exposure
of credential?

FYI, we are using Windows OS based authentication.

Thanks,
PK

Getting Content-Range field in HTTP header

Hi All,

Can anyone please let me know, how to get this field in HTTP header ?

Thanks,
PK

Apache 2.2.x with Virtual IPs

Hi All,

Observed that Apache 2.2.6 (& .15) throws exception inconsistently, at
different places, when the setup (Windows 2003 x86, with 4-12 GB RAM) is
configured with many Virtual IPs.

Issue with APR APIs

Hi,

Observed that, if we use following set of functions:

subrequest = ap_sub_req_lookup_uri( webapp->sChpUrl, r, r->output_filters );
ap_run_sub_req( subrequest );
ap_rflush( subrequest );
ap_destroy_sub_req( subrequest );

in a thread [using CreateThread() on Windows OS], every execution of these,
left some Private Bytes consumed. i.e. Memory Leaks. Do anybody has any clue
on this ?

Thanks,
PR

Apache 2.2.15 memory usage

Hi All,

Found that, on Windows x86 & x64 setup, memory consumption (by
httpd.exe) gets increased with time, under stress conditions. Is there way,
through configuration settings, to control this resource usage ?

Thanks,
PR