---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I have apache 1.3.9 and JServ 1.1 running fine (on solaris 2.7) when pointing locally, e.g. in my apache virtual host config, I have this: this works: ApJServMount /local ajpv12://localhost:8013/myzone but when I try to point the zone to anything other than localhost, I simply get an internal server error, even if I simply point it back to itself using its own dns name (e.g. webserver) this does not: ApJServMount /local ajpv12://webserver:8013/myzone where webserver is the name of the machine where I am running both apache and JServ. I've also tried substituting the IP address directly in place of "webserver". (That doesn't work either.) I've checked the security.allowedAddresses parameter in the JServ config and tried every combination of name and IP address that maps to webserver, but nothing seems to work. Running netstat, I don't see any attempts at a connection... Any clues? Is my syntax simply wrong? jae -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]