Re: virtual host support

2003-03-10 Thread Jose Roberto B. de A. Monteiro
"Kevin Ryde" wrote: > "Jose Roberto B. de A. Monteiro" <[EMAIL PROTECTED]> writes: > > > > - (request (format #f "~A ~A ~A" method path http:version)) > > + (request (format #f "~A ~A ~A\r\nHost: ~A" method path h

virtual host support

2003-02-27 Thread Jose Roberto B. de A. Monteiro
Hello there, In guile-www package: in http:request procedure, I am sending a patch to support virtual hosts retrieving. The patch is bellow. In cases of a single host supporting many other virtual hosts, the previous http:request retrieves the main host page. Regards, Jose Roberto Monteiro ==