Re: Apache 2.0 module skeleton

2007-11-16 Thread Sam Carleton
On Nov 15, 2007 11:05 AM, Joe Lewis <[EMAIL PROTECTED]> wrote: > Graf László wrote: > > Hi all, > > > > Can somebody give a project skeleton for Apache 2.0 module? > > The tool is apxs. Google it for more information. You might even find > a link that looks l

Apache 2.0 module skeleton

2007-11-15 Thread Graf László
Hi all, Can somebody give a project skeleton for Apache 2.0 module? I need it for the development of a custom module for Apache 2.2.6 on Windows XP (SP2) and I have access to Microsoft Visual Studio 2005 and Microsoft Visual C++ 6.0. Thank you, -- Graf László

Testing mod_isapi r416293 on Apache 2.0/2.2

2006-07-04 Thread William A. Rowe, Jr.
also includes sources (apache2.2's identical to trunk, apache 2.0's includes the addition of a brigade_insert_file() function to resolve the missing feature of apr-util-0.9), used to compile these. They are companions to 2.0.58 or 2.2.2 so if you try testing earlier point releases you

RE: Apache 2.0 -> 2.2 Module upgrade...errors

2006-05-25 Thread Schwenker, Stephen
Thanks Paul, The extra --cppflags did it. It didn't work with just --cflags on it's own. Thank you, Steve. -Original Message- From: Paul Querna [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 1:09 PM To: dev@httpd.apache.org Subject: Re: Apache 2.0 -> 2.2 M

Re: Apache 2.0 -> 2.2 Module upgrade...errors

2006-05-25 Thread Paul Querna
Garrett Rooney wrote: On 5/25/06, Schwenker, Stephen <[EMAIL PROTECTED]> wrote: Hello, I'm trying to upgrade a 3rd party module from 2.0 to 2.2 and I'm getting the following errors. Can anyone help me figure out what the issue is? I'm not sure where to start. Thank you, Steve. g

Re: Apache 2.0 -> 2.2 Module upgrade...errors

2006-05-25 Thread Garrett Rooney
On 5/25/06, Schwenker, Stephen <[EMAIL PROTECTED]> wrote: Hello, I'm trying to upgrade a 3rd party module from 2.0 to 2.2 and I'm getting the following errors. Can anyone help me figure out what the issue is? I'm not sure where to start. Thank you, Steve. gcc -DHAVE_CONFIG_H -g -O2

Apache 2.0 -> 2.2 Module upgrade...errors

2006-05-25 Thread Schwenker, Stephen
Hello,   I'm trying to upgrade a 3rd party module from 2.0 to 2.2 and I'm getting the following errors.  Can anyone help me figure out what the issue is?  I'm not sure where to start.   Thank you,     Steve.         gcc -DHAVE_CONFIG_H -g -O2 -pthread -fPIC -DUSING_MIBII_SYSORTABLE_MODULE

Add new Handler/Filter in Apache 2.0

2006-05-03 Thread Tiago Semprebom
I need to insert a new Handler/Filter  for manipulate requests in Apache 2.0, How I can do It ?Thank's  in advanced  Tiago Semprebom Abra sua conta no Yahoo! Mail - 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz.

Re: apache 2.0 module code clean-up

2006-01-19 Thread Kaushal Jha
apologies. and thanks for taking the time to direct me to the correct list. :) -- -- Original Message --- From: Sander Temme <[EMAIL PROTECTED]> To: dev@httpd.apache.org Sent: Thu, 19 Jan 2006 09:38:15 -0800 Subject: Re: apache 2.0 module code clean-up > H

Re: apache 2.0 module code clean-up

2006-01-19 Thread Kaushal Jha
apologies. and thanks for the correct direction. :) -- -- Original Message --- From: Sander Temme <[EMAIL PROTECTED]> To: dev@httpd.apache.org Sent: Thu, 19 Jan 2006 09:38:15 -0800 Subject: Re: apache 2.0 module code clean-up > Hi Kaushal, > > Stuff like t

Re: apache 2.0 module code clean-up

2006-01-19 Thread Sander Temme
Hi Kaushal, Stuff like this is probably better discussed on the apache-modules list. You can subscribe to that at: http://modules.apache.org/subscribe On Jan 19, 2006, at 9:08 AM, Kaushal Jha wrote: how should I approach cleaning up this code (which spans multiple files) of all the null p

apache 2.0 module code clean-up

