Bug 52458

Summary: HTTP support broken
Product: [Retired] Red Hat Linux Reporter: Need Real Name <rhbugs.mlvanbie>
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-23 21:30:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-08-23 21:30:12 UTC
Description of Problem:

When doing an install by HTTP, the installer doesn't follow the HTTP spec
correctly and doesn't use HTTP/1.1, effectively preventing the use of
virtual web servers.

Version-Release number of selected component (if applicable):

anaconda-7.1-5

How Reproducible:

Attempt a web install from a virtual web server.  (Note that apache seems
to default to the first virtual server in a configuration file when
anaconda tries to get the files.)


What install does:

$ telnet rh_src_host 80
GET /url "HTTP/1.0"

What it should do:

$ telnet rh_src_host 80
GET /url HTTP/1.1
Host: rh_src_host

Additional notes:

How should I specify a port number?

Comment 1 Matt Wilson 2001-08-24 18:23:20 UTC
fixed in roswell.