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 2006/12/17 17:26:22 UTC

DO NOT REPLY [Bug 41191] New: - http bad request generated from ssl virtual host

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41191>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41191

           Summary: http bad request generated from ssl virtual host
           Product: Apache httpd-2
           Version: 2.2.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: f.malfatto@fmal.com


I have a lot of "GET /" 400 entries in my log for only one ssl virtual host.

On my server there are many http virtualhosts and some ssl. All ssl virtualhost
are ip-based, and some of the http virtual hosts are name virtualhost.

I notice that only one ssl virtual host (the highest address) logs the entries
in access_log (not in error_log !).

Also the server_status page reports the connections (a lot):
ip171.fmal.com	test.fmal.com	GET /

ip171.fmal.com has address 151.1.219.171
test.fmal.com is an alias for ip171.fmal.com.

Here are the listen.conf entries:
Listen 151.1.219.161:80
Listen 151.1.219.164:80
Listen 151.1.219.165:80
Listen 151.1.219.166:80
Listen 151.1.219.167:80
Listen 151.1.219.169:80
Listen 151.1.219.170:80

<IfDefine SSL>
    <IfDefine !NOSSL>
        <IfModule mod_ssl.c>
        Listen 151.1.219.161:443
        Listen 151.1.219.162:443
        Listen 151.1.219.163:443
        Listen 151.1.219.171:443
        </IfModule>
    </IfDefine>
</IfDefine>

If I delete the entry for ip171, the 400 error goes to log for virtual host on
ip 163.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41191] - http bad request generated from ssl virtual host

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41191>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41191





------- Additional Comments From f.malfatto@fmal.com  2006-12-20 12:25 -------
Partially resolved: if I took away all ssl virtualhost definitions, I can see
this message in error_log:
ip171.fmal.com - - [20/Dec/2006:12:10:55 +0100] "GET / HTTP/1.0" 200 44 "-"
"Apache/2.2.3 (Linux/SUSE) (internal dummy connection)"

Reading manuals I understand this is a way to kill process exceeding
MaxSpareServers. So I tried to higher this value from 12 to 48 and the error
messages decreased greatly.

The minor bug is that they are sent to ssl virtual host and so are not understood.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41191] - http bad request generated from ssl virtual host

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41191>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41191


chip@force-elite.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From chip@force-elite.com  2007-03-05 11:56 -------


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

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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