Hi guys! I'm trying to configure the nsvhr module to connect with other web server (on a Windows machine with IIS) and always I'm getting an error (I'm don't know what error!). In my log file I can see that my aolserver is redirecting a connection to "/eurl". Here is my configuration parameters for nsvhr. The machine where is running AOLServer is "luke" and the machine with IIS is "yoda"
I add this line to probe but I get the same error. ns_param "luke:11000/epes" "http://luke" Somebody could help me? Thank you guys! Ariel. ============================================================= # # Virtual Hosting redirector -- nsvhr # ns_section "ns/server/${servername}/module/nsvhr" ns_param busyurl "burl" ;# Redirect here if back-end times out ns_param errorurl "eurl" ;# Redirect here on proxy errors ns_param method "GET" ;# Methods allowed to proxy ns_param method "POST" ;# Methods allowed to proxy (can have >1) ns_param timeout 30 ;# Timeout waiting for back-end # Register hosts to proxy ns_section "ns/server/${servername}/module/nsvhr/maps" ns_param "luke:11000/epes" "http://luke" ;# HTTP proxy ns_param "luke:11000/yoda" "http://yoda" ;# HTTP proxy ============================================================= _______________________________ Ariel E. Carn� Buenos Aires - ARGENTINA e-mail: [EMAIL PROTECTED]
