Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-05 Thread Jakub Zelenka
Hello, I'm PHP-FPM maintainer. We got actually report about this as well so just went through this. On Sat, Aug 3, 2024 at 7:35 PM Eric Covener wrote: > On Fri, Aug 2, 2024 at 12:19 PM Yann Ylavic wrote: > > > > On Fri, Aug 2, 2024 at 3:26 PM Eric Covener wrote: > > > > > > On Fri, Aug 2,

Bug report for Apache httpd-2 [2024/08/04]

2024-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-03 Thread Eric Covener
On Fri, Aug 2, 2024 at 12:19 PM Yann Ylavic wrote: > > On Fri, Aug 2, 2024 at 3:26 PM Eric Covener wrote: > > > > On Fri, Aug 2, 2024 at 9:10 AM Yann Ylavic wrote: > > > > > > On Fri, Aug 2, 2024 at 1:06 PM Eric Covener wrote: > > > > > > > > > Yeah, if not under DocumentRoot I don't see how

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Yann Ylavic
On Fri, Aug 2, 2024 at 3:26 PM Eric Covener wrote: > > On Fri, Aug 2, 2024 at 9:10 AM Yann Ylavic wrote: > > > > On Fri, Aug 2, 2024 at 1:06 PM Eric Covener wrote: > > > > > > > Yeah, if not under DocumentRoot I don't see how ProxyPass could work, > > > > but SetHandler should since it's

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Eric Covener
On Fri, Aug 2, 2024 at 9:10 AM Yann Ylavic wrote: > > On Fri, Aug 2, 2024 at 1:06 PM Eric Covener wrote: > > > > > Yeah, if not under DocumentRoot I don't see how ProxyPass could work, > > > but SetHandler should since it's following the whole request > > > processing to resolve the filesystem

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Yann Ylavic
On Fri, Aug 2, 2024 at 3:10 PM Yann Ylavic wrote: > > On Fri, Aug 2, 2024 at 1:06 PM Eric Covener wrote: > > > > > Yeah, if not under DocumentRoot I don't see how ProxyPass could work, > > > but SetHandler should since it's following the whole request > > > processing to resolve the filesystem

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Yann Ylavic
On Fri, Aug 2, 2024 at 1:06 PM Eric Covener wrote: > > > Yeah, if not under DocumentRoot I don't see how ProxyPass could work, > > but SetHandler should since it's following the whole request > > processing to resolve the filesystem r->filename? > > In the examples I am seeing spot-checking

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Eric Covener
> Yeah, if not under DocumentRoot I don't see how ProxyPass could work, > but SetHandler should since it's following the whole request > processing to resolve the filesystem r->filename? In the examples I am seeing spot-checking google results, people who use ProxyPass + FPM hard-code the

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Yann Ylavic
On Fri, Aug 2, 2024 at 11:33 AM Yann Ylavic wrote: > > On Fri, Aug 2, 2024 at 6:02 AM Eric Covener wrote: > > > > On Thu, Aug 1, 2024 at 9:22 PM Yann Ylavic wrote: > > > > > > > > For this how about this attached patch? > > > > With it I can get the correct env vars (I think), and since we'd

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Yann Ylavic
On Fri, Aug 2, 2024 at 6:02 AM Eric Covener wrote: > > On Thu, Aug 1, 2024 at 9:22 PM Yann Ylavic wrote: > > > > > > For this how about this attached patch? > > > With it I can get the correct env vars (I think), and since we'd not > > > send a "proxy:" SCRIPT_FILENAME anymore, php-fpm would not

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-02 Thread Yann Ylavic
e2dbc23f5a5 applies). > > So this sounds reasonable to me without upsetting the fragile link > between php-fpm and proxy_fcgi. > > > > But it's going to be an endless issue if we can't fix or align > > > ProxyPass and SetHandler because of workarounds there, we have to >

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Eric Covener
to be the real decoded paths? > > > > So I did this in r1919629. > > > > > > > > But it's going to be an endless issue if we can't fix or align > > > ProxyPass and SetHandler because of workarounds there, we have to > > > remain bug co

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Eric Covener
hp-fpm and proxy_fcgi. > > But it's going to be an endless issue if we can't fix or align > > ProxyPass and SetHandler because of workarounds there, we have to > > remain bug compatible.. I wonder does ProxyPass just not work with php-fpm and these spaces/utf-8 scenarios? &g

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Yann Ylavic
t's going to be an endless issue if we can't fix or align > > ProxyPass and SetHandler because of workarounds there, we have to > > remain bug compatible.. > > For this how about this attached patch? > With it I can get the correct env vars (I think), and since we'd not > send

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Yann Ylavic
GENERIC" we don't send the "proxy:scheme://host" part and > SCRIPT_NAME/FILENAME are supposed to be the real decoded paths? So I did this in r1919629. > > But it's going to be an endless issue if we can't fix or align > ProxyPass and SetHandler because of workarounds there,

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Yann Ylavic
ilename with ProxyPass, and come back to my previous patch which skipped it only for SetHandler? Possibly FCGI_MAY_BE_FPM() only too because for "ProxyFCGIBackendType GENERIC" we don't send the "proxy:scheme://host" part and SCRIPT_NAME/FILENAME are supposed to be the real decoded paths? But it's going to be an endless issue if we can't fix or align ProxyPass and SetHandler because of workarounds there, we have to remain bug compatible.. At some point we'll have to coordinate with them to remove that "apache_was_there"..

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Eric Covener
On Thu, Aug 1, 2024 at 2:47 PM Yann Ylavic wrote: > > On Thu, Aug 1, 2024 at 7:57 PM Eric Covener wrote: > > > > On Thu, Aug 1, 2024 at 1:37 PM Yann Ylavic wrote: > > > > > > On Thu, Aug 1, 2024 at 5:51 PM Eric Covener wrote: > > > > > > > > But does it leave the splitting problem with decoded

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Yann Ylavic
On Thu, Aug 1, 2024 at 7:57 PM Eric Covener wrote: > > On Thu, Aug 1, 2024 at 1:37 PM Yann Ylavic wrote: > > > > On Thu, Aug 1, 2024 at 5:51 PM Eric Covener wrote: > > > > > > But does it leave the splitting problem with decoded %3F? > > > > Yeah but I'm not sure that it's _our_ problem, a

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Eric Covener
On Thu, Aug 1, 2024 at 1:37 PM Yann Ylavic wrote: > > On Thu, Aug 1, 2024 at 5:51 PM Eric Covener wrote: > > > > But does it leave the splitting problem with decoded %3F? > > Yeah but I'm not sure that it's _our_ problem, a "proxy:" r->filename > does never contain the query-string in the first

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Yann Ylavic
On Thu, Aug 1, 2024 at 5:51 PM Eric Covener wrote: > > But does it leave the splitting problem with decoded %3F? Yeah but I'm not sure that it's _our_ problem, a "proxy:" r->filename does never contain the query-string in the first place, so any '?' in there (hence in SCRIPT_FILENAME) is part of

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Eric Covener
the spec) I wonder if > > > proxy_fcgi_canon() should not encode at all, or maybe only when > > > FCGI_MAY_BE_FPM() (so to have an opt-out)? > > > > > And like in the above patch forbid controls still but not space/tab, WDYT? > > > > Based on the bug and the

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-08-01 Thread Yann Ylavic
Pass, but I don't > > see why they should be different in this regard.. > > > > If SCRIPT_FILENAME should be decoded (per the spec) I wonder if > > proxy_fcgi_canon() should not encode at all, or maybe only when > > FCGI_MAY_BE_FPM() (so to have an opt-out)? > > > An

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-07-31 Thread Eric Covener
> proxy_fcgi_canon() should not encode at all, or maybe only when > FCGI_MAY_BE_FPM() (so to have an opt-out)? > And like in the above patch forbid controls still but not space/tab, WDYT? Based on the bug and the japanese path, maybe set the bar even lower and just ratchet it all the way back to the character we know is problematic?

