I'm not getting the value I expect for CGI environment variables. [http://tcl.activestate.com/man/aolserver3.0/cgi-ch4.htm]. Specifically, when I request the URL
"http://javamlm.mills.edu/mailman/admin/test" I get the following values: SCRIPT_NAME: "/mailman/admin/test" PATH_INFO: "/test" I expected SCRIPT_NAME to be "/mailman/admin". The relevant section of my configuration file is: ns_section "ns/server/${servername}/module/nscgi" ns_param Map "GET /mailman /usr/local/mailman/cgi-bin" ns_param Map "POST /mailman /usr/local/mailman/cgi-bin" I am using aolserver 3.2. Can you tell me if: 1. This is a bug in aolserver. 2. I have misconfigured the system. 3. This is the proper value for SCRIPT_NAME. This problem has kept me from getting mailman to work with aolserver. I have been able to get mailman to work with apache. Thank you. Ellen Spertus
