[ic] FullUrl usage? anyone?

Mike Heins mheins@redhat.com
Fri, 13 Apr 2001 16:40:56 -0400


Quoting Jud Harris (jud-lists@copernica.com):
> After trying every single possible variation of the FullUrl/Catalog
> directives unsuccessfully, I'm at a loss... Can anyone tell me how to format
> the Catalog directive when FullUrl Yes is set?  I'm trying to run one catalog
> per vhost - nothing seems to work.
> 

It was a bug -- this line was removed from @Map in Server.pm:

    'server_host' => 'HTTP_HOST',

This patch fixes it:


RCS file: /anon_cvs/repository/interchange/lib/Vend/Server.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -r1.9 -r1.10
3c3
< # $Id: Server.pm,v 1.9 2001/03/19 18:38:10 heins Exp $
---
> # $Id: Server.pm,v 1.10 2001/04/13 20:39:29 heins Exp $
31c31
< $VERSION = substr(q$Revision: 1.9 $, 10);
---
> $VERSION = substr(q$Revision: 1.10 $, 10);
81a82
>      'server_host' => 'HTTP_HOST',

-- 
Red Hat, Inc., 131 Willow Lane, Floor 2, Oxford, OH  45056
phone +1.513.523.7621 fax 7501 <mheins@redhat.com>

"Laughter is inner jogging." -- Norman Cousins