Re: mod_proxy_fcgi issues

2014-12-04 Thread Mark Montague
n case anyone wants to either play with it or compare it to the code that PHP currently uses. -- Mark Montague m...@catseye.org diff -up php-5.6.3/sapi/fpm/fpm/fastcgi.c.fpm-init-request php-5.6.3/sapi/fpm/fpm/fastcgi.c --- php-5.6.3/sapi/fpm/fpm/fastcgi.c.fpm-init-request 2014-11-18 20:33

Re: [RFC] enhancement: mod_cache bypass

2014-08-24 Thread Mark Montague
On 2014-08-23 12:36, Graham Leggett wrote: On 23 Aug 2014, at 3:40 PM, Mark Montague wrote: [root@sky ~]# httpd -t AH00526: Syntax error on line 148 of /etc/httpd/conf/dev.catseye.org.conf: CacheEnable cannot occur within section [root@sky ~]# The solution here is to lift the restriction

Re: [RFC] enhancement: mod_cache bypass

2014-08-23 Thread Mark Montague
On 2014-08-23 17:43, Mark Montague wrote: > - Back-end sets response header "Cache-Control: max-age=0, s-maxage=14400" so that mod_cache > caches the response, but ISP caches and browser caches do not. (mod_cache removes s-maxage > and does not pass it upstream). mod_cac

Re: [RFC] enhancement: mod_cache bypass

2014-08-23 Thread Mark Montague
On 2014-08-23 12:36, Graham Leggett wrote: On 23 Aug 2014, at 3:40 PM, Mark Montague wrote: AH00526: Syntax error on line 148 of /etc/httpd/conf/dev.catseye.org.conf: CacheEnable cannot occur within section The solution here is to lift the restriction above. Having a generic mechanism to

Re: [RFC] enhancement: mod_cache bypass

2014-08-23 Thread Mark Montague
On 2014-08-23 5:19, Graham Leggett wrote: On 23 Aug 2014, at 03:50, Mark Montague <mailto:m...@catseye.org>> wrote: I've attached a proof-of-concept patch against httpd 2.4.10 that allows mod_cache to be bypassed under conditions specified in the conf files. Does this not

[RFC] enhancement: mod_cache bypass

2014-08-22 Thread Mark Montague
passes the test suite, create a documentation patch, and create a bugzilla for all this. -- Mark Montague m...@catseye.org diff -urd httpd-2.4.10.orig/modules/cache/cache_util.c httpd-2.4.10/modules/cache/cache_util.c --- httpd-2.4.10.orig/modules/cache/cache_util.c2014-05-30 13:5

Re: TRACE still enabled by default

2012-03-21 Thread Mark Montague
other problems -- would such a course of action actually cause? -- Mark Montague m...@catseye.org

Re: TRACE still enabled by default

2012-03-21 Thread Mark Montague
on a web server as opposed to having the owner of the web server enable the TRACE method in response to a specific debugging need? -- Mark Montague m...@catseye.org

Re: questions about document_root

2011-12-08 Thread Mark Montague
environment variable DOCUMENT_ROOT (set by Apache HTTP Server) -- Mark Montague m...@catseye.org

Re: questions about document_root

2011-12-07 Thread Mark Montague
d/branches/2.2.x/server/util_script.c?revision=1100216&view=markup -- Mark Montague m...@catseye.org

Re: mod_proxy_fcgi + mod_proxy_balancer vs. php-fpm and query strings

2011-09-19 Thread Mark Montague
like it is related to https://issues.apache.org/bugzilla/show_bug.cgi?id=51077 as well. Probably a new patch is needed to consistently and properly fix all of the cases (regular, mod_proxy_{f,s}cgi, mod_proxy_{f,s}cgi + balancer). -- Mark Montague m...@catseye.org

mod_rewrite proxy patch review request

2011-06-17 Thread Mark Montague
On April 27, 2011 14:03 , Mark Montague wrote: Could someone with commit access take a look at the following [...] https://issues.apache.org/bugzilla/show_bug.cgi?id=51077 Fixes two issues with how mod_rewrite handles rules with the [P] flag: - Makes query string handling for requests

Re: Apache janitor ?

2011-06-08 Thread Mark Montague
or his message, his suggestions, and recommending the "Open Source Projects and Poisonous People" talk. What Igor says has been bothering me for a while, too. -- Mark Montague m...@catseye.org

Patch review request

2011-04-27 Thread Mark Montague
_fcgi, https://issues.apache.org/bugzilla/show_bug.cgi?id=50851 Thanks in advance. -- Mark Montague m...@catseye.org

Re: Need information about Apache module development.

2011-03-30 Thread Mark Montague
such as NFS, CIFS, or AFS. In turn, the remote filesystem could be based on iSCSI, FibreChannel, or other technologies.) Inputs would be very much appreciated. Many thanks in advance Good luck. -- Mark Montague m...@catseye.org

Re: mod_fcgid in httpd tarball?

2011-03-23 Thread Mark Montague
th in future httpd 2.3.x betas and 2.4, at least until one clearly becomes redundant compared to the other. -- Mark Montague m...@catseye.org

Re: mod_fcgid in httpd tarball?

2011-03-18 Thread Mark Montague
ugs, add features I need to it, etc., simply because mod_proxy_fcgi is a core module, while mod_fcgid is not. If mod_fcgid were in core, I may have wound up putting the effort there instead. (I say "may have" because I've come to think that mod_proxy_fcgi is actually a better ch

Adding ProxyErrorOverride support to mod_proxy_fcgi

2011-03-18 Thread Mark Montague
have this functionality in 2.4, per se, but I'd like to address any concerns while everything is still relatively fresh in my mind. Many thanks! -- Mark Montague m...@catseye.org

Re: Cipher suite used in default Apache

2010-10-28 Thread Mark Montague
threat.com/site/index.php/archives/181 http://stephenventer.blogspot.com/2006/07/openssl-cipher-strength.html -- Mark Montague m...@catseye.org