You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/07/10 22:00:12 UTC

[Bug 55234] New: Working of attribute "protocol" attribute "protocol" the directive

https://issues.apache.org/bugzilla/show_bug.cgi?id=55234

            Bug ID: 55234
           Summary: Working of attribute "protocol" attribute "protocol"
                    the <Listen> directive
           Product: Apache httpd-2
           Version: 2.2.22
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mpm_prefork
          Assignee: bugs@httpd.apache.org
          Reporter: maxarturo@ya.ru

Interested in how it should respond directive <Listen>, given the attribute
"protocol". 
If to trust documentation Apahce, this attribute is required, for example, to
specify the use of SSL on a non-standard port. The problem is that setting this
parameter has no effect. 
I try to do the following: set "Listen 81 https" + off SSL (SSLEngine Off) +
turn to host [***.**:81...] = all working well, but in the idea of
"&#8203;&#8203;protocol" attribute directive <Listen>, should not work. 
The converse is also true: set "Listen 81 http" + on SSL (SSLEngine On) + turn
to host https://***.**:81 = all working well, but in the idea should not work.
Thus, as I understand it, it turns out that the server does not process the
attribute "protocol". 
And how should the server to respond to the "protocol" attribute directive
<Listen>? How to use this attribute?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55234] Working of attribute "protocol" attribute "protocol" the directive

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55234

maxarturo@ya.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxarturo@ya.ru

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55234] Working of attribute "protocol" attribute "protocol" the directive

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55234

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|mpm_prefork                 |Documentation
           Assignee|bugs@httpd.apache.org       |docs@httpd.apache.org

--- Comment #1 from Eric Covener <co...@gmail.com> ---
Changing component to Documentation, it should be more clear when it's
necessary and what it does.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55234] Working of attribute "protocol" attribute "protocol" the directive

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55234

maxarturo@ya.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Documentation               |mpm_prefork
           Assignee|docs@httpd.apache.org       |bugs@httpd.apache.org

--- Comment #10 from maxarturo@ya.ru ---
(In reply to Eric Covener from comment #9)
> That's not the purpose.  The doc could clarify it.

I'm sorry, but in what line documentation (see
http://httpd.apache.org/docs/2.2/mod/mpm_common.html # listen) is written about
how daemon should react?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org