
jyzhou at fedex
Sep 16, 2002, 10:29 PM
Post #9 of 9
(1387 views)
Permalink
|
|
again: How can I test the mod_backhand is in effect?
[In reply to]
|
|
hi all, apache ServerA: 150.160.87.85, in httpd.conf, I config the Server Name: 150.160.87.85 apache Server B: 150.160.87.88, in httpd.conf, I config the Server Name: 150.160.87.88 Now I can visit http: // 150.160.87.85/backhand http: // 150.160.87.88/backhand (1)but, in /var/log/httpd/access_log of server B I can not see an access coming from server A. or wise versa., Can anybody tell me the reason? Is that means mod_backhand is not in effect. (2)In fact, I want to proxy all requests come to ServerA and Server B to another Server C(which is a weblogic server)? anybody has experience doing that? thanks zhou Mathias Kettner <mk [at] quara>@lists.backhand.org on 09/12/2002 09:39:27 PM Please respond to backhand-users [at] lists Sent by: backhand-users-admin [at] lists To: backhand-users [at] lists cc: Subject: Re: [m_b_users] again: How can I test the mod_backhand is in effect? > jyzhou [at] fedex wrote: > > > How can I test the mod_backhand is in effect? If server A redirects a request to server B, than in /var/log/httpd/access_log of server B you well see an access coming from server A. Make sure, that the diag screen http://localhost/backhand/ does not show IP-Number 127.0.0.1 or similar for one or more of the hosts. I had that problem. In the /etc/hosts file was an entry where 127.0.0.1 pointed to the real hostname (in addition to localhost). So a reverse name-lookup yielded the wrong IP-Address. Redirection didn't work! > > > > > Enable the <Location /backhand/> as described in the docs and on the > configuration help on the site. > > visit your site http://yourdomain/backhand/ > > There should be a row for each server, the IP:port should be correct and > none should be red. > > There is a sample cgi-bin script that comes with mod_backhand to help > test to see if it is working. > > -- Mathias .'\ /. .'.-.-'.-.. ..._: .-. .-. :_... .' '-.(o ) (o ).-' . : _ _ _~(_)~_ _ _ : : /: ' .-=_ _=-. ;\ : : :|-.._ ' _..-|: : : :| |:-:-.-:-:'| |:' : . .| | | | | | |.' .' . -:_| | |_:-' .' -._ ` _.-' -------'' _______________________________________________ backhand-users mailing list backhand-users [at] lists http://lists.backhand.org/mailman/listinfo/backhand-users
|