rp_register_directory_map

EveAndersson.com : API Browser : rp_register_directory_map

rp_register_directory_map

rp_register_directory_map url_section package [ path_within_package ]
Defined in packages/acs-core/request-processor-procs.tcl

Registers the directory packages/$package/$path_within_package as the true location of a set of files under package management. E.g., if the package "apm" is going to be served from "/apm" and "/admin/apm" but the files are in /packages/acs-core/apm/www and /packages/acs-core/apm/admin-www, call

rp_register_directory_map "apm" "acs-core" "apm"

Parameters:
url_section
package
path_within_package (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com