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 2012/03/03 09:38:57 UTC

DO NOT REPLY [Bug 52794] Log file shows ssl port as 443

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

Kaspar Brand <as...@velox.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
            Version|2.2.20                      |2.2-HEAD
         OS/Version|Linux                       |All

--- Comment #2 from Kaspar Brand <as...@velox.ch> 2012-03-03 08:38:57 UTC ---
If the ServerName directive does not include a port number, then that's
expected, yes.

What is being printed in the error log lines shown above is mod_ssl's
"vhost_id", which is determined independently of any request_rec (it's
basically set at startup).

We could change the logging statements to use
ap_get_server_name()/ap_get_server_port() for those cases where we have a
request_rec - i.e. the one with "Initial (No.1) HTTPS request..." e.g.

As for the "custom_log", it's not clear to me what the first field is referring
to. Can you provide the LogFormat directive you've used for logging this
request?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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