[users@httpd] Application exception from Apache 2.4.3 (with APR 1.4.6)

2013-02-26 Thread Pravesh Rai
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: 0xc005 Fault offset: 0x00017351 Though we’ve

[users@httpd] Need detail about Win32 source of Apache 2.4.2

2012-06-21 Thread Pravesh Rai
Hi, As per the download site, http://httpd.apache.org/download.cgi#apache24, 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

Re: [users@httpd] segmentation Faults

2011-09-12 Thread Pravesh Rai
Hi, Though I'm not an expert on analyzing core dump, but following message: Can't read pathname for load map: Input/output error might give some clue about I/O error. You might have shared some remote directory / files, which is inaccessible during the processing. Thanks, PK On Mon, Sep 12,

[users@httpd] Exception thrown by Apache

2011-06-27 Thread Pravesh Rai
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

[users@httpd] Getting Content-Range field in HTTP header

2011-06-09 Thread Pravesh Rai
Hi All, Can anyone please let me know, how to get this field in HTTP header ? Thanks, PK

[us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Pravesh Rai
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. This behavior differs on different setups. On some setup, it fails even with 10-15 VIPs, but on the other, it

Re: [us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Pravesh Rai
Openssl Apache (all modules) has been recompiled. Thanks. On Wed, Oct 6, 2010 at 9:59 AM, Craig Huffstetler craig.huffstet...@gmail.com wrote: Attached is the error log. Have you recompiled mod_ssl and updated OpenSSL? Craig

Re: [us...@httpd] Issue with APR APIs

2010-09-02 Thread Pravesh Rai
/2010 6:12 AM, Pravesh Rai wrote: 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

[us...@httpd] Apache 2.2.15 memory usage

2010-08-19 Thread Pravesh Rai
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

Re: [us...@httpd] httpd.conf: Invalid argument

2010-06-19 Thread Pravesh Rai
If you are sure that the problem is not with permission on conf file, then it's better to check the content of this file, which may cause issue while parsing this. Thanks. Pavesh On Fri, Jun 18, 2010 at 1:08 PM, Carlos _ sigb...@gmail.com wrote: I am working with Apache v2.2.6 and with

Re: [us...@httpd] Inability to start rotatelogs causes Apache startup failure.

2010-06-04 Thread Pravesh Rai
Have you checked all running processes on the given system ? Since all instances of rotatelogs.exe runs as 'cmd', try to close them, one-by-one. I think, some of the old instances are not cleaning-up properly. Thanks, Pravesh On Sat, Jun 5, 2010 at 4:03 AM, Tuba Flea tuba.f...@gmail.com wrote:

[us...@httpd] User name in access_log

2010-03-08 Thread Pravesh Rai
Hi All, Is there any way to get logged-in user name in access_log ? Contents of access_log, in our setup looks like: 127.0.0.1 - - [17/Feb/2010:13:07:40 +0530] GET / HTTP/1.1 302 236 If I'm not wrong, either of - in the log file is representing user name field, right ? Thanks, Pravesh

[us...@httpd] Need help in Apache's Request reading processes

2010-01-17 Thread Pravesh Rai
Hi, Those who are aware of inner working flow of Apache, may please try to give some clue on the issue / observation made below: With reference to the protocol.c, here is a functional flow for 'recieving' HTTP request: ap_read_request() { ... read_request_line(); ...

Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-08 Thread Pravesh Rai
it won't compile with vs2008 but instead something older? I probably have a older version of vs in a closet somewhere...How are you finding out what is missing? On Thu, Jan 7, 2010 at 11:00 PM, Pravesh Rai pravesh@gmail.com wrote: Even we had tried this scenario, but there are several

Re: [us...@httpd] Apache on IA64

2010-01-07 Thread Pravesh Rai
Windows 2003 2008 Thanks, Pravesh On Thu, Jan 7, 2010 at 4:11 PM, Devraj Mukherjee dev...@gmail.com wrote: What OS are you referring to ? On Thu, Jan 7, 2010 at 5:05 PM, Pravesh Rai pravesh@gmail.com wrote: Hi All, Has anybody tried to port Apache (2.2.6 onwards) to IA64 setup

Re: [us...@httpd] Win 64 installation package

2010-01-07 Thread Pravesh Rai
AFAIK, there is no official version available, but you can try to build 64 bit version using Cross Compiler tools. Thanks, Pravesh On Fri, Jan 8, 2010 at 1:32 AM, Jorge Hernandez jfh...@gmail.com wrote: Does anybody know if there is a 64-bit installation package for Windows of Apache 2.2? I

Re: [us...@httpd] help compiling apache 2.2.14 and openssl-0.9.8l using vs2008

2010-01-07 Thread Pravesh Rai
Even we had tried this scenario, but there are several (deprecated) files, which are required for building these components, are not bundled with VS 2008. All these issues needs to be looked on case-by-case basis. Thanks, Pravesh On Fri, Jan 8, 2010 at 9:01 AM, hc highcha...@gmail.com wrote: I

[us...@httpd] Apache on IA64

2010-01-06 Thread Pravesh Rai
Hi All, Has anybody tried to port Apache (2.2.6 onwards) to IA64 setup ? If yes, what would be the major precautions needs to be taken in that case ? Thank, Pravesh - The official User-To-User support forum of the Apache HTTP

[us...@httpd] Fwd: Getting Error reading header messages in error_log

2010-01-04 Thread Pravesh Rai
Gentle reminder. Appreciate any clue for this question. Thanks, Pravesh -- Forwarded message -- From: Pravesh Rai pravesh@gmail.com Date: Wed, Dec 16, 2009 at 5:36 PM Subject: Getting Error reading header messages in error_log To: users@httpd.apache.org Hi, We are getting

Re: [us...@httpd] Getting Error reading header messages in error_log

2010-01-04 Thread Pravesh Rai
, Pravesh Rai pravesh@gmail.com wrote: Hi, We are getting either of the following error messages in error_log: [error] [client ::1] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /proxy/ssllogin, referer: URL Or [error] [client 127.0.0.1] request failed: error

[us...@httpd] Getting Error reading header messages in error_log

2009-12-16 Thread Pravesh Rai
Hi, We are getting either of the following error messages in error_log: [error] [client ::1] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /proxy/ssllogin, referer: URL Or [error] [client 127.0.0.1] request failed: error reading the headers, referer: URL