2006-01-19 Thread Kaushal Jha
hey guys, I have this module which runs from within apache2.0 and at times it results in segmentation faults. how should I approach cleaning up this code (which spans multiple files) of all the null pointer issues. is there some tool that could show me where the problem is at ? I am aw

making SSL connection in Apache 2.0

2005-12-04 Thread Lai Yiu Fai
I would like to write a module which requires to make outgoing SSL connection and read the response. Which set of function calls should I use to make it with best portability in both prefork and thread MPM? Would it be a problem if I use direct OpenSSL calls? Or mod_ssl provide these functions

Re: Apache 2.0.x Binary distribution for HPUX

2005-10-24 Thread chris
hi guys, it works fine for me this way ;o) thanks a lot ;o) Jeff Trawick wrote: On 10/21/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Jeff Trawick wrote: I use some hacks for binbuild-like binary distributions on HP-UX: a) add -Wl,+s for SHLIB_PATH (you tried that) It works nic

Re: Apache 2.0.x Binary distribution for HPUX

2005-10-21 Thread Jeff Trawick
On 10/21/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Jeff Trawick wrote: > > I use some hacks for binbuild-like binary distributions on HP-UX: > > > > a) add -Wl,+s for SHLIB_PATH (you tried that) > > It works nicely if you tweak libtool's archive_cmds from +b to +s +b > in the hpux* sect

Re: Apache 2.0.x Binary distribution for HPUX

2005-10-21 Thread William A. Rowe, Jr.
Jeff Trawick wrote: I use some hacks for binbuild-like binary distributions on HP-UX: a) add -Wl,+s for SHLIB_PATH (you tried that) It works nicely if you tweak libtool's archive_cmds from +b to +s +b in the hpux* section of acinclude.m4, aclocal.m4 and configure, also toggling... hardcode_

Re: Apache 2.0.x Binary distribution for HPUX

2005-10-21 Thread Jeff Trawick
On 10/21/05, chris <[EMAIL PROTECTED]> wrote: > I'm trying to build a binary distribution of Apache 2.0.54 for HPUX 32bits. > > I can build the binaries, and the tar.gz distrib file, but I can not > deploy it on other servers, since my httpd binary doesn't seem to be > properly linked. > > I build

Apache 2.0.x Binary distribution for HPUX

