On Sat, 08 Jan 2000, Sergio Salvi wrote:

> Is there a way to remove the stat() and lstat()
> syscalls when using the <Location> directive, as
> in this case they're not necessary ?

Make sure you set "AllowOverride None" so that it doesn't try and locate a
.htaccess file.

> PS: I've found a simple hack for this: adding an
> "Alias /cgi/ /" line will make apache try to
> stat("/myhandler") and
> then lstat("/myhandler"), reducing the number of
> stats from 13 to 2. But it's just a ugly patch...

That may ultimately be the best solution!

-- 
<Matt/>

Details: FastNet Software Ltd - XML, Perl, Databases.
Tagline: High Performance Web Solutions
Web Sites: http://come.to/fastnet http://sergeant.org
Available for Consultancy, Contracts and Training.

Reply via email to