reverse proxy configuration
hi,
can anyone guide me to configure the reverse proxy on sun one webserver6.1 running on solaris9.
following configuration i have done in magnus and obj -
magnus.conf -
==================================
Init fn="load-modules" shlib="/web_server/plugins/passthrough/libpassthrough.so" funcs="init-passthrough,service-passthrough,name-trans-pass
through" Thread="no"
Init fn="init-passthrough"
=================================
obj.conf
===============================
NameTrans fn="assign-name" from="(/xyz|/xyz/*)" name="xyz"
<Object name="xyz" 2=">">
ObjectType fn="force-type" type="magnus-internal/passthrough"
Service fn="service-passthrough" type="magnus-internal/passthrough" method="(GET|HEAD|POST)" servers="http://abc.com:81"
Error reason="Bad Gateway" fn="send-error" uri="$docroot/badgateway.html"
</Object>
=============================
while stating my server i get following error and server doesn't get start -
[11/Jan/2007:19:29:44] failure ( 1588): CORE3170: Configuration initialization failed: Error running init function load-modules: dlsym for name-trans-passthrough failed (ld.so.1: webservd: fatal: name_trans_passthrough: can't find symbol)
==================================
any help would be highly appreciated
thx,
Ajay

