[Bug 51732] Inconsistencies in log messages' verbosity levels

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51732

Michael Kaufmann apache-bugzi...@michael-kaufmann.ch changed:

   What|Removed |Added

Summary|Inconsistencies in log  |Inconsistencies in log
   |messages' verbosity levels‏ |messages' verbosity levels

-- 
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 56925] ProxyErrorOverride=On causes workers in error state after 500 errors

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56925

--- Comment #4 from Yann Ylavic ylavic@gmail.com ---
Created attachment 32649
  -- https://bz.apache.org/bugzilla/attachment.cgi?id=32649action=edit
2.4.x: don't put the backend in error state (by default) when 500/503 is
overridden

Same against 2.4.x.

Can you please test one of these patches (easiest for you) and report if it
works as expected?

-- 
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 56925] ProxyErrorOverride=On causes workers in error state after 500 errors

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56925

Yann Ylavic ylavic@gmail.com changed:

   What|Removed |Added

   Keywords||PatchAvailable

-- 
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 56925] ProxyErrorOverride=On causes workers in error state after 500 errors

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56925

Yann Ylavic ylavic@gmail.com changed:

   What|Removed |Added

 CC||ylavic@gmail.com

--- Comment #3 from Yann Ylavic ylavic@gmail.com ---
Created attachment 32648
  -- https://bz.apache.org/bugzilla/attachment.cgi?id=32648action=edit
trunk: don't put the backend in error state (by default) when 500/503 is
overridden

This can be forced by failonstatus, but can't be the default for overridden
errors since those come from the backend (and not the scheme_handler).

-- 
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 57810] New: Should apache ignore difference in trailing dot between SNI and HTTP requests?

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57810

Bug ID: 57810
   Summary: Should apache ignore difference in trailing dot
between SNI and HTTP requests?
   Product: Apache httpd-2
   Version: 2.4.10
  Hardware: PC
OS: Mac OS X 10.1
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: bugs@httpd.apache.org
  Reporter: j...@acm.org

-- 
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 57810] Should apache ignore difference in trailing dot between SNI and HTTP requests?

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57810

Jean-Luc Duprat j...@acm.org changed:

   What|Removed |Added

 OS|Mac OS X 10.1   |Linux

--- Comment #1 from Jean-Luc Duprat j...@acm.org ---
I am trying to access a URL via https through both the regular URL and one that
ends with a trailing dot:

example.com 
example.com.

The reason the second case matters is URLs reported by DNS-SD have the trailing
dot appended.  See http://www.dns-sd.org/trailingdotsindomainnames.html

I have a certificate that contains the the subject's common name as
CN=example.com
and the following SANs:
X509v3 Subject Alternative Name:
DNS:example.com, DNS:www.example.com, DNS:example.com., DNS:www.example.com.

I am using Name-based Virtual Host Support, with the virtual host section
looking like so:

VirtualHost *:443
Options None
ServerName example.com
ServerAlias www.example.com
ServerAlias example.com.
ServerAlias www.example.com.
[...]
/VirtualHost

CSP and HSTS are disabled.

When trying to connect to example.com. I get the following error:

[ssl:error] [pid 22158] AH02032: Hostname example.com. provided via SNI and
hostname example.com provided via HTTP are different

All desktop browsers I've tried (Firefox, Chrome, Safari) drop the trailing dot
on the the name for the HTTP request.

Since the URL is generated by service discovery I have no control over it.  The
clients also behave consistently.  The only way to get this to work would be
for apache to allow for this minor difference between the SNI and HTTP
hostnames.

Would such a patch be considered for inclusion?

-- 
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 56925] ProxyErrorOverride=On causes workers in error state after 500 errors

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56925

--- Comment #2 from Florian S. s9fls...@stud.uni-saarland.de ---
I can confirm this issue for 2.4.12, came here for the same reason. (With
ProxyErrorOverride, worker is put in error state for 500 responses, without
ProxyErrorOverride, it is not.)

-- 
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 46412] make_child return value not checked

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46412

thekevin...@gmail.com changed:

   What|Removed |Added

  Attachment #23036|0   |1
is obsolete||

--- Comment #2 from thekevin...@gmail.com ---
Created attachment 32645
  -- https://bz.apache.org/bugzilla/attachment.cgi?id=32645action=edit
checking return value of make_child()

make_child()'s return value is still not checked even with httpd-2.4.

This also affects all these three workers:
- event
- prefork
- worker

Looking at httpd-2.4, the return value for make_child() appears to return 0
when there is no failure.

I suggest:
if (make_child(ap_server_conf, child_slot) = 0) {
   --remaining_children_to_start;
}

Instead of:
if (make_child(ap_server_conf, child_slot)  0) {
   --remaining_children_to_start;
}

because in the case of a return value of 0, the remaining_children_to_start
should still be decremented.

-- 
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 46412] make_child return value not checked

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46412

thekevin...@gmail.com changed:

   What|Removed |Added

Version|2.2.11  |2.4-HEAD

-- 
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