[prev in list] [next in list] [prev in thread] [next in thread] 

List:       backhand-users
Subject:    Re: [mod_backhand-users] following up on myself : RESOLUTION
From:       J M <drxacto () yahoo ! com>
Date:       2001-07-13 23:27:26
[Download RAW message or body]

for anyone else who might be struggling with a similar problem:

i eventually moved the mod_mime-related *Directives* in front of the
mod_backhand-related Directives in httpd.conf...

thanks.

-- example --
<IfModule mod_mime.c>
 TypesConfig /path/to/mime.types
 AddType application/x-httpd-php .php
</IfModule>
<IfModule mod_backhand.c>
 UnixSocketDir /path/to/backhand_unixsocketdir
 [...]
 <Directory "/var/www/test">
  BackHand byRandom
 </Directory>
</IfModule>



--- J M <drxacto@yahoo.com> wrote:
> thanks for the reply, Theo,
> 
> yep, i had already gone through that pretty thoroughly. i used
> ClearModuleList and then re-AddModuled each module, using every
> permutation of the ordering. 
> 
> hrm. still no luck in my efforts to figure this out. it certainly
> seem
> to have something to do with mod_mime... unfortunately i don't think
> i
> have the option of upgrading to Apache1.3.20 for this...
> 
> thanks again for the suggestion!
> 
> ~joe
> 
> --- Theo Schlossnagle <jesus@omniti.com> wrote:
> > Try playing with the AddModule ordering.  That sounds like a simple
> 
> > order of handler execution problem.  Try moving AddModule
> > mod_backhand.c 
> > right before or right after AddModule mod_mime.c and see if one of
> > those 
> > ways works.
> > 
> > You _may_ be able to get away with just changing the LoadModules
> > around 
> > in that fashion, but I have all of my modules dictated with
> AddModule
> > 
> > directives.
> > 
> > On Thursday, July 12, 2001, at 06:53  PM, J M wrote:
> > > my prev email requested input regarding
> > apache1.3.9/mod_backhand1.2.0.
> > > i have found that the server *will* backhand if i unLoad
> > mod_mime.so.
> > > of course, then i have to remove all mod_mime-related directives,
> > and
> > > that breaks php etc... i ultmimtately want to set up DNS to
> > round-robin
> > > to either server, and have backhand hand-off byRandom between the
> > two.
> > > (intention is to create more complicated candidacy config when i
> > can
> > > prove it will work byRandom...)
> > 
> > --
> > Theo Schlossnagle
> > 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
> > 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

_______________________________________________
backhand-users mailing list
backhand-users@lists.backhand.org
http://lists.backhand.org/mailman/listinfo/backhand-users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic