[Bug 64490] Missing ")" in log message AH03448

2020-06-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64490

Giovanni Bechis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
   Keywords||FixedInTrunk

--- Comment #1 from Giovanni Bechis  ---


*** This bug has been marked as a duplicate of bug 63806 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 63806] Missing closing parenthesis in error message about excessive whitespaces in request

2020-06-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63806

Giovanni Bechis  changed:

   What|Removed |Added

 CC||apache-bugzilla@michael-kau
   ||fmann.ch

--- Comment #4 from Giovanni Bechis  ---
*** Bug 64490 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 57691] mod_proxy/proxy_util confuses UDS scheme with HTTP scheme when using RewriteRule

2020-06-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57691

Janne Peltonen  changed:

   What|Removed |Added

 CC||janne.pelto...@sange.fi

--- Comment #2 from Janne Peltonen  ---
Created attachment 37289
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37289&action=edit
Patch to add unix: uris to be recognized as absolute paths

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60439] Program terminated with signal SIGSEGV, Segmentation fault.

2020-06-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60439

--- Comment #19 from Janne Peltonen  ---
Created attachment 37288
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37288&action=edit
Patch to add unix: uris to be recognized as absolute paths

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60439] Program terminated with signal SIGSEGV, Segmentation fault.

2020-06-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60439

Janne Peltonen  changed:

   What|Removed |Added

  Attachment #37288|0   |1
is obsolete||
  Attachment #37288|1   |0
   is patch||

--- Comment #20 from Janne Peltonen  ---
Comment on attachment 37288
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37288
Patch to add unix: uris to be recognized as absolute paths

Um, something weird happened with the bugzilla UI. This was supposed to be
attached to bug 57691. Sorry.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 57691] mod_proxy/proxy_util confuses UDS scheme with HTTP scheme when using RewriteRule

2020-06-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57691

Janne Peltonen  changed:

   What|Removed |Added

  Component|mod_proxy_fcgi  |mod_rewrite

--- Comment #1 from Janne Peltonen  ---
Apparently, this is not a bug of mod_proxy but a bug of mod_rewrite.
mod_rewrite contains the function is_absolute_uri, and in case an uri is not
absolute, with the P flag, the uri will be passed on to the server itself as a
relative uri. The function has an explicit list of absolute uri prefixes it
recognizes, and "unix:" isn't contained in this list. This will lead to the
behaviour noticed by the original reporter. I'll add a patch that solved the
problem at least for me, by adding "unix:" as a recognized absolute uri scheme.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org