Re: Get Parameter from httpd.conf

2011-05-26 Thread Ray Morris
So you're asking how your module knows it's own configuration values? See the documentation first and then check ANY Module for examples. Virtually all modules have configuration. If you have any specific questions about parts of the documentation that you don't understand, let us know.

Re: [PATCH] New default sort order in Apache-Test-1.36 (WAS: test framework and latest Fedora)

2011-05-26 Thread Rainer Jung
Hi Fred, On 26.05.2011 02:15, Fred Moyer wrote: +1 Do you have commit privileges on Apache-Test? Surprise, yes :) Committed as r1127812. Regards, Rainer On Fri, May 20, 2011 at 1:51 PM, Rainer Jung rainer.j...@kippdata.de wrote: I noticed, that the SMOKE change in 1.36 also introduced

graceful restart detection in prefork mode

2011-05-26 Thread Petr Hracek
Dear developers, My situation is following: In my Apache2 running in prefork mode I have following situation. Whole pages (except loging page) are run over https (port 443) and authentication is done over my own module. When the most users are looking on the pages (https) then I would like to

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
Hi, How do you configure GracefulShutdownTimeout? 2011/5/26 Petr Hracek phrac...@gmail.com Dear developers, My situation is following: In my Apache2 running in prefork mode I have following situation. Whole pages (except loging page) are run over https (port 443) and authentication is

Re: graceful restart detection in prefork mode

2011-05-26 Thread Petr Hracek
It is not configured yet. I suggest that GracefulShutdownTimeout 0 as default is OK, right? 2011/5/26 MATSUMOTO Ryosuke matsu1...@gmail.com: Hi, How do you configure GracefulShutdownTimeout? 2011/5/26 Petr Hracek phrac...@gmail.com Dear developers, My situation is following: In my Apache2

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
GracefulShutdownTimeout valiue is zero as defualt. Setting this value to zero means that the server will wait indefinitely until all remaining requests have been fully served. 2011/5/26 Petr Hracek phrac...@gmail.com It is not configured yet. I suggest that GracefulShutdownTimeout 0 as

Re: RFC: aliasing/overriding virtualhosts/setting blocks

2011-05-26 Thread Rainer Jung
On 24.05.2011 10:23, Issac Goldstand wrote: A feature that I've kinda wanted for a long time has been the ability to alias and/or extend existing virtualhosts. Previously, this was just a minor pain that usually just came up when setting up a website with dual http and https. It was a bit

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
How do you configure KeepAliveTimeout? KeepAliveTimeout value is 15(sec) as default. The number of seconds Apache will wait for a subsequent request before closing the connection. 2011/5/26 MATSUMOTO Ryosuke matsu1...@gmail.com GracefulShutdownTimeout valiue is zero as defualt. Setting this

Re: RFC: aliasing/overriding virtualhosts/setting blocks

2011-05-26 Thread Issac Goldstand
On 26/05/2011 11:28, Rainer Jung wrote: On 24.05.2011 10:23, Issac Goldstand wrote: My third thought was similar. Create a new settings container, and allow that to be used as a macro anywhere else: NamedSettings name SomeOption SomeOtherOption /NamedSettings ... (anywhere else in

2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-26 Thread Issac Goldstand
I just upgraded a machine from 2.2.8 to 2.2.19 and suddenly Apache wouldn't let me run non-SSL vhosts on port 443. A snippet like below: VirtualHost a.b.c.d:443 DocumentRoot /home/foo/httpdocs ServerName foo Directory /home/foo/httpdocs/ allow from all Options +Indexes /Directory /VirtualHost

Re: 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-26 Thread Reindl Harald
Am 26.05.2011 11:10, schrieb Issac Goldstand: I just upgraded a machine from 2.2.8 to 2.2.19 and suddenly Apache wouldn't let me run non-SSL vhosts on port 443. A snippet like below: VirtualHost a.b.c.d:443 DocumentRoot /home/foo/httpdocs ServerName foo Directory /home/foo/httpdocs/

Re: 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-26 Thread Issac Goldstand
On 26/05/2011 12:16, Reindl Harald wrote: Am 26.05.2011 11:10, schrieb Issac Goldstand: I just upgraded a machine from 2.2.8 to 2.2.19 and suddenly Apache wouldn't let me run non-SSL vhosts on port 443. A snippet like below: VirtualHost a.b.c.d:443 DocumentRoot /home/foo/httpdocs

Re: graceful restart detection in prefork mode

2011-05-26 Thread Petr Hracek
No KeepAliveTimeout is 5 2011/5/26 MATSUMOTO Ryosuke matsu1...@gmail.com: How do you configure KeepAliveTimeout? KeepAliveTimeout value is 15(sec) as default. The number of seconds Apache will wait for a subsequent request before closing the connection. 2011/5/26 MATSUMOTO Ryosuke

An rfc2397 filter for httpd (data URI scheme)

2011-05-26 Thread Graham Leggett
Hi all, Would anyone object to adding a simple filter able to encode rfc2397 to httpd? http://tools.ietf.org/html/rfc2397 http://en.wikipedia.org/wiki/Data_URI_scheme Regards, Graham --

Re: 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-26 Thread Rainer Jung
On 26.05.2011 11:10, Issac Goldstand wrote: I just upgraded a machine from 2.2.8 to 2.2.19 and suddenly Apache wouldn't let me run non-SSL vhosts on port 443. A snippet like below: VirtualHost a.b.c.d:443 DocumentRoot /home/foo/httpdocs ServerName foo Directory /home/foo/httpdocs/ allow

RE: 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-26 Thread Plüm, Rüdiger, VF-Group
-Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Donnerstag, 26. Mai 2011 11:43 To: dev@httpd.apache.org Cc: us...@httpd.apache.org Subject: Re: 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443? On 26.05.2011 11:10, Issac

Access tuning module mod_vlimit

2011-05-26 Thread MATSUMOTO Ryosuke
Hi all, This is MATSUMOTO Ryosuke. I am apache module developer in Japan. My best access tuning module is mod_vlimit. mod_vlimit allows “Apache HTTP Server” administrators to limit the number of simultaneous connections(ex, perl php)  from all clients to the file or directory. Mod_vlimit do

Get Parameter from httpd.conf

2011-05-26 Thread Niko Goutte
Hi, I am currently implementing a module and for each HTTP GET request, I need to check its validity from another server. I want to put these specific IP/Port parameters into httpd.conf. Thus, each time a receive a GET request: 1/ I get specific IP/Port server values from httpd.conf. 2/ My

Access tuning module mod_vlimit

2011-05-26 Thread MATSUMOTO Ryosuke
Hi all, This is MATSUMOTO Ryosuke. I am apache module developer in Japan. My best access tuning module is mod_vlimit. mod_vlimit allows “Apache HTTP Server” administrators to limit the number of simultaneous connections(ex, perl php)  from all clients to the file or directory. Mod_vlimit do NOT

Re: svn commit: r1103315 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

2011-05-26 Thread Justin Erenkrantz
On Tue, May 24, 2011 at 8:53 PM, Ruediger Pluem rpl...@apache.org wrote: On 05/24/2011 07:41 PM, Justin Erenkrantz wrote: On Mon, May 23, 2011 at 8:08 PM, Ruediger Pluem rpl...@apache.org wrote: Indeed this sounds like a general problem, but ap_remove_output_filter does adjust r-output_filters