RE: Code update to handle apache dynamic configuration updates to httpd.conf.

2005-12-21 Thread Ondrej Sury
block through round hole simply doesn't work, use KISS principle (Keep It Simple, Stupid). Ondrej. -- Ondrej Sury [EMAIL PROTECTED]

RFC: mod_epp module for EPP protocol processing

2005-12-20 Thread Ondrej Sury
excelent framework for creating network enabled applications with safe arbitrary string processing and memory allocations. What do other people think about this? Ondrej. -- Ondrej Sury [EMAIL PROTECTED]

Support for Server Name Indication (Was: NameVirtualHosts SSL)

2005-11-09 Thread Ondrej Sury
On Tue, 2005-11-08 at 11:24 -0600, William A. Rowe, Jr. wrote: Ondrej Sury wrote: Just a thought... Wouldn't it be possible to solve this by extending HTTP to support something similar to STARTTLS from IMAP/SMTP? Dudes, it's already published in http://rfc.net/rfc2818.html - yet

Re: NameVirtualHosts SSL

2005-11-08 Thread Ondrej Sury
to support something similar to STARTTLS from IMAP/SMTP? Ie. instead of submitting: GET / HTTP/1.0 Host: foobar.tld browser would do: STARTTLS foobar.tld encrypted comm Ondrej. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [pre-release] 2.0.55 *candidate* available for testing

2005-10-13 Thread Ondrej Sury
there are propably a bit different *standards* how is package provided in DEB and RPM world, ie. debianers are not used to compile packages themselves a lot, they use packages provided by their distribution. O. P.S.: Please, keep it cool and don't flame. -- Ondrej Sury [EMAIL PROTECTED] signature.asc

Re: Should exist: mod_log_dbus?

2005-10-13 Thread Ondrej Sury
with providers patch. It should be fairy easy to write provider for something like dbus. Ondrej. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [pre-release] 2.0.55 *candidate* available for testing

2005-10-13 Thread Ondrej Sury
of this group of people. Then I would suggest to provide _clean_ .tar.gz not including any .spec or whatever and *also* provide .src.rpm package for bleeding edge testers. How does it sound to you? Ondrej. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed

Re: [PATCH] Re: Pluggable mod_log_config

2005-10-04 Thread Ondrej Sury
for netcat. Ondrej. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [PATCH] Re: Pluggable mod_log_config

2005-10-04 Thread Ondrej Sury
. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [PATCH] Re: Pluggable mod_log_config

2005-10-04 Thread Ondrej Sury
On Tue, 2005-10-04 at 14:06 +0100, Colm MacCarthaigh wrote: On Tue, Oct 04, 2005 at 02:59:40PM +0200, Ondrej Sury wrote: No, it cannot be implemented with two netcat commands (just tried it). Sure, it can, use my Multicast Netcat; Didn't know that anything like that exists. My comment

Re: Pluggable mod_log_config

2005-10-03 Thread Ondrej Sury
of luck and this could also be solved by making plugging more general. Ondrej. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: Pluggable mod_log_config

2005-10-03 Thread Ondrej Sury
On Mon, 2005-10-03 at 09:19 -0400, Brian Akins wrote: Ondrej Sury wrote: Even now when you want to make some log files buffered and some not you are out of luck and this could also be solved by making plugging more general. Ok I see what you mean and I agree. Maybe something stupid

Re: Pluggable mod_log_config

2005-10-03 Thread Ondrej Sury
On Mon, 2005-10-03 at 09:35 -0400, Brian Akins wrote: Ondrej Sury wrote: You also need to store which writer to use in each config_log_state. This is already done. Nope, (void *)cls-log_writer is pointer to log file descriptor. Also, init is called for each CustomLog config entry. Yep

Re: Pluggable mod_log_config

2005-10-03 Thread Ondrej Sury
On Mon, 2005-10-03 at 10:26 -0400, Brian Akins wrote: Ondrej Sury wrote: Nope, (void *)cls-log_writer is pointer to log file descriptor. this can be anything. (it's a void). In some modules I have written, it's a wrapper around a socket. See, open_config_log cls-log_writer

Re: [PATCH] Re: Pluggable mod_log_config

2005-10-03 Thread Ondrej Sury
(...), but it will make writing addon modules much cleaner. Ondrej. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Pluggable mod_log_config

2005-10-02 Thread Ondrej Sury
modifications to code should do the trick. Then there will be hook for open_config_log, which will either fill in config_log_state or DECLINE, and config_log_transaction will call cls-write_log(r, cls-log_writer, ...); Ondrej. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally

[PATCH 36410] Backport: mod_cgid segfaults when module other than mod_suexec is providing uid/gid

2005-09-23 Thread Ondrej Sury
I wrote mod_vhost_ldap. Thanks goes to Fabian Fagerholm who discovered what exactly problem is and to Colm for fixing it. -- Ondrej Sury [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

[PATCH 36563] Backported patch invalid handling of NULL values in mod_ldap caching

2005-09-19 Thread Ondrej Sury
bugzilla applies ok with offset of 20 lines). Hopefully this gets accepted before 2.0.55 is out, since this bug can cause memory leaks in util_ldap_search_node_free (not all items are freed only those before first item with NULL value). Ondrej. -- Ondrej Sury [EMAIL PROTECTED] Index: modules