Re: [Bug 69235] unable to connect to backend with existing rewrite rules.

2024-07-31 Thread Yann Ylavic
On Wed, Jul 31, 2024 at 6:57 PM wrote: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=69235 > > --- Comment #2 from Yann Ylavic --- > Created attachment 39832 > --> https://bz.apache.org/bugzilla/attachment.cgi?id=39832=edit > mod_proxy fixup after mod_rewrite's What could be the issue

Bug report for Apache httpd-2 [2024/07/28]

2024-07-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [Bug 69203] proxy error from php-fpm backend for paths containing spaces

2024-07-23 Thread Yann Ylavic
On Wed, Jul 17, 2024 at 6:22 PM wrote: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=69203 > > --- Comment #6 from Yann Ylavic --- > Created attachment 39817 > --> https://bz.apache.org/bugzilla/attachment.cgi?id=39817=edit > Proxy FCGI nocanon from SetHandler I'm not sure how we should

Bug report for Apache httpd-2 [2024/07/21]

2024-07-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/07/14]

2024-07-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/07/07]

2024-07-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/06/30]

2024-06-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/06/23]

2024-06-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/06/16]

2024-06-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/06/09]

2024-06-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/06/02]

2024-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/05/26]

2024-05-26 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/05/19]

2024-05-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/05/12]

2024-05-12 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/05/05]

2024-05-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/04/28]

2024-04-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/04/21]

2024-04-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/04/14]

2024-04-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Fwd: [Bug 68872] New: xmlhttprequest.onprogress behavior changed after updated to 2.4.59

2024-04-08 Thread Ruediger Pluem
On 4/8/24 1:47 PM, Eric Covener wrote: > Any concerns with documenting the ap_trust_cgilike_cl variable in e.g. > https://httpd.apache.org/docs/2.4/env.html ? Not from my side. Regards Rüdiger

