On 6/21/2015 11:24 PM, William A Rowe Jr wrote:
As this is not a regression from 2.4.13 or 2.4.14 candidates, it seems to
me we should ship.
I am mostly a lurker on this list but I feel I need to chime in on this.
The mistake with that sentiment is that it is imposing largely invisible to
user
On Sun, Jun 21, 2015 at 11:07 AM, Eric Covener wrote:
> re: https://github.com/icing/mod_h2/issues/28 has this design further evolved?
>
> Is there a way to make the deep copy un-necessary by injecting your
> own bucket_alloc created with a pool with a threadsafe allocator very
> early? It seems
On Sun, Jun 21, 2015 at 5:24 PM, William A Rowe Jr wrote:
> As this is not a regression from 2.4.13 or 2.4.14 candidates, it seems to me
> we should ship.
I am -1 for 2.4.15 with the regression. The other candidates being
broken doesn't mitigate it much for me.
--
Eric Covener
cove...@gmail
On Sun, Jun 21, 2015 at 11:24 PM, William A Rowe Jr wrote:
>
> Pulling Coar/Bowen '04 "Apache Cookbook" off the shelf, this error was
> propagated by the last example in 5.8 (and likely elsewhere);
>
> Redirect gone /foo.html
>
> which likely isn't working in 2.4.15.
It is (still) working since
On Sun, Jun 21, 2015 at 2:11 PM, Reindl Harald
wrote:
>
> Am 21.06.2015 um 21:02 schrieb Yann Ylavic:
>
>> It seems that RedirectMatch isn't documented without the third (URL)
>> argument, unless in .
>>
>
All the way back to 1.3... the fact that it worked at all was a coincidence.
If this were
Am 21.06.2015 um 22:05 schrieb Yann Ylavic:
On Sun, Jun 21, 2015 at 9:37 PM, Reindl Harald wrote:
Am 21.06.2015 um 21:28 schrieb Yann Ylavic:
On Sun, Jun 21, 2015 at 9:04 PM, Reindl Harald
wrote:
Am 21.06.2015 um 21:00 schrieb William A Rowe Jr:
Reindl,
Try reverting
http://svn.apac
On Sun, Jun 21, 2015 at 9:37 PM, Reindl Harald wrote:
>
> Am 21.06.2015 um 21:28 schrieb Yann Ylavic:
>>
>> On Sun, Jun 21, 2015 at 9:04 PM, Reindl Harald
>> wrote:
>>>
>>> Am 21.06.2015 um 21:00 schrieb William A Rowe Jr:
Reindl,
Try reverting
http://svn.apache.org/
Additional providers is cool... but what do you mean by "fold in?" Add them as
additional modules?
(Sorry for top-post... mobile email client)
--
Daniel Ruggeri
Original Message
From: Jim Jagielski
Sent: June 18, 2015 11:52:12 AM CDT
To: httpd
Subject: Additional LB provide
Am 21.06.2015 um 21:28 schrieb Yann Ylavic:
On Sun, Jun 21, 2015 at 9:04 PM, Reindl Harald wrote:
Am 21.06.2015 um 21:00 schrieb William A Rowe Jr:
Reindl,
Try reverting
http://svn.apache.org/viewvc?view=revision&revision=1663259 and see if
this resolves your observed defect.
could you p
On Sun, Jun 21, 2015 at 9:04 PM, Reindl Harald wrote:
>
>
> Am 21.06.2015 um 21:00 schrieb William A Rowe Jr:
>>
>> Reindl,
>>
>> Try reverting
>> http://svn.apache.org/viewvc?view=revision&revision=1663259 and see if
>> this resolves your observed defect.
>
>
> could you provide a unified diff fo
Am 21.06.2015 um 21:02 schrieb Yann Ylavic:
It seems that RedirectMatch isn't documented without the third (URL)
argument, unless in .
And [1] broke your configuration, assuming "^\/something\/$" is an
expression (not a regex).
[1] http://svn.apache.org/r1663259
that may be true but
* it is
Am 21.06.2015 um 21:00 schrieb William A Rowe Jr:
Reindl,
Try reverting
http://svn.apache.org/viewvc?view=revision&revision=1663259 and see if
this resolves your observed defect.
could you provide a unified diff for inclusion in the RPM-SPEC for
revert that commit, i can't build outside rpm
It seems that RedirectMatch isn't documented without the third (URL)
argument, unless in .
And [1] broke your configuration, assuming "^\/something\/$" is an
expression (not a regex).
[1] http://svn.apache.org/r1663259
On Sun, Jun 21, 2015 at 7:52 PM, Reindl Harald wrote:
> in fact RedirectMatc
Reindl,
Try reverting http://svn.apache.org/viewvc?view=revision&revision=1663259
and see if this resolves your observed defect.
On Jun 21, 2015 12:53 PM, "Reindl Harald" wrote:
> in fact RedirectMatch is *completly* broken
>
> RedirectMatch 404 ^\/something\/$
>
> and *any* URI get a 404 respon
No issues/regressions seen with VC9/10/11/14 running XP/win7/win8+/win10 and
server 2012+/2016.
> Op 21 jun. 2015 om 19:30 heeft Gregg Smith het volgende
> geschreven:
>
>> On 6/19/2015 9:50 AM, Jim Jagielski wrote:
>> The pre-release test tarballs for Apache httpd 2.4.15 can be found
>> at t
in fact RedirectMatch is *completly* broken
RedirectMatch 404 ^\/something\/$
and *any* URI get a 404 response not just with the long list from my
previous post
Am 21.06.2015 um 18:57 schrieb Reindl Harald:
-1
just rebuilt my httpd rpm with the
http://httpd.apache.org/dev/dist/httpd-2.4.15.
On 6/19/2015 9:50 AM, Jim Jagielski wrote:
The pre-release test tarballs for Apache httpd 2.4.15 can be found
at the usual place:
http://httpd.apache.org/dev/dist/
I'm calling a VOTE on releasing these as Apache httpd 2.4.15 GA.
[X] +1: Good to go
VC9/12 and various Windows flavors.
T
-1
just rebuilt my httpd rpm with the
http://httpd.apache.org/dev/dist/httpd-2.4.15.tar.bz2 on my testserver
and all vhosts are coming with a 404 page and nothing in the errorlog
first i thought it's a https problem cause by a self signed wildcard
certificate, but the same after remove the m
re: https://github.com/icing/mod_h2/issues/28 has this design further evolved?
Is there a way to make the deep copy un-necessary by injecting your
own bucket_alloc created with a pool with a threadsafe allocator very
early? It seems like all of the buckets are created in the h2 thread
after you'v
On Fri, Jun 19, 2015 at 6:50 PM, Jim Jagielski wrote:
>
> I'm calling a VOTE on releasing these as Apache httpd 2.4.15 GA.
>
> [X] +1: Good to go
No regression, with event and worker, included apr-1.5.2 and apr-util-1.5.4.
Tested systems:
* Debian 8 - 64bit,
* Debian 7 - 64bit,
* Debian 6 - 64b
On Fri, Jun 19, 2015 at 12:50 PM, Jim Jagielski wrote:
> The pre-release test tarballs for Apache httpd 2.4.15 can be found
> at the usual place:
>
> http://httpd.apache.org/dev/dist/
>
> I'm calling a VOTE on releasing these as Apache httpd 2.4.15 GA.
>
>
[X] +1: Good to go
Test suite p
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
22 matches
Mail list logo