Alias within Location: loss of PATH_INFO

2016-12-18 Thread Blaise
(NB: Below is a synthetic test; in real world, this breaks hgweb, for example; also, for script handlers, meddling with AcceptPathInfo is not needed.) Consider the following sample configuration: --8<-- Alias /test "${site}/test/test.ssi.txt" AcceptPathInfo on

ScriptAlias with a specific handler

2016-06-29 Thread Blaise
ScriptAlias seems to have an unfair preference for mod_cgi, since the handler "cgi-script" is hard-coded in mod_alias. Would it not be nicer (towards other scripting modules and the user) if ScriptAlias accepted an optional third parameter -- handler's name, so that one could write

Re: Looking to TR 2.4.8 in Feb...

2014-01-06 Thread Blaise Tarr
in r-filename when it was set by some other module earlier in the request. -- Blaise

Re: UDS support in mod_proxy (trunk)

2013-10-21 Thread Blaise Tarr
:56195] AH01144: No protocol handler was valid for the URL /info.php. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. I haven't yet had a chance to investigate further. -- Blaise

Re: uds support

2013-10-15 Thread Blaise Tarr
? For example, with the original patch which relied on the URL encoded slashes we could have: ProxyPass fcgi://socket=%2ftmp%2fphp-fpm.sock/local/htdocs/ How would that look now (specifically the /local/htdocs portion)? -- Blaise

Re: [PATCH] mod_proxy Unix domain socket support

2013-02-26 Thread Blaise Tarr
Hello, I updated my patch which adds Unix domain socket support to mod_proxy to resolves a problem on BSD systems. The patch is against Apache 2.4.4. Please see this bugzilla for the details: https://issues.apache.org/bugzilla/show_bug.cgi?id=54101#c1 Thanks, Blaise

[PATCH] mod_proxy Unix domain socket support

2012-07-31 Thread Blaise Tarr
are not contained in the patch: * bump MMN due to mod_proxy.h changes * assign APLOGNO numbers * detection of AF_UNIX support in configure Thanks for your consideration, Blaise diff -ur httpd-2.4.2/modules/proxy/mod_proxy.h httpd-2.4.2_uds/modules/proxy/mod_proxy.h --- httpd-2.4.2/modules/proxy

Re: [PATCH] Re: proxy cgi no longer streamed, C-L filter buffers

2002-08-19 Thread Blaise Tarr
Brian Pane writes: Blaise Tarr wrote: With 2.0.40 content coming from mod_proxy and mod_cgi is no longer streamed to the client but sent in one big chunk. Here's a patch that removes the buffering. Let me know if it solves the proxy streaming problem. Thanks Brian. It's much

proxy cgi no longer streamed, C-L filter buffers

2002-08-15 Thread Blaise Tarr
back, perhaps enabled by a config option? Blaise