2005-10-21 Thread chris
Hello guys, I'm trying to build a binary distribution of Apache 2.0.54 for HPUX 32bits. I can build the binaries, and the tar.gz distrib file, but I can not deploy it on other servers, since my httpd binary doesn't seem to be properly linked. I build the distrib with the following command (d

Re: Apache 2.0 performance with and without SSI

2005-04-15 Thread leo
hi,   look this: <[EMAIL PROTECTED]> I made an enhacement to mod_include. It simply adds an HTML table at the end of document with all the SSI calls and execution time. It will not improve your performance, but it could help you in finding the bottlenecks. Let me know if you (or someone else) are

Re: Apache 2.0 performance with and without SSI

2005-04-15 Thread Joshua Slive
Please discuss this question on the users list. (But start by including such details as which mpm you are using and what you are using for testing.) Nitesh Naik wrote: Hi, I am Using apache-2.0.53. Without SSI ( mod_include.c ) Aapache serves approximately 6500 req/sec and with SSI apache proce

Apache 2.0 performance with and without SSI

2005-04-15 Thread Nitesh Naik
Hi, I am Using apache-2.0.53. Without SSI ( mod_include.c ) Aapache serves approximately 6500 req/sec and with SSI apache processes approximately 2500 req/sec. Is there any way I can increase the apache performance ? anything that I need to take care during apache compilation on AMD 64 Bit mac

Re: NetWare Builds and Apache 2.0-dev

2005-04-11 Thread William A. Rowe, Jr.
At 09:50 AM 4/11/2005, Brad Nicholes wrote: >The Linux build accomplishes the same thing through a simple symlink, which >neither Windows nor NetWare supports. Actually on Windows NT 5 filesystem (e.g. 2000+) reparse points work very nicely in most respects. See http://sysinternals.com/ and look

Re: NetWare Builds and Apache 2.0-dev

2005-04-11 Thread Brad Nicholes
g NetWare from source shouldn't be 'thrown' too far by a >documented need to create two extra memvars. >Regards, >Norm > >William A. Rowe, Jr. wrote: >>At 05:46 AM 4/10/2005, NormW wrote: >> >>>At the present time however, the Apache 2.0-dev trunk n

Re: NetWare Builds and Apache 2.0-dev

2005-04-10 Thread William A. Rowe, Jr.
a tagged package; just asking if the same >feature might not be extended to 2.0? >Anyone building NetWare from source shouldn't be 'thrown' too far by a >documented need to create two extra memvars. >Regards, >Norm > >William A. Rowe, Jr. wrote: >>At

Re: NetWare Builds and Apache 2.0-dev

2005-04-10 Thread NormW
rote: At the present time however, the Apache 2.0-dev trunk no longer provides APR and APR-Util below .\srclib (they are obtained separately), yet the build files for NetWare in Apache 2.0 still assume that is where the two libraries are located. They certainly should be present. It was never th

Re: NetWare Builds and Apache 2.0-dev

2005-04-10 Thread William A. Rowe, Jr.
At 05:46 AM 4/10/2005, NormW wrote: >At the present time however, the Apache 2.0-dev trunk no longer provides APR >and APR-Util below .\srclib (they are obtained separately), yet the build >files for NetWare in Apache 2.0 still assume that is where the two libraries >are lo

NetWare Builds and Apache 2.0-dev

2005-04-10 Thread NormW
Greetings All, In recent times the NetWare build files for Apache 2.1 were modified to support APR and APR-Util in locations other than http\srclib, a worthy advance given the current discussion to break out separate libraries. At the present time however, the Apache 2.0-dev trunk no longer

Re: iSeries Apache 2.0.x - where is ap_mpm_query equivalent ?

2005-03-23 Thread Henri Gomez
Well I've got some answers from IBM Rochester Labs. The ap_mpm is supported on iSeries and the PTF SI17402, for product 5722-DG1, export it correctly and make ap_mpm.h. So upgrade your iSeries Apache 2.0 :) On Tue, 22 Mar 2005 15:19:23 +0100, Henri Gomez <[EMAIL PROTECTED]> wrote:

iSeries Apache 2.0.x - where is ap_mpm_query equivalent ?

2005-03-22 Thread Henri Gomez
mod_jk.c #if APR_HAS_THREADS #ifndef AS400 if (ap_mpm_query(AP_MPMQ_MAX_THREADS, &mpm_threads) != APR_SUCCESS) mpm_threads = 1; #endif #endif Now will working on jk 1.2.9 and the ap_mpm_query is still missing. Questions : - First, Did IBM still support Apache 2.0.x on iSeries ?

possible bug in Apache 2.0 (sending chunked body with HTTP/1.0)

2004-12-06 Thread Dave O'Hair
This is low priority. The only reason I'm hitting it is because I'm working with a custom Apache module that does URL-based redirection to an Application Server, and I've managed to work around it pretty easily. I doubt anyone using Apache out of the box would ever see it. When SSL is being used

Installation of Apache 2.0 on Linux with SSL support is failing

2004-09-03 Thread siba.dora
t open ssl folder. How should I install the same on apache 2.0? Do I need to build open ssl also ? Do reply Thanks in advance shiva Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addres

[PATCHLET] Apache 2.0 - Expand --with-module

2004-09-01 Thread Jim Jagielski
I'd like to propose this patch for Apache 2.0/2.1. Basically, occasionally, I like to build in some development modules but as statically linked, not as DSOs. What I like to do is create a small local directory under ./modules and populate that with the required Makefile.in and config.m4

Re: Apache 2.0 Seg Faults when using mod_disk_cache

2004-08-31 Thread Bill Stoddard
Michael Corcoran wrote: Hello, I've run into a very easily reproducible situation that is causing Apache to seg fault. I'm using Apache 2.0.50 with the worker MPM, mod_proxy and mod_disk_cache (and a few other misc mods). I backported mod_cache/mod_mem_cache/mod_disk_cache from 2.1 into 2.0 a few

Apache 2.0 Seg Faults when using mod_disk_cache

2004-08-30 Thread Michael Corcoran
threads. This problem shows up when I run a moderate stress test on the proxy. The stress test is just a bunch of get request against the /manual/ part of a default Apache 2.0 install. I've test on Solaris 8 and Linux 7.3 with the same results. Here is the backtrace... (gdb) bt #0 0

Re: apache 1.3.29 & apache 2.0.X pool problems and analysis

2004-03-12 Thread Sander Striker
On Fri, 2004-03-12 at 04:21, Bojan Smojver wrote: > Quoting Mark Rowe <[EMAIL PROTECTED]>: FYI, I'll only speak for APR/Apache 2.0. 1.3 has a somewhat different implementation. > > Check out this further pool test, > [...] > > apr_pool_c

Re: apache 1.3.29 & apache 2.0.X pool problems and analysis

2004-03-11 Thread Bojan Smojver
Quoting Mark Rowe <[EMAIL PROTECTED]>: > Check out this further pool test, > > > Using apache 2.0.48 > > I defined tenbyte_string as the > constant string "0123456789" > which is 10 bytes long. This would probably be 11 bytes, plus maybe a few extra for alignment. Not a big difference probably

apache 1.3.29 & apache 2.0.X pool problems and analysis

2004-03-11 Thread Mark Rowe
ed. Just for fun I wrote some equivalent code using calloc, strlen, strcpy, free and pstrdup. At 30,000 iterations the child took 2.2 MB and 265 seconds. Base child for mod_example was about 2 MB when child was done child RAM usage dropped back down to about 2 MB. At 30,000 iterations: So malloc, c

Re: Apache 2.0 FAQ

2004-02-19 Thread André Malo
* Bill Stoddard <[EMAIL PROTECTED]> wrote: > what is the state of the Apache 2.0 FAQ? It's not clear to me how all the > pieces, index.html, index.xml, all_in_one.xml, all_in_one.html, > index.html.en, et.al. should fit together. For instance, faq/index.html.en > has infor

Apache 2.0 FAQ

2004-02-19 Thread Bill Stoddard
what is the state of the Apache 2.0 FAQ? It's not clear to me how all the pieces, index.html, index.xml, all_in_one.xml, all_in_one.html, index.html.en, et.al. should fit together. For instance, faq/index.html.en has information that is -not- in faq/index.xml. Is this broken or do I jus

Re: Apache 2.0 Uptake thoughts

2003-11-15 Thread TOKILEY
ed ) and finally put the nails in the coffin lid. - Re-open 1.3 for additions, changes, new things, since it's obvious ( by now ) that the majority of Apache users don't even need/want 2.x. - Maintain active development on ALL versions of Apache. Maybe the simple reason a lot of peo

