rp_unregister_directory_map

one of the documented procedures in this installation of the ACS
Usage:
rp_unregister_directory_map   url_section
What it does:
Unregisters a directory mapping created by a call to rp_register_directory_map.
Defined in: /web/philip/packages/acs-core/request-processor-procs.tcl

Source code:


    nsv_unset rp_directory_map $url_section


philg@mit.edu