On Wed, May 02, 2001 at 07:28:05AM -0400, darren chamberlain wrote:
> will trillich ([EMAIL PROTECTED]) said something to this effect on 05/02/2001:
> > Cookies are restricted to certain domains, for security reasons.
> > (Why have a microsoft.com cookie sent to debian.org, right?)
> > So all cookies need
> > 
> >     domain=box.subnet.intralan.organization.tld
> 
> *snip*
> 
> A similar thread happened a while ago (see, e.g.,
> 
>[EMAIL PROTECTED]">http://forum.swarthmore.edu/epigone/modperl/blixnortix/[EMAIL PROTECTED]);
> Rusty Foster (of kuro5hin.org fame) explained his solution pretty well
> here:
> [EMAIL PROTECTED]">http://forum.swarthmore.edu/epigone/modperl/blixnortix/[EMAIL PROTECTED]

here's the solution rusty posted:

        NameVirtualHost 216.181.35.174  # IP of www.kuro5hin.org

        # Redirect all hostless requests to www VHost
        <VirtualHost 216.181.35.174>
                ServerName kuro5hin.org
                Redirect permanent / http://www.kuro5hin.org/
        </VirtualHost>

        # Proper URI for www.kuro5hin.org
        <VirtualHost 216.181.35.174>
          ServerName www.kuro5hin.org
          ...etc...
        </VirtualHost>

how is that different from 

        UseCanonicalName on

-- 
don't visit this page. it's bad for you. take my expert word for it.
http://www.salon.com/people/col/pagl/2001/03/21/spring/index1.html

[EMAIL PROTECTED]
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Reply via email to