If you type http://domain.com into a browser, it issues a request for /.  (at 
least firefox does). 

I doubt you can do a GET request for an empty path, i assume that that is 
handled by the browser.  If it wasn't, i would think that mod_dir would bounce 
the request to '/', and it would still work.

Adam

-----Original Message-----
From: Philip M. Gollucci [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 13, 2005 3:05 PM
To: Octavian Rasnita
Cc: modperl@perl.apache.org
Subject: Re: A handler just for the / location


Octavian Rasnita wrote:
> Instead of using:
> 
> <Location />
> SetHandler perl-script
> PerlResponseHandler ModPerl::Testing
> </Location>
> 
> I can use:
> 
> <LocationMatch ^/$>
> SetHandler perl-script
> PerlResponseHandler ModPerl::Testing
> </LocationMatch>
Does that still for for example
http://google.com
vs
http://google.com/

-- 
END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
   http://www.liquidityservicesinc.com
        http://www.liquidation.com
        http://www.uksurplus.com
        http://www.govliquidation.com
        http://www.gowholesale.com

Reply via email to