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

[1410 byte] By [mnyla] at [2007-11-26 14:54:26]
# 1
Don't think there's anything called "name-trans-passthrough". I guess you need tofix the value of the "funcs" argument to the load-modules function.
motora at 2007-7-8 8:42:53 > top of Java-index,Web & Directory Servers,Web Servers...