[users@httpd] Re: mod_status shows weird numbers in "Total Accesses"

2013-07-02 Thread Asaf Dalet
As i previously mentioned, the apache is actually Oracle-HTTP-Server version 10.1.3.4.0 Asaf On Tue, Jul 2, 2013 at 6:27 PM, Asaf Dalet wrote: > Hi, > my customer has an apache 1.3 (packed in oracle apps), which has a weird > situation: > > server-status?auto gives very diffe

[users@httpd] mod_status shows weird numbers in "Total Accesses"

2013-07-02 Thread Asaf Dalet
Hi, my customer has an apache 1.3 (packed in oracle apps), which has a weird situation: server-status?auto gives very different numbers in "Total Accesses" between subsequent executions. For example, when I run it once, I get: *Total Accesses: 2603345828* Total kBytes: 18283321 CPULoad: 1769.96 Up

Re: [users@httpd] Content-Length is always 0

2012-10-04 Thread Asaf Dalet
ces > of the source before compiling: > > .../httpd-2.2.x/build/config.guess > .../httpd-2.2.x/srclib/apr/build/config.guess > .../httpd-2.2.x/srclib/apr-util/build/config.guess > .../httpd-2.2.x/srclib/apr-util/xml/expat/conftools/config.guess > > Recompile. > > Brian

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread Asaf Dalet
this is the httpd.conf file No, increasing the log level didn't add any relevant messages. i will try the EnableSendfile option thanks asaf On Wed, Aug 22, 2012 at 2:54 PM, ivan Gouin wrote: > Hi asaf, > Could you please post your config file? > > thanks > > > On

[users@httpd] Content-Length is always 0

2012-08-22 Thread Asaf Dalet
Hi, I compiled apache 2.2 64 bits on AIX 6.1 and the installation seeemed to have passed fine. But when I browse to static HTML pages on that server - all pages return empty with "Content-Length: 0" in the response headers. anyone has an idea how to fix this? thanks asaf

[users@httpd] Apache Virtual Host

2012-01-23 Thread Asaf Dalet
Hi everyone, I have a module written for Apache, The module extract information regarding the transaction that are processed by the Apache. This module has global configurations which now I need per Virtual Host and it may take a great deal of work to change. My question is: is there some way to

Re: [users@httpd] apr_off_t mismatch

2011-11-24 Thread Asaf Dalet
?? > > LFS is not a compile time feature starting 2.2, for one. > > For the other, my recommendation for high quality Solaris packages > is to use OpenCSW (Getting started: pkgadd -d http://get.opencsw.org/now) > > > On Mon, Nov 21, 2011 at 11:44 PM, Asaf Dalet < asaf.da

Re: [users@httpd] apr_off_t mismatch

2011-11-23 Thread Asaf Dalet
t i would really like to know - who's bug and how to fix it. for example, if the packages of apache 2.2.0 with APR 1.2.2 on sunfreeware.com have a bug that was later fixed - then i can tell my customer to upgrade to a later version. ??? On Mon, Nov 21, 2011 at 11:44 PM, Asaf Dalet wrote: &g

Re: [users@httpd] apr_off_t mismatch

2011-11-21 Thread Asaf Dalet
e was compiled with). am i right? by any chance, does anyone know what are the ./configure options that control the size of apr_off_t, (if there are any)? thanks asaf On Mon, Nov 21, 2011 at 7:23 PM, William A. Rowe Jr. wrote: > On 11/21/2011 9:48 AM, Asaf Dalet wrote: > >>

Re: [users@httpd] apr_off_t mismatch

2011-11-21 Thread Asaf Dalet
? appreciate any comment thanks asaf typedef off64_t apr_off_t; On Wed, Nov 16, 2011 at 9:53 AM, Asaf Dalet wrote: > Hi, > here's the output of http -V for the precompiled apache: > Server version: Apache/2.2.0 > Server built: Jan 1 2006 07:22:25 > Server's Module

Re: [users@httpd] apr_off_t mismatch

2011-11-15 Thread Asaf Dalet
AT|O_WRONLY)) < 0)") but my apr_off_t is still 8 bytes. actually, i checked the return value of "open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY)" and it is not < 0. I build on solaris 5.8 Generic_117350-49 sun4u sparc SUNW,Sun-Fire-V210 On Thu, Nov 10, 2011 at 9:

Re: [users@httpd] apr_off_t mismatch

2011-11-09 Thread Asaf Dalet
t; On 11/9/2011 11:52 PM, Asaf Dalet wrote: > >> the precompiled apache version is definitely 2.2.0 (according to httpd >> -V) and there is >> definitely some mismatch between request_rec size between it and my >> compiled module. Of >> course i don't k

Re: [users@httpd] apr_off_t mismatch

2011-11-09 Thread Asaf Dalet
my module the sizeof is 424. what other details can i supply in order to get to the bottom of this? On Thu, Nov 10, 2011 at 12:51 AM, William A. Rowe Jr. wrote: > On 11/9/2011 3:07 PM, Asaf Dalet wrote: > >> Hi everyone, >> i have a problem which is bugging me for a couple

Re: [users@httpd] apr_off_t mismatch

2011-11-09 Thread Asaf Dalet
Wed, Nov 9, 2011 at 1:07 PM, Asaf Dalet wrote: > > Hi everyone, > > i have a problem which is bugging me for a couple of days now: > > > > i have a module written for apache 2.2.x and compiled as 32-bit on > solaris 9 > > SPARC 64-bit. > > i have a precompiled apa

[users@httpd] apr_off_t mismatch

2011-11-09 Thread Asaf Dalet
Hi everyone, i have a problem which is bugging me for a couple of days now: i have a module written for apache 2.2.x and compiled as 32-bit on solaris 9 SPARC 64-bit. i have a precompiled apache core on a different solaris 9 (also 64-bit). the problem: sizeof(request_rec) in the module <> sizeof(

[EMAIL PROTECTED] get module full path from module code

2007-02-02 Thread Asaf Dalet
Hi, I am writing an apache module. In the module code, on runtime, I want to know the directory of my module (to read a configuration file). for example: LoadModule mod_mymodule c:\my_module_path\my_module.so I want to be able to get the path: "c:\my_module_path\" is there a way to do it?

[EMAIL PROTECTED] bug 18388 (Set-Cookie header not honored on 304 (Not modified) status)

2006-07-09 Thread Asaf Dalet
Hi,   There was a fix for this bug that added AllowSetCookieOnNotModified to the Apache configuration file (see http://hypermail.linklord.com/new-httpd/2003/Jun/0679.html ).   Was this fix eventually applied? in what version? is there an option to set it programatically, from module code?   thanks