You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by zas <za...@metaconcept.com> on 2000/03/06 18:35:22 UTC

general/5835: MSIE 4.5 PowerMac can't access any virtual host

>Number:         5835
>Category:       general
>Synopsis:       MSIE 4.5 PowerMac can't access any virtual host
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Mar 06 09:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     zas@metaconcept.com
>Release:        1.3.12
>Organization:
apache
>Environment:
Linux 2.2.14 gcc version pgcc-2.91.60 i686

Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_info.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_speling.c
  mod_userdir.c
  mod_alias.c
  mod_rewrite.c
  mod_access.c
  mod_auth.c
  mod_auth_anon.c
  mod_auth_db.c
  mod_digest.c
  mod_usertrack.c
  mod_setenvif.c
  mod_ssl.c
  mod_php3.c
>Description:
Triing to access to any IP-based virtual host with MSIE 4.5 PowerMac, return an http protocol error on browser side
On server side in the virtual host access_log file :
xxx.xxx.xxx.xxx - - [06/Mar/2000:09:46:47 +0100] "GET / HTTP/1.1" 200 4894 "-" "Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC)

My httpd.conf contains :

Listen xxx.xxx.xxx.xxx:80
<VirtualHost xxx.xxx.xxx.xxx:80> 
        DocumentRoot "/home/httpusers/xxxxx/public_html"
        ServerName www.xxxxx.com
        ServerAdmin zas@metaconcept.com
        ErrorLog /home/httpusers/xxxxx/log/error.log
        CustomLog /home/httpusers/xxxxx/log/access.log combined
        <Directory "/home/httpusers/xxxxx/public_html">
                Options FollowSymLinks
                AllowOverride AuthConfig
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>

There isn't any problem with browsers Netscape2.02/3.0/4.61 and MSIE 4.0/5.0 under windows, Netscape 4.61/4.71/4.72 and lynx 2.8.2 under linux, etc...
this problem seems to concern "Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC)"


Please help.
>How-To-Repeat:
http://www.allier-architecte.com fails with MSIE4.5 Mac_PowerPC
http://www.metaconcept.tm.fr is ok ( same server not a virtual host )
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]