Re: [PATCH] Fix settings options with ProxyPassMatch

2014-03-18 Thread Jan Kaluza
This is also needed to fix ProxyPassMatch with UDS. Without this patch following configuration does not work: ProxyPassMatch ^/web/(.*\.php)$ unix:/run/php-fpm/fpm.sock|fcgi://127.0.0.1/var/www/html/$1 If nobody is against, I will commit it to trunk later this week. Regards, Jan Kaluza

Re: [PATCH] Fix settings options with ProxyPassMatch

2014-03-18 Thread Jan Kaluza
not so sure...) Regards, Jan Kaluza

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2014-01-01 Thread Jan Kaluza
by SSLCACertificatePath contains only valid certificates and no other files, we could remove that validity check and just print filenames of all files in that directory. Regards Rüdiger Regards, Jan Kaluza

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2014-01-01 Thread Jan Kaluza
-DDUMP_CERTS and -DDUMP_CA_CERTS on this occasion (either in server/main.c or docs/man/httpd.8)? I will do that. Kaspar Regards, Jan Kaluza

Re: error log providers, multiple vhosts, mod_syslog

2013-11-07 Thread Jan Kaluza
initialization, the error messages about that are lost in case you use error log provider in ap_server_conf. That's what I'm trying to fix by that patch. I haven't checked if there are other places where NULL server_rec is used, but I would say it's pretty common during httpd startup. Jan Kaluza

Re: error log providers, multiple vhosts, mod_syslog

2013-10-16 Thread Jan Kaluza
to disallow any attempts to configure it in a vhost with different settings since openlog() is process-wide. Jan, can you look at that by chance? Yes, I will do this later today. Regards, Jan Kaluza -- Forwarded message -- From: ** traw...@apache.org mailto:traw...@apache.org Date

[PATCH] svn commit: r377292 - Clean up some code in mod_dav.

2013-09-09 Thread Jan Kaluza
and also fixes bug #55426 for me. Regards, Jan Kaluza Index: modules/dav/main/mod_dav.c === --- modules/dav/main/mod_dav.c (revision 1520983) +++ modules/dav/main/mod_dav.c (working copy) @@ -315,6 +315,7 @@ static int dav_error_response

Re: [PATCH] Make error logging modular

2013-07-22 Thread Jan Kaluza
so long experience with httpd development. Regards, Jan Kaluza The patches and features seem generally correct to me with a cursory review. Thanks, Paul On Mon, May 27, 2013 at 3:23 AM, Jan Kaluža jkal...@redhat.com wrote: Hi, last week I was trying to write my own module to log

Re: [PATCH] Fix LDAPReferrals off

2013-06-21 Thread Jan Kaluza
would try to turn the referrals off. Of course it would be better to patch apr_ldap_option.c for SDKs where referrals option can't be set, but I don't have the knowledge to do that. Regards, Jan Kaluza

Re: Apache 2.4 adoption

2013-02-07 Thread Jan Kaluza
] Maybe there is someone here who loves that project so much that he could actually help maintaining it? Regards, Jan Kaluza If I make it to AC (still unsure, unfortunately) and have some time at the hackathon (also iffy), I'd be happy to lend a pair of hands and/or eyes to help

mod_cache logging when CacheRoot does not exist

2013-01-28 Thread Jan Kaluza
to set LogLevel to debug. I think mod_cache should log message 00765 with ERR log level instead of DEBUG (attached patch does that) or new mod_cache_disk log message should be added to address this particular error. Regards, Jan Kaluza Index: modules/cache/mod_cache.c

[PATCH] More useful data in ap_sload_t

2012-09-26 Thread Jan Kaluza
Hi, attached patch adds more variables (bytes_served and access_count) into ap_sload_t struct introduced in revision 1389481. The intention is to have standard method to get number of total bytes_served and access_count without code duplication. Thanks for reviewing, Jan Kaluza Index: server

[PATCH] mod_systemd

2012-09-26 Thread Jan Kaluza
. Note that it has to be single line of text, so there's no space for lot of data. [1] http://www.freedesktop.org/wiki/Software/systemd [2] http://www.freedesktop.org/software/systemd/man/sd_notify.html Thanks for reviewing, Jan Kaluza Index: modules/arch/unix/config5.m4