RE: Apache 2.0 Uptake thoughts

2003-11-14 Thread Peter J. Cranstone
y servers have they shipped? Thanks Peter -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 1:33 AM To: [EMAIL PROTECTED] Subject: Apache 2.0 Uptake thoughts For those interested in the question of Apache 2.0 uptake, my favorite reso

Apache 2.0 Uptake thoughts

2003-11-14 Thread William A. Rowe, Jr.
For those interested in the question of Apache 2.0 uptake, my favorite resource is http://www.securityspace.com/s_survey/data/index.html - where you get gobs of details. The upgrade/downgrade report helps identify if a release was a winner (mostly upgrading to, or through, that version) - or a

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-28 Thread Joe Schaefer
[EMAIL PROTECTED] writes: > [...] > > > > Why don't you just write a fixup handler with libapreq-2? > > AFAICT libapreq-2's mod_apreq (filter) handles these details > > for you. > > > > I did have the sense that what I was trying to do running under the > HTTP_IN filter an impossible task to ac

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-28 Thread albertochan
[...] > > Why don't you just write a fixup handler with libapreq-2? > AFAICT libapreq-2's mod_apreq (filter) handles these details > for you. > I did have the sense that what I was trying to do running under the HTTP_IN filter an impossible task to achieve. That is until I took a look at libapr

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-25 Thread Joe Schaefer
[EMAIL PROTECTED] writes: [...] > The question is how can I ask CORE_IN for the request line, > http headers and request body without causing it to be > consumed? Why don't you just write a fixup handler with libapreq-2? AFAICT libapreq-2's mod_apreq (filter) handles these details for you. [.

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-25 Thread albertochan
Hi, >> The only way I can see where I will have the ability >> to insert those HTTP inbound request headers is if >> my filter runs between the CORE_IN and the HTTP_IN >> input filter, > > I'm afraid this is true... Does anyone else have a better idea? After a few days of reseach, it seems l

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-21 Thread Todd
I'm just looking for a fix to this problem. Granted that this is a security issue specifically in this case b/c the header turns out to be a Client Cert. I am not sure where the bug is, my guess is it's in mod-headers if that is the case, a plain HTTP header that is multi-line would be corrupted

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-19 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: Be careful you have configuration to avoid buffering the entire .iso file that somebody tries to copy to their DAV filesystem. And your configuration may be roll-your-own w.r.t. selecting which request objects to operate on since you may have to make your decisions be

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-19 Thread albertochan
> Be careful > you have configuration to avoid buffering the entire .iso file that > somebody tries to copy to their DAV filesystem. And your configuration > may be roll-your-own w.r.t. selecting which request objects to operate > on since you may have to make your decisions before Apache has

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-19 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: The only way I can see where I will have the ability to insert those HTTP inbound request headers is if my filter runs between the CORE_IN and the HTTP_IN input filter, I'm afraid this is true... Does anyone else have a better idea? in which case I will need a properly p

RE: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-18 Thread Resume
please remove my address from this mailing list as I was never asked to be put on. Thank you -Original Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 7:56 AM To: [EMAIL PROTECTED] Subject: Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-18 Thread albertochan
Hi, > > Does your module needs to read and examine the request body (POST data) > prior to inserting the HTTP request headers, Yes, the module needs the ability to look at the request body, and based on its content, add the necessary HTTP request headers if required for the web application to

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-18 Thread William A. Rowe, Jr.
At 06:17 AM 2/14/2003, Graham Leggett wrote: >Maik Mueller wrote: > >>Putting arbitrary 8bit characters into headers makes me feel a bit uneasy >>but I couldn't find a quote that this is forbidden. > >Looking at this further, the header value is defined as TEXT. TEXT is defined as >OCTETs that are

Re: Input filter and setting HTTP headers in Apache 2.0

2003-09-18 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: I am writing a module need to be able to examine POST data, and insert inbound HTTP request headers after my code has been run by apache so that: Does your module needs to read and examine the request body (POST data) prior to inserting the HTTP request headers, or are th

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-18 Thread Todd
Hi 1. So whatever happened to this code? 2. Did this ever make it into Apache 2.0.44 and later? Thanks. --- In [EMAIL PROTECTED], Maik Mueller <[EMAIL PROTECTED]> wrote: > Hello Graham, > > Friday, February 14, 2003, 12:17:23 PM, you wrote: > > GL> Looking at this further, the header valu

Input filter and setting HTTP headers in Apache 2.0

2003-09-17 Thread albertochan
to the HTTP inbound request headers generated at runtime (mod_header can't help me) by my code. A web application in this case could be one of the following (not exhaustive): * a native apache 2.0 module * mod_jk with Tomcat on the back end actually running the applic

Re: Apache 2.0 mod_cache

2003-07-24 Thread Eric Prud'hommeaux
On Wed, Jul 23, 2003 at 03:52:43PM -0700, James B Robinson wrote: > Yo, Eric > > Imagine my surprise while perusing the changelogs for Apache to run across: > > *) mod_disk_cache works much better. This module should still > be considered experimental. [Eric Prud'hommeaux] > > I've just s

Re: [users@httpd] apache 2.0.x freezing when using perchild MPM

2003-06-23 Thread Michael Glasgow
ds-shared=all --with-mpm=perchild - --enable-ssl Any ideas? I need mpm_perchild, otherwise I won't migrate this webserver to Apache 2.0 - yet. :-) thanks, - -- Borut Mrak, [EMAIL PROTECTED] PGP: finger [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- iD8DBQE+1ftyRUVvbWYRhIIRAiolAKDO

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-25 Thread André Schild
William A. Rowe, Jr. schrieb: At 02:20 PM 3/25/2003, André Schild wrote: William A. Rowe, Jr. schrieb: Apache 2.0 testers, can you please help move forward the next HTTPD release by checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? The SSLMutex always creates this message in

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-25 Thread William A. Rowe, Jr.
At 02:20 PM 3/25/2003, André Schild wrote: >William A. Rowe, Jr. schrieb: > >>Apache 2.0 testers, >> >> can you please help move forward the next HTTPD release by >>checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? > >The SSLMutex always creates this m

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-25 Thread André Schild
William A. Rowe, Jr. schrieb: Apache 2.0 testers, can you please help move forward the next HTTPD release by checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? This should look something like; Hello I did the RC1 build for win32. So far it looks good, rotatelogs/pipe logs seems to work

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-25 Thread Greg Ames
Greg Ames wrote: can you please help move forward the next HTTPD release by checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? I'm done testing and happy with it on daedalus, with the patch to buildconf of course. I intend to bounce the production server over to this build later today, o

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-25 Thread Jeff Trawick
William A. Rowe, Jr. wrote: Apache 2.0 testers, can you please help move forward the next HTTPD release by checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? This should look something like; WROWE_2_0_45_RC1 looks good for me on Unix (prefork, worker MPMs on Linux and AIX)

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-24 Thread André Malo
* William A. Rowe, Jr. wrote: > Oh - testing before/after with httpd-test/perl-framework really helps justify > the patch - especially if you can create a scenario if none exists already. Since the fixes I want to test only affect non-unices ... is there a way to let it run under win32? (I don't

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-24 Thread Greg Ames
William A. Rowe, Jr. wrote: Apache 2.0 testers, can you please help move forward the next HTTPD release by checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? It's running on port 8092 on apache.org if anyone wants to check it out there. My initial tests look fine, but I'm too bu

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-24 Thread William A. Rowe, Jr.
At 04:47 PM 3/24/2003, André Malo wrote: >* William A. Rowe, Jr. wrote: > >> Apache 2.0 testers, >> >> can you please help move forward the next HTTPD release by >> checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? This >> should look something li

Re: Testers; Apache 2.0 release candidate is tagged

2003-03-24 Thread André Malo
* William A. Rowe, Jr. wrote: > Apache 2.0 testers, > > can you please help move forward the next HTTPD release by > checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? This > should look something like; Just a question: does it mean, there's no chance to get the out

Testers; Apache 2.0 release candidate is tagged

2003-03-24 Thread William A. Rowe, Jr.
Apache 2.0 testers, can you please help move forward the next HTTPD release by checking out httpd-2.0 from the WROWE_2_0_45_RC1 tag? This should look something like; cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login [password is "anonymous" without the quotes] cvs -d :pser

[PATCH] Apache 2.0 Proxy & Windows Update

2003-03-24 Thread Tikka, Sami
Apache2 proxy seems to drop Content-Length header from replies to HEAD requests. This is very bad for Microsoft's Windows Update system (and against HTTP spec). The problem is caused by CONTENT_LENGTH output filter setting Content-Length header to zero because there is no body data. Later on Apache

Re: [PATCH] Re: Apache 2.0 download problem

2003-02-28 Thread Erik Abele
Greg Ames wrote: D'oh! I must have fat fingered it somehow. Sorry. (writes 50 times on the whiteboard: I will do "cvs diff" before "cvs commit" I will do "cvs diff" before "cvs commit" I will do "cvs diff" before "cvs commit

Re: [PATCH] Re: Apache 2.0 download problem

2003-02-28 Thread Greg Ames
Erik Abele wrote: Greg Ames wrote: Patch applied and that directory cvs up'd on daedalus. Thanks, Erik. What I didn't do (and your patch didn't do either) is change the reference in README.html to a "small patch for a small problem" pointing to apache_2.0.43-win9x-x86-apr-patch.zip . I don't

[PATCH] Re: Apache 2.0 download problem

2003-02-28 Thread Erik Abele
Greg Ames wrote: Erik Abele wrote: Therefore I sent the attached patch some days ago ;-) Patch applied and that directory cvs up'd on daedalus. Thanks, Erik. What I didn't do (and your patch didn't do either) is change the reference in README.html to a "small patch for a small problem" pointing

Re: Apache 2.0 download problem

2003-02-28 Thread Greg Ames
Erik Abele wrote: Got a ton of those lately... It's proably because http://nagoya.apache.org/mirror/httpd/binaries/win32/ Advertises that the last stable version is 2.0.43, while in the files we have 2.0.44... Therefore I sent the attached patch some days ago ;-) Can somebody please apply it to

Re: Apache 2.0 download problem

2003-02-28 Thread Erik Abele
TED]> > Date: Fri, 28 Feb 2003 03:20:50 -0800 > To: <[EMAIL PROTECTED]> > Subject: Apache 2.0 download problem > > > Hi Pier, > > I've just tried to download the last distribution of the Apache web server > (for Win32) from several download mirrors (includ

FW: Apache 2.0 download problem

2003-02-28 Thread Pier Fumagalli
gt; Reply-To: <[EMAIL PROTECTED]> Date: Fri, 28 Feb 2003 03:20:50 -0800 To: <[EMAIL PROTECTED]> Subject: Apache 2.0 download problem Hi Pier, I've just tried to download the last distribution of the Apache web server (for Win32) from several download mirrors (including your serv

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-14 Thread Maik Mueller
Hello Graham, Friday, February 14, 2003, 12:17:23 PM, you wrote: GL> Looking at this further, the header value is defined as TEXT. TEXT is GL> defined as OCTETs that are not control characters. An OCTET is an 8 bit GL> character. As far as I can see it should be up to the entity putting GL> data

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-14 Thread Graham Leggett
Maik Mueller wrote: Putting arbitrary 8bit characters into headers makes me feel a bit uneasy but I couldn't find a quote that this is forbidden. Looking at this further, the header value is defined as TEXT. TEXT is defined as OCTETs that are not control characters. An OCTET is an 8 bit chara

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-14 Thread Maik Mueller
Hello Graham, GL> I overhauled mod_headers for Apache v2.0, so I am pretty confident it is GL> a bug. I will look at it sometime this weekend. I agree with you that breaking multiple lines with CRLF and adding HT to the following line will fix the bug of potentially building illegal headers from e

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-13 Thread Graham Leggett
Maik Mueller wrote: I'm neither the author of mod_headers nor can I see a bug in the current behaviour. I overhauled mod_headers for Apache v2.0, so I am pretty confident it is a bug. I will look at it sometime this weekend. You have to do both in any case. The check itself causes the perform

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-13 Thread Maik Mueller
Graham Leggett wrote: Maik Mueller wrote: I don't consider the behaviour of mod_headers as a bug. The point is that the content of the environment variable SSL_CLIENT_CERT isn't formatted according to the rules for folding headers onto multiple lines. The job of formatting the header onto mu

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-13 Thread Graham Leggett
Maik Mueller wrote: I don't consider the behavior of mod_headers as a bug. The point is that the content of the environment variable SSL_CLIENT_CERT isn't formatted according to the rules for folding headers onto multiple lines. The job of formatting the header onto multiple lines should be the

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-13 Thread Maik Mueller
Hi Erik, > Hi Maik, > Just post it here or to the docs-list ([EMAIL PROTECTED]) as a unified > diff patch (diff -u). But please be aware, that we are generating the > whole > documentation from XML source. Therefore you should patch these instead of > the HTML files. Yes, I have already learned tha

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-13 Thread Maik Mueller
Hello Graham, Wednesday, February 12, 2003, 12:24:47 PM, you wrote: GL> Maik Mueller wrote: >> 1. SSL_CLIENT_CERT produces multi-line output and the RequestHeader >> directive isn't able to transfer it into a correct multi-line HTTP header. GL> As I understand it, headers may span multiple line

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-12 Thread Erik Abele
Hi Maik, > And here follows the patch (My proposed changes to the HTML docu are now not > included in the patch. Please advice me if and how to post this changes to > mod_headers.html.en) Just post it here or to the docs-list ([EMAIL PROTECTED]) as a unified diff patch (diff -u). But please be a

RE: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-12 Thread Maik Mueller
> Cool.. > Can you please post the patch to the list, so that ppl can review the > code, > and give their comments. > -Madhu No problem! Here is my short README describing the patch and its history form Apache version 2.0.43 to 2.0.44: Hello! This is the distribution point for th

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-12 Thread Graham Leggett
Maik Mueller wrote: 1. SSL_CLIENT_CERT produces multi-line output and the RequestHeader directive isn't able to transfer it into a correct multi-line HTTP header. As I understand it, headers may span multiple lines (correct me if I am wrong). Therefore if RequestHeader isn't able to handle mul

Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-12 Thread Maik Mueller
Hello All, I want to provide updated information to my earlier described scenario using mod_ssl + mod_proxy + mod_headers: Component: Web Browser --- Proxy (mod_proxy) --- Web Server SSL Role: SSL Client --- SSL server | SSL Client --- SSL Server The following discussion focuses

RE: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-11 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
>Cc: [EMAIL PROTECTED] >Subject: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 >(mod_ssl, mod_proxy, mod_headers) > > >Hello All, > >I want to provide updated information to my earlier described >scenario using >mod_ssl + mod_proxy + mod_headers: >Co

Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-11 Thread Maik Mueller
Hello All, I want to provide updated information to my earlier described scenario using mod_ssl + mod_proxy + mod_headers: Component: Web Browser --- Proxy (mod_proxy) --- Web Server SSL Role: SSL Client --- SSL server | SSL Client --- SSL Server The following discussion focuses

Re: Apache 2.0

2003-01-21 Thread Pier Fumagalli
ache (because multi threaded >>> support) WebServer 2.0.43.Does Apache 2.0 support any of Apache JServ >>> versions which is 1.0.x or 1.1.x. Or any other alternate to use JServ with >>> Aache 2.0.43. Anybody has any pointers??. >> >> Urm, you should perha

Re: Apache 2.0

2003-01-21 Thread Henri Gomez
Thom May wrote: * Guntupalli, Santhi ([EMAIL PROTECTED]) wrote : Hi, Currently I am using HTTP Apache WebServer 1.3.9 with apache JServ 1.0 or 1.1 . I want to move to HTTP Apache (because multi threaded support) WebServer 2.0.43.Does Apache 2.0 support any of Apache JServ versions which is

Re: Apache 2.0

2003-01-21 Thread Pier Fumagalli
"Thom May" <[EMAIL PROTECTED]> wrote: > * Guntupalli, Santhi ([EMAIL PROTECTED]) wrote : >> Hi, >> Currently I am using HTTP Apache WebServer 1.3.9 with apache JServ >> 1.0 or 1.1 . I want to move to HTTP Apache (because multi threaded >> support) We

Re: Apache 2.0

2003-01-21 Thread Thom May
* Guntupalli, Santhi ([EMAIL PROTECTED]) wrote : > Hi, > Currently I am using HTTP Apache WebServer 1.3.9 with apache JServ > 1.0 or 1.1 . I want to move to HTTP Apache (because multi threaded > support) WebServer 2.0.43.Does Apache 2.0 support any of Apache JServ > versio

Apache 2.0

2003-01-21 Thread Guntupalli, Santhi
Title: Apache 2.0 Hi,     Currently I am using HTTP Apache WebServer 1.3.9 with apache JServ 1.0 or 1.1 . I want to move to  HTTP  Apache (because multi threaded support) WebServer 2.0.43.Does Apache 2.0  support any of Apache JServ versions which is 1.0.x or 1.1.x.  Or any other

Access request_rec from a connection filter in Apache 2.0

2003-01-17 Thread Michael Corcoran
) and retrieve data that I set in a previous stage (like the fixup stage). I'm not too sure of the best way to do this, or if it even makes sense given the structure of Apache 2.0 filtering. But basically, what I'm looking for is to access to the raw output of the server (full Headers and

Re: Writing new module for Apache 2.0

2002-11-20 Thread Jeff Trawick
"Prajakt Deolasee" <[EMAIL PROTECTED]> writes: > static void xyz_register_hook(apr_pool_t *p) > { > xyz_hook_response_handler(ap_xyz_response_handler, NULL, NULL, >APR_HOOK_REALLY_LAST); > } ... > But this function is never called. Can somebody tell me whats wrong with this. If you hook it

Writing new module for Apache 2.0

2002-11-20 Thread Prajakt Deolasee
Hi All, I am trying to write a new module for post processing of the response. I am using Apache 2.0 as a reverse proxy. I wrote a modeul called mod_xyz. Apache could load the module properly and the xyz_register_hook method was also called properly. In the "hook" function I wrote foll

Apache 2.0 OpenSSL error

2002-09-18 Thread Estrade Matthieu
Hi, for few days, i am stressing my apache 2.0.40 with reverse proxy with a tools named Silkperformer. i have a really strange error, coming up often on some basic requests: the request is http://web2.test.com/manual/images/pixel.gif [Wed Sep 18 12:24:04 2002] [error] SSL error on reading data

Re: [PATCH]: Module Magic Number Glossary for Apache 2.0

2002-09-17 Thread Joshua Slive
Bojan Smojver wrote: > I guess the HTML file would get generated automatically, but I'm > attaching it anyway. Thanks. Both the FAQ and glossary entries are committed. Joshua.

[PATCH]: Module Magic Number Glossary for Apache 2.0

2002-09-16 Thread Bojan Smojver
I guess the HTML file would get generated automatically, but I'm attaching it anyway. Bojan --- httpd-2.0-vanilla/docs/manual/glossary.xml Sat Sep 7 05:07:36 2002 +++ httpd-2.0/docs/manual/glossary.xml Tue Sep 17 15:20:07 2002 @@ -226,6 +226,16 @@ modules. See: Module Index +Module Magic

  1   2   3   >