
bondu at alphastate
May 4, 2002, 2:23 PM
Post #7 of 12
(2000 views)
Permalink
|
try taking out byRandom everywhere. it seems to have worked for me. On Sat, 2002-05-04 at 11:35, Richard Saffell wrote: > I have this too -- I would love to figure out why so I can take those > "Backhand off" rules out of the config for default files! > > -----Original Message----- > From: Lionel Raynaud [mailto:lraynaud [at] Barneki] > Sent: Saturday, May 04, 2002 10:12 AM > To: backhand-users [at] lists > Cc: Daniel Bondurant > Subject: [m_b_users] Re: DirectoryIndex Problem > > > Daniel, > > I did have the same results than you. Whatever the encapsultation used > for html files: Directory or Files... For these tests I'm using 2 > Solaris 8 boxes running the latest greatest Apache 1.3 + backhand. > The candidacy funtions used are so simple...: > > backhand byAge > backhand byRandom > > http://www.website.com/test.html will work perfectly > http://www.website.com/index.html will generate random file not found > http://www.website.com/ will generate random file not found > > It is interesting to observe that using the byLoad function decrease the > number of "File not found" produced. E.g: > > backhand byAge > backhand byRandom > backhand byLoad > > Under the assumption that two frontier servers were may be not > sufficient, we used a slightly different configuration, adding a 3rd > servers. AS far as I remember the configuration was based on 1 frontier > server and 2 backends. All the HTTP requests were directed to the > frontier. The frontier server was load balancing the requests to the two > backend servers with the followind conf: > > backhand byAge > backhand byRandom > > And the random file not found never appeared. > > Any idea? > > Lionel Raynaud. > > > Daniel Bondurant wrote: > > > I have finally tracked down the problem of getting File not Found errors > > > http://lists.backhand.org/pipermail/backhand-users/2002-January/000654.html > > > http://lists.backhand.org/pipermail/backhand-users/2002-February/000693.html > > http://lists.backhand.org/pipermail/backhand-users/2002-April/000819.html > > > > basically. what is happening is I am getting apache log errors for > > /index.php > > when I am accessing > > /path/to/www/index.php > > > > I am only getting these errors when accessing > > http://mysite/ > > and not > > http://mysite/index.php > > > > Same problem for accessing / vs. /index.html > > > > my DirectoryIndex in httpd.conf is nothing special: > > DirectoryIndex index.html index.php > > > > has anyone else run into this problem and know how to get around it > > > > I have two servers, both running > > Apache/1.3.24 (Unix) Debian GNU/Linux mod_backhand/1.2.1 PHP/4.1.2 > > > > > > thanks > > daniel > > > > > > > > _______________________________________________ > backhand-users mailing list > backhand-users [at] lists > http://lists.backhand.org/mailman/listinfo/backhand-users > > _______________________________________________ > backhand-users mailing list > backhand-users [at] lists > http://lists.backhand.org/mailman/listinfo/backhand-users
|