Searched refs:config (Results 1 - 21 of 21) sorted by relevance

/httpd/support/
H A Drotatelogs.c102 static rotate_config_t config; variable
164 static adjusted_time_t get_now(rotate_config_t *config, apr_int32_t *offset) argument
169 if (config->use_localtime) {
179 utc_offset = config->utc_offset;
191 static void close_logfile(rotate_config_t *config, struct logfile *logfile) argument
193 if (config->verbose) {
203 static void dumpConfig (rotate_config_t *config) argument
205 fprintf(stderr, "Rotation time interval: %12d\n", config->tRotation);
206 fprintf(stderr, "Rotation size interval: %12d\n", config->sRotation);
207 fprintf(stderr, "Rotation time UTC offset: %12d\n", config
232 checkRotate(rotate_config_t *config, rotate_status_t *status) argument
272 post_rotate(apr_pool_t *pool, struct logfile *newlog, rotate_config_t *config, rotate_status_t *status) argument
374 doRotate(rotate_config_t *config, rotate_status_t *status) argument
512 get_time_or_size(rotate_config_t *config, const char *arg, int last) argument
[all...]
H A Dapxs.in177 print STDERR "apxs:Error: no config variable $var\n";
618 # expect a config line with
784 NULL, /* create per-dir config structures */
785 NULL, /* merge per-dir config structures */
786 NULL, /* create per-server config structures */
787 NULL, /* merge per-server config structures */
788 NULL, /* table of config file commands */
/httpd/modules/metadata/
H A Dmod_remoteip.c64 remoteip_config_t *config = apr_pcalloc(p, sizeof *config); local
65 /* config->header_name = NULL;
66 * config->proxies_header_name = NULL;
68 return config;
76 remoteip_config_t *config; local
78 config = (remoteip_config_t *) apr_palloc(p, sizeof(*config));
79 config->header_name = server->header_name
82 config
94 remoteip_config_t *config = ap_get_module_config(cmd->server->module_config, local
103 remoteip_config_t *config = ap_get_module_config(cmd->server->module_config, local
127 remoteip_config_t *config = ap_get_module_config(cmd->server->module_config, local
221 remoteip_config_t *config = (remoteip_config_t *) local
[all...]
/httpd/build/aix/
H A Dbuildaix.ksh29 apr_config=`which apr-1-config`
30 apu_config=`which apu-1-config`
35 apr_config=`which apr-1-config`
36 apu_config=`which apu-1-config`
64 echo "The apr source directory / apr-1-config could not be found"
71 echo "The apu source directory / apu-1-config could not be found"
106 ls -l ./Makefile config.*
/httpd/modules/dav/lock/
H A Dmod_dav_lock.c65 static const char *dav_lock_cmd_davlockdb(cmd_parms *cmd, void *config, argument
68 dav_lock_dir_conf *conf = config;
98 dav_lock_create_dir_config, /* dir config creater */
100 NULL, /* server config */
101 NULL, /* merge server config */
/httpd/docs/manual/style/css/
H A Dprettify.css57 pre.lang-config{
64 .lang-config .tag { color: #821; font-weight: bold } /* enclosures */
65 .lang-config .kwd { color: #128; font-weight: bold } /* directives */
66 .lang-config .com { color: #c46d34 } /* comments */
67 .lang-config .lit { color: #077 } /* miscellaneous types: Options arguments, handler names etc */
/httpd/build/pkg/
H A Dbuildpkg.sh27 apr_config=`which apr-1-config`
28 apu_config=`which apu-1-config`
54 echo "The apr source directory / apr-1-config could not be found"
60 echo "The apu source directory / apu-1-config could not be found"
/httpd/modules/aaa/
H A Dmod_auth_form.c145 static const char *add_authn_provider(cmd_parms * cmd, void *config, argument
148 auth_form_config_rec *conf = (auth_form_config_rec *) config;
206 static const char *set_cookie_form_location(cmd_parms * cmd, void *config, const char *location) argument
208 auth_form_config_rec *conf = (auth_form_config_rec *) config;
214 static const char *set_cookie_form_username(cmd_parms * cmd, void *config, const char *username) argument
216 auth_form_config_rec *conf = (auth_form_config_rec *) config;
222 static const char *set_cookie_form_password(cmd_parms * cmd, void *config, const char *password) argument
224 auth_form_config_rec *conf = (auth_form_config_rec *) config;
230 static const char *set_cookie_form_method(cmd_parms * cmd, void *config, const char *method) argument
232 auth_form_config_rec *conf = (auth_form_config_rec *) config;
238 set_cookie_form_mimetype(cmd_parms * cmd, void *config, const char *mimetype) argument
246 set_cookie_form_body(cmd_parms * cmd, void *config, const char *body) argument
254 set_cookie_form_size(cmd_parms * cmd, void *config, const char *arg) argument
270 set_login_required_location(cmd_parms * cmd, void *config, const char *loginrequired) argument
287 set_login_success_location(cmd_parms * cmd, void *config, const char *loginsuccess) argument
304 set_logout_location(cmd_parms * cmd, void *config, const char *logout) argument
321 set_site_passphrase(cmd_parms * cmd, void *config, const char *site) argument
329 set_authoritative(cmd_parms * cmd, void *config, int flag) argument
337 set_fake_basic_auth(cmd_parms * cmd, void *config, int flag) argument
345 set_disable_no_store(cmd_parms * cmd, void *config, int flag) argument
[all...]
H A Dmod_auth_basic.c87 static const char *add_authn_provider(cmd_parms *cmd, void *config, argument
90 auth_basic_config_rec *conf = (auth_basic_config_rec*)config;
132 static const char *set_authoritative(cmd_parms * cmd, void *config, int flag) argument
134 auth_basic_config_rec *conf = (auth_basic_config_rec *) config;
142 static const char *add_basic_fake(cmd_parms * cmd, void *config, argument
145 auth_basic_config_rec *conf = (auth_basic_config_rec *) config;
183 static const char *set_use_digest_algorithm(cmd_parms *cmd, void *config, argument
186 auth_basic_config_rec *conf = (auth_basic_config_rec *)config;
509 create_auth_basic_dir_config, /* dir config creater */
511 NULL, /* server config */
[all...]
H A Dmod_auth_digest.c445 static const char *set_realm(cmd_parms *cmd, void *config, const char *realm) argument
447 digest_config_rec *conf = (digest_config_rec *) config;
478 static const char *add_authn_provider(cmd_parms *cmd, void *config, argument
481 digest_config_rec *conf = (digest_config_rec*)config;
523 static const char *set_qop(cmd_parms *cmd, void *config, const char *op) argument
525 digest_config_rec *conf = (digest_config_rec *) config;
545 static const char *set_nonce_lifetime(cmd_parms *cmd, void *config, argument
558 ((digest_config_rec *) config)->nonce_lifetime = apr_time_from_sec(lifetime);
562 static const char *set_nonce_format(cmd_parms *cmd, void *config, argument
568 static const char *set_nc_check(cmd_parms *cmd, void *config, in argument
582 set_algorithm(cmd_parms *cmd, void *config, const char *alg) argument
596 set_uri_list(cmd_parms *cmd, void *config, const char *uri) argument
609 set_shmem_size(cmd_parms *cmd, void *config, const char *size_str) argument
[all...]
H A Dmod_authnz_ldap.c44 apr_pool_t *pool; /* Pool that this config is allocated from */
46 apr_thread_mutex_t *lock; /* Lock for this config */
73 char **sgAttributes; /* Array of strings constructed (post-config) from subgroupattrs. Last entry is NULL. */
240 * config-supplied portions.
430 * Requires the per-request config be set to ensure the connection is cleaned up
446 "per-request config");
450 /* If the password isn't set in the per-request config, we didn't
1467 void *config,
1475 authn_ldap_config_t *sec = config;
1576 static const char *mod_auth_ldap_set_deref(cmd_parms *cmd, void *config, cons argument
1466 mod_auth_ldap_parse_url(cmd_parms *cmd, void *config, const char *url, const char *mode) argument
1598 mod_auth_ldap_add_subgroup_attribute(cmd_parms *cmd, void *config, const char *arg) argument
1615 mod_auth_ldap_add_subgroup_class(cmd_parms *cmd, void *config, const char *arg) argument
1630 mod_auth_ldap_set_subgroup_maxdepth(cmd_parms *cmd, void *config, const char *max_depth) argument
1641 mod_auth_ldap_add_group_attribute(cmd_parms *cmd, void *config, const char *arg) argument
1656 set_charset_config(cmd_parms *cmd, void *config, const char *arg) argument
[all...]
H A Dmod_authz_core.c124 * it as a new auth config w.r.t. AuthMerging */
290 /* Walk the subsection configuration to get the per_dir config that we will
304 /* Save off the new directory config along with the original
315 /* by the time the config file is used, the provider should be loaded
382 static const char *add_authz_provider(cmd_parms *cmd, void *config, argument
385 authz_core_dir_conf *conf = (authz_core_dir_conf*)config;
403 /* by the time the config file is used, the provider should be loaded
1157 create_authz_core_dir_config, /* dir config creater */
1159 create_authz_core_svr_config, /* server config */
1160 merge_authz_core_svr_config , /* merge server config */
[all...]
/httpd/modules/dav/fs/
H A Dmod_dav_fs.c72 static const char *dav_fs_cmd_davlockdb(cmd_parms *cmd, void *config, argument
111 NULL, /* dir config creater */
113 dav_fs_create_server_config, /* server config */
114 dav_fs_merge_server_config, /* merge server config */
/httpd/modules/session/
H A Dmod_session_cookie.c28 * Structure to carry the per-dir session config.
213 static const char *set_cookie_name(cmd_parms * cmd, void *config, argument
218 session_cookie_dir_conf *conf = (session_cookie_dir_conf *) config;
229 static const char *set_cookie_name2(cmd_parms * cmd, void *config, argument
234 session_cookie_dir_conf *conf = (session_cookie_dir_conf *) config;
277 create_session_cookie_dir_config, /* dir config creater */
280 NULL, /* server config */
281 NULL, /* merge server config */
H A Dmod_session_crypto.c42 * Structure to carry the per-dir session config.
52 * Structure to carry the server wide session config.
61 * Initialise the encryption as per the current config.
118 * Encrypt the string given as per the current config.
220 * Decrypt the string given as per the current config.
509 static const char *set_crypto_driver(cmd_parms * cmd, void *config, const char *arg) argument
528 static const char *set_crypto_passphrase(cmd_parms * cmd, void *config, const char *arg) argument
534 session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config;
570 static const char *set_crypto_passphrase_file(cmd_parms *cmd, void *config, argument
592 set_crypto_passphrase(cmd, config, ar
601 set_crypto_cipher(cmd_parms * cmd, void *config, const char *cipher) argument
[all...]
H A Dmod_session_dbd.c31 * Structure to carry the per-dir session config.
565 static const char *set_cookie_name(cmd_parms * cmd, void *config, const char *args) argument
569 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config;
580 static const char *set_cookie_name2(cmd_parms * cmd, void *config, const char *args) argument
584 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config;
630 create_session_dbd_dir_config, /* dir config creater */
633 NULL, /* server config */
634 NULL, /* merge server config */
/httpd/
H A Dbuildconf174 cp $apr_src_dir/build/config.guess $apr_src_dir/build/config.sub \
198 rm -f config.cache
/httpd/build/
H A Dbinbuild.sh22 OS=`./build/config.guess`
/httpd/modules/ldap/
H A Dutil_ldap.c2125 /* config directives */
2434 void *config,
2442 util_ldap_config_t *dc = config;
2603 void *config,
2606 util_ldap_config_t *dc = config;
2628 void *config,
2650 void *config,
2653 util_ldap_config_t *dc = config;
2848 st->ssl_supported = 0; /* not known until post-config and re-merged */
2960 /* merge config i
2433 util_ldap_set_trusted_client_cert(cmd_parms *cmd, void *config, const char *type, const char *file, const char *password) argument
2602 util_ldap_set_chase_referrals(cmd_parms *cmd, void *config, const char *arg) argument
2627 util_ldap_set_debug_level(cmd_parms *cmd, void *config, const char *arg) argument
2649 util_ldap_set_referral_hop_limit(cmd_parms *cmd, void *config, const char *hop_limit) argument
[all...]
/httpd/modules/ssl/
H A Dssl_engine_io.c111 SSLConnRec *config; member in struct:__anon316
201 if (outctx->filter_ctx->config->reneg_state == RENEG_ABORT) {
462 if (inctx->filter_ctx->config->reneg_state == RENEG_ABORT) {
2042 filter_ctx->config = myConnConfig(c);
/httpd/modules/dav/main/
H A Dmod_dav.c150 /* NOTE: dir==NULL creates the default per-dir config */
245 static const char *dav_cmd_dav(cmd_parms *cmd, void *config, const char *arg1) argument
247 dav_dir_conf *conf = (dav_dir_conf *)config;
279 static const char *dav_cmd_davdepthinfinity(cmd_parms *cmd, void *config, argument
282 dav_dir_conf *conf = (dav_dir_conf *)config;
294 static const char *dav_cmd_davmintimeout(cmd_parms *cmd, void *config, argument
297 dav_dir_conf *conf = (dav_dir_conf *)config;
2711 /* ### this message exposes some backend config, but screw it... */
4508 /* ### this message exposes some backend config, but screw it... */
4649 * ### config optio
[all...]

Completed in 3484 milliseconds