Searched defs:web_conf_path (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin.c362 * @param web_conf_path The path of the conf.d file (in the case of Apache)
372 const char* web_conf_path,
671 fprintf(f, "%s %s %s\n", created_name_simple, created_name_path, web_conf_path);
683 if (rv == AM_SUCCESS && copy_file(web_conf_path, NULL) == AM_SUCCESS) {
685 f = fopen(web_conf_path, "a");
692 install_log("webserver configuration %s updated", web_conf_path);
695 install_log("failed to create a backup copy of %s", web_conf_path);
723 rv = add_directory_acl((char *) web_conf_path, (char *) instance_path, NULL);
725 web_conf_path, am_strerror(rv));
728 rv = add_directory_acl((char *) web_conf_path, (cha
371 create_agent_instance(int status, const char* web_conf_path, const char* openam_url, const char* agent_realm, const char* agent_url, const char* agent_user, const char* agent_password, uid_t* uid, gid_t* gid, property_map_t* property_map) argument
[all...]

Completed in 32 milliseconds