mod-vhost-ldap contributed as part of httpd

2011-06-08 Thread Ondřej Surý
o git repository) O. -- Ondřej Surý

Re: Per request DocumentRoot

2011-06-06 Thread Ondřej Surý
On Sun, Jun 5, 2011 at 23:44, Stefan Fritsch wrote: > On Tuesday 17 May 2011, Ondřej Surý wrote: >> this is the semi-annual ping to check whether I can find enough >> support to get per request r->document_root implemented in 2.3.x. > > Something like that is now implemen

Re: ideas about 'ap_rputs'

2011-05-30 Thread Ondřej Surý
> I know that function are preferred to macro and that names of macro should > be in uppercase by convention, but please give me a feed back if you think > it could be a win. Have you checked the generated code? It could be the case that the compiler is smart enough to optimize the code even wit

Re: RFC: aliasing/overriding virtualhosts/setting blocks

2011-05-24 Thread Ondřej Surý
Why not: include name-host.conf ssl_stuff include name-host.conf Also for IPv6 you can simply do: ... Ondřej Surý On 24.5.2011, at 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 v

Re: Per request DocumentRoot

2011-05-17 Thread Ondřej Surý
Or implement it in some another way. Or . It is really a blocker if users of my mod-vhost-ldap (and any other vhost modules) want to rewrite document root (for PHP f.e.). O. On Wed, Oct 27, 2010 at 09:57, Ondřej Surý wrote: > Hi, > > I would like to raise this issue again.  The proposed

Re: SetVirtualDocumentRoot / per request document root / context root?

2010-12-20 Thread Ondřej Surý
On Mon, Dec 20, 2010 at 00:27, Stefan Fritsch wrote: > On Monday 13 December 2010, William A. Rowe Jr. wrote: >> On 12/13/2010 4:35 AM, Stefan Fritsch wrote: >> > On Monday 13 December 2010, Ondřej Surý wrote: >> >> On Mon, Dec 13, 2010 at 04:15, William A. Row

Re: SetVirtualDocumentRoot / per request document root / context root?

2010-12-13 Thread Ondřej Surý
On Mon, Dec 13, 2010 at 11:35, Stefan Fritsch wrote: > On Monday 13 December 2010, Ondřej Surý wrote: >> On Mon, Dec 13, 2010 at 04:15, William A. Rowe Jr. clan.net> wrote: >> > On 12/12/2010 4:23 PM, Stefan Fritsch wrote: >> >> On Wednesday 10 November 2010,

Re: SetVirtualDocumentRoot / per request document root / context root?

2010-12-13 Thread Ondřej Surý
ves exists. In this situation we became no chance * by the API to setup our default per-server config so we have to * on-the-fly assume we have the default config. But because the default * config has a disabled rewriting engine we are lucky because can * just stop operating now. */ if (conf->server != r->server) { return DECLINED; } Ondrej -- Ondřej Surý

Re: Generic way how to inject configuration from one module to another

2010-11-25 Thread Ondřej Surý
Hi Guenter, thanks for the patch. It's the example of how I don't want to do it :-). I don't want to have code specific to the module I modify (zend_* in your patch). Ondrej On Thu, Nov 25, 2010 at 11:10, Guenter Knauf wrote: > Hi Ondřej, > Am 25.11.2010 10:33, schrieb Ond

Generic way how to inject configuration from one module to another

2010-11-25 Thread Ondřej Surý
ay so when mod_php5 is run it has the correct value of php_engine (the one from LDAP). Ondrej -- Ondřej Surý

Re: Per request DocumentRoot

2010-10-27 Thread Ondřej Surý
od_rewrite for -f and -d to work. As far as I can see, the moving the document_root to request_rec is only viable solution in the long run for virtualization modules. Ondrej On Thu, Aug 5, 2010 at 11:53, Ondřej Surý wrote: > On Thu, Aug 5, 2010 at 10:25, William A. Rowe Jr. wrote: >> O

Re: Per request DocumentRoot

2010-08-05 Thread Ondřej Surý
On Thu, Aug 5, 2010 at 10:25, William A. Rowe Jr. wrote: > On 8/5/2010 3:22 AM, Ondřej Surý wrote: >> William, >> >> On Thu, Aug 5, 2010 at 10:18, William A. Rowe Jr. >> wrote: >>> On 8/5/2010 3:12 AM, Ondřej Surý wrote: >>>> I have a questio

Re: Per request DocumentRoot

2010-08-05 Thread Ondřej Surý
William, On Thu, Aug 5, 2010 at 10:18, William A. Rowe Jr. wrote: > On 8/5/2010 3:12 AM, Ondřej Surý wrote: >> I have a question how to proceed. Is there really no interest in doing >> this? (And fixing mod-vhost-alias as well.) >> >> Or should I fill the b

Re: Per request DocumentRoot

2010-08-05 Thread Ondřej Surý
I have a question how to proceed. Is there really no interest in doing this? (And fixing mod-vhost-alias as well.) Or should I fill the bug and attach the patch? Or ...? Thanks, Ondrej On Mon, Jul 19, 2010 at 09:30, Ondřej Surý wrote: >>> We could do something interesting with movin

Re: Per request DocumentRoot

2010-07-19 Thread Ondřej Surý
nly, however I'm not sure it it's complete. I hope I found all places where new request_rec is initialized, but I may have missed something. Ondrej -- Ondřej Surý http://blog.rfc1925.org/ Index: server/core.c === --- server/c

Re: Per request DocumentRoot

2010-07-07 Thread Ondřej Surý
On Wed, Jul 7, 2010 at 13:32, William A. Rowe Jr. wrote: > On 7/6/2010 12:24 PM, Anders Kaseorg wrote: >> On Tue, 2010-07-06 at 10:50 +0200, Ondřej Surý wrote: >>> I am a author of mod-vhost-ldap module and I have received complaints >>> about DocumentRoot being unstab

Per request DocumentRoot

2010-07-06 Thread Ondřej Surý
(request rec r) is used by some modules maintained within tree (most notable mod_rewrite). -- Ondřej Surý http://blog.rfc1925.org/