On Fri, 4 Apr 2003, [EMAIL PROTECTED] wrote: > While this will work for something like Apache I have an application > that require both Host and Port in order to map to a virtual host. > > It appears that the server socket only receives: > > GET /test.xml HTTP/1.1 > Host: someserver > User-Agent: libghttp/1.0 > > and that the port number is lost! > > Could this be a bug with the Perl Mod, Gnome C library?
Looks like it (though I wasn't aware that there was a Port: header - you learn something new every day!). You could try the CVS version of Util, which uses LibXML's http engine instead of libghttp. $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs login (press enter for password) $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co AxKit-XSP-Util -- <!-- Matt --> <:->get a SMart net</:-> Spam trap - do not mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
