
bondu at alphastate
May 6, 2002, 12:12 PM
Post #4 of 7
(1469 views)
Permalink
|
It only seems to happen with byRandom, if that helps track down the problem. On Mon, 2002-05-06 at 12:09, Theo Schlossnagle wrote: > Jason Yates wrote: > > >I found an interesting problem(bug?), which could be a conflict between > >mod_backhand and mod_dir. > > > >I setup my directory index, > > > ><IfModule mod_dir.c> > > DirectoryIndex index.html index.cgi login.cgi > ></IfModule> > > > >In going to http://my.server.com/, I should pickup index.html. Instead > >I'm getting an error, "script not found or unable to stat: index.html" > >about every sixth time the page is loaded. > > > >But if I were to goto http://my.server.com/index.html, bypassing > >mod_dir, I never get the stat errors. > > > >BTW index.html is on every server in the cluster. > > > >Any answers? Is this a known bug? I was thinking of getting passed > >mod_dir using redirection or something. I've had no luck. Anyone have a > >quick fix? > > > > > I think I has seent his behaviour before. I saw Apache trying to stat > '/index.html' on my box. Someone submitted a patch, and it was applied > in the 1.2.0 release. However, I don't think it entirely fixed the > problem. Just a shot in the dark, but try swapping the mod_dir and > mod_backhand AddModule lines. > > -- > > Theo Schlossnagle > Principal Consultant > OmniTI Computer Consulting, Inc. -- http://www.omniti.com/ > Phone: +1 301 776 6376 Fax: +1 410 880 4879 > 1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984 > 2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7 > > > > > > _______________________________________________ > backhand-users mailing list > backhand-users [at] lists > http://lists.backhand.org/mailman/listinfo/backhand-users
|