Re: mod_proxy_fcgi issues

2014-12-04 Thread Mark Montague
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:20.313769152 + +++ php

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 m...@catseye.org wrote: [root@sky ~]# httpd -t AH00526: Syntax error on line 148 of /etc/httpd/conf/dev.catseye.org.conf: CacheEnable cannot occur within If section [root@sky ~]# The solution here is to lift

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 m...@catseye.org 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

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 m...@catseye.org wrote: AH00526: Syntax error on line 148 of /etc/httpd/conf/dev.catseye.org.conf: CacheEnable cannot occur within If section The solution here is to lift the restriction above. Having

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_cache shouldn’t remove any

[RFC] enhancement: mod_cache bypass

2014-08-22 Thread Mark Montague
it 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:50

Re: TRACE still enabled by default

2012-03-21 Thread Mark Montague
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: TRACE still enabled by default

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

Re: questions about document_root

2011-12-08 Thread Mark Montague
- The value of the 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
/httpd/httpd/branches/2.2.x/server/util_script.c?revision=1100216view=markup -- Mark Montague m...@catseye.org

Re: Infinite data stream from a non-HTTPD external process via HTTPD

2011-09-20 Thread Mark Montague
/mod/core.html#timeout ) and as long as the client (web browser, end user) does not close the connection by pressing the Stop button or by doing something else. - Anything that works via HTTP should also work via HTTPS, as far as I know, including Dw's solution. -- Mark Montague m

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

2011-09-19 Thread Mark Montague
all of the cases (regular, mod_proxy_{f,s}cgi, mod_proxy_{f,s}cgi + balancer). -- Mark Montague m...@catseye.org

Re: Developing an Authentication Module

2011-09-15 Thread Mark Montague
. -- Mark Montague m...@catseye.org

Re: Apache janitor ?

2011-06-09 Thread Mark Montague
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
, 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
with having both 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

Adding ProxyErrorOverride support to mod_proxy_fcgi

2011-03-18 Thread Mark Montague
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: mod_fcgid in httpd tarball?

2011-03-18 Thread Mark Montague
). -- Mark Montague m...@catseye.org

Re: Cipher suite used in default Apache

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