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
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ó
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
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
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
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
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
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.
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
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
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
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
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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:
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 ?
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
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
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
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
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
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
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
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
* 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
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
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
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
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
[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
[...]
>
> 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
[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.
[.
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
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
[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
> 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
[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
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
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
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
[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
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
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
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
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
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
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
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
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
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)
* 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
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
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
* 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
>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
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
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
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
"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
* 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
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
) 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
"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
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
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
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.
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 - 100 of 298 matches
Mail list logo