Fwd: [Bug 68872] New: xmlhttprequest.onprogress behavior changed after updated to 2.4.59

2024-04-08 Thread Eric Covener
Any concerns with documenting the ap_trust_cgilike_cl variable in e.g. https://httpd.apache.org/docs/2.4/env.html ? -- Forwarded message - From: Date: Sun, Apr 7, 2024 at 5:49 PM Subject: [Bug 68872] New: xmlhttprequest.onprogress behavior changed after updated to 2.4.59

Bug report for Apache httpd-2 [2024/04/07]

2024-04-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/03/31]

2024-03-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/03/24]

2024-03-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/03/17]

2024-03-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/03/10]

2024-03-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/02/25]

2024-02-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/02/18]

2024-02-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/02/11]

2024-02-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: process_regexp bug, infinite recursion

2024-01-16 Thread Yann Ylavic
On Mon, Jan 8, 2024 at 5:54 PM Ruediger Pluem wrote: > > On 1/8/24 1:37 PM, Yann Ylavic wrote: > > > > As noted in v2 we have an issue here by "losing" the beginning of the > > value on recursion: > > /* XXX: recursing by using AP_REG_NOTBOL (because we are not at > > ^ > >

Bug report for Apache httpd-2 [2024/01/14]

2024-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: process_regexp bug, infinite recursion

2024-01-08 Thread Ruediger Pluem
On 1/8/24 1:37 PM, Yann Ylavic wrote: > On Mon, Jan 8, 2024 at 10:49 AM Ruediger Pluem wrote: >> >> On 1/5/24 3:08 PM, Yann Ylavic wrote: >>> >>> process_regexp.diff >>> >>> Index: modules/metadata/mod_headers.c >>> === >>> ---

Re: process_regexp bug, infinite recursion

2024-01-08 Thread Yann Ylavic
On Mon, Jan 8, 2024 at 10:49 AM Ruediger Pluem wrote: > > On 1/5/24 3:08 PM, Yann Ylavic wrote: > > > > process_regexp.diff > > > > Index: modules/metadata/mod_headers.c > > === > > --- modules/metadata/mod_headers.c(revision

Re: process_regexp bug, infinite recursion

2024-01-08 Thread Ruediger Pluem
t;> >>> It finds nothing, so I am assuming I did something wrong in my search. Will >>> file bug if not already filed. >>> >>> We are investigating an infinite loop (stack overflow) issue, caused by >>> "securing" a system. >>> >>&

Bug report for Apache httpd-2 [2024/01/07]

2024-01-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

RE: process_regexp bug, infinite recursion

2024-01-05 Thread Jason Pyeron
ue searching Bugzilla for any issue involving > > > process_regexp in > mod_headers.c . > > > > > > It finds nothing, so I am assuming I did something wrong in my search. > > > Will file bug if not > already filed. > > > > > > We are investigati

Re: process_regexp bug, infinite recursion

2024-01-05 Thread Yann Ylavic
g I did something wrong in my search. Will > > file bug if not already filed. > > > > We are investigating an infinite loop (stack overflow) issue, caused by > > "securing" a system. > > > > ZZZ-STIG-SV-214288r881493_rule.conf:Header always edit* S

Re: process_regexp bug, infinite recursion

2024-01-04 Thread Eric Covener
On Thu, Jan 4, 2024 at 9:04 PM Jason Pyeron wrote: > > I am having some issue searching Bugzilla for any issue involving > process_regexp in mod_headers.c . > > It finds nothing, so I am assuming I did something wrong in my search. Will > file bug if not already filed. > &

process_regexp bug, infinite recursion

2024-01-04 Thread Jason Pyeron
I am having some issue searching Bugzilla for any issue involving process_regexp in mod_headers.c . It finds nothing, so I am assuming I did something wrong in my search. Will file bug if not already filed. We are investigating an infinite loop (stack overflow) issue, caused by "sec

Bug report for Apache httpd-2 [2023/12/31]

2023-12-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/12/24]

2023-12-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/12/17]

2023-12-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/12/10]

2023-12-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/12/03]

2023-12-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/11/26]

2023-11-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/11/19]

2023-11-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/11/12]

2023-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/11/05]

2023-11-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/10/29]

2023-10-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/10/08]

2023-10-08 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/10/01]

2023-10-01 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/09/24]

2023-09-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/09/17]

2023-09-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/09/10]

2023-09-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/09/03]

2023-09-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/08/27]

2023-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/08/20]

2023-08-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/08/13]

2023-08-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/08/06]

2023-08-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/07/30]

2023-07-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/07/23]

2023-07-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/07/16]

2023-07-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/07/09]

2023-07-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/07/02]

2023-07-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/06/25]

2023-06-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/06/18]

2023-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/06/11]

2023-06-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/06/04]

2023-06-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/05/28]

2023-05-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/05/21]

2023-05-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/05/14]

2023-05-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2023/05/07]

2023-05-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

  1   2   3   4   5   6   7   8   9   10   >