Searched defs:url (Results 1 - 25 of 29) sorted by relevance

12

/httpd/modules/ssl/
H A Dssl_ct_log_config.h32 const char *url; member in struct:ct_log_config
51 const char *url);
H A Dssl_ct_log_config.c140 APLOGNO(02753) "Error in log url \"%s\": URL can't be "
146 APLOGNO(02754) "Error in log url \"%s\": Only scheme "
154 APLOGNO(02755) "Error in log url \"%s\": Only path "
190 const char *url)
261 if (url) {
262 rv = parse_log_url(p, url, &uri);
295 newconf->url = url;
296 if (url) {
373 const char *url local
183 save_log_config_entry(apr_array_header_t *log_config, apr_pool_t *p, const char *log_id, const char *pubkey_fname, const char *distrusted_str, const char *min_time_str, const char *max_time_str, const char *url) argument
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c31 static int proxy_fdpass_canon(request_rec *r, char *url) argument
35 if (strncasecmp(url, "fd://", 5) == 0) {
36 url += 5;
42 path = ap_server_root_relative(r->pool, url);
128 char *url, const char *proxyname,
135 if (strncasecmp(url, "fd://", 5) == 0) {
136 url += 5;
142 rv = get_socket_from_path(r->pool, url, &sock);
146 "Failed to connect to '%s'", url);
126 proxy_fdpass_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
H A Dmod_proxy_connect.c135 static int proxy_connect_canon(request_rec *r, char *url) argument
141 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
196 char *url, const char *proxyname,
227 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "declining URL %s", url);
230 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "serving URL %s", url);
240 if (APR_SUCCESS != apr_uri_parse_hostinfo(p, url, &uri)) {
242 apr_pstrcat(p, "URI cannot be parsed: ", url,
247 "connecting %s to %s:%d", url, uri.hostname, uri.port);
194 proxy_connect_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
H A Dmod_proxy_ajp.c27 * url is the URL starting with the first '/'
30 static int proxy_ajp_canon(request_rec *r, char *url) argument
38 if (strncasecmp(url, "ajp:", 4) == 0) {
39 url += 4;
45 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
53 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
56 url, err);
66 path = url; /* this is the raw path */
69 path = ap_proxy_canonenc(r->pool, url, strlen(url), enc_pat
160 ap_proxy_ajp_request(apr_pool_t *p, request_rec *r, proxy_conn_rec *conn, conn_rec *origin, proxy_dir_conf *conf, apr_uri_t *uri, char *url, char *server_portstr) argument
728 proxy_ajp_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
[all...]
H A Dmod_proxy_wstunnel.c202 * url is the URL starting with the first '/'
205 static int proxy_wstunnel_canon(request_rec *r, char *url) argument
214 if (strncasecmp(url, "ws:", 3) == 0) {
215 url += 3;
219 else if (strncasecmp(url, "wss:", 4) == 0) {
220 url += 4;
229 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
235 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
238 url, err);
248 path = url; /* thi
330 proxy_wstunnel_request(apr_pool_t *p, request_rec *r, proxy_conn_rec *conn, proxy_worker *worker, proxy_server_conf *conf, apr_uri_t *uri, char *url, char *server_portstr, char *scheme) argument
461 proxy_wstunnel_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
[all...]
H A Dmod_proxy_balancer.c58 static int proxy_balancer_canon(request_rec *r, char *url) argument
66 if (strncasecmp(url, "balancer:", 9) == 0) {
67 url += 9;
73 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
78 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
82 url, err);
91 path = url; /* this is the raw path */
94 path = ap_proxy_canonenc(r->pool, url, strlen(url), enc_path, 0,
142 static char *get_path_param(apr_pool_t *pool, char *url, argument
269 find_session_route(proxy_balancer *balancer, request_rec *r, char **route, const char **sticky_used, char **url) argument
386 rewrite_url(request_rec *r, proxy_worker *worker, char **url) argument
453 proxy_balancer_pre_request(proxy_worker **worker, proxy_balancer **balancer, request_rec *r, proxy_server_conf *conf, char **url) argument
[all...]
H A Dmod_proxy_fcgi.c30 * url is the URL starting with the first '/'
33 static int proxy_fcgi_canon(request_rec *r, char *url) argument
42 if (strncasecmp(url, "fcgi:", 5) == 0) {
43 url += 5;
52 "canonicalising URL %s", url);
53 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
56 "error parsing URL %s: %s", url, err);
71 path = url; /* this is the raw path */
74 path = ap_proxy_canonenc(r->pool, url, strlen(url), enc_pat
793 fcgi_do_request(apr_pool_t *p, request_rec *r, proxy_conn_rec *conn, conn_rec *origin, proxy_dir_conf *conf, apr_uri_t *uri, char *url, char *server_portstr) argument
860 proxy_fcgi_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
[all...]
H A Dmod_proxy_scgi.c177 static int scgi_canon(request_rec *r, char *url) argument
183 if (strncasecmp(url, SCHEME "://", sizeof(SCHEME) + 2)) {
186 url += sizeof(SCHEME); /* Keep slashes */
190 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
193 "error parsing URL %s: %s", url, err);
208 path = ap_proxy_canonenc(r->pool, url, strlen(url), enc_path, 0,
527 proxy_server_conf *conf, char *url,
536 if (strncasecmp(url, SCHEME "://", sizeof(SCHEME) + 2)) {
538 "declining URL %s", url);
526 scgi_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
[all...]
H A Dmod_serf.c38 apr_uri_t url; member in struct:__anon303
377 serf_bucket_headers_setn(hdrs_bkt, "Host", ctx->conf->url.hostname);
421 if (strcmp(conf->url.scheme, "cluster") == 0) {
433 conf->url.hostname,
437 "SerfCluster: unable to find cluster %s", conf->url.hostname);
482 rv = apr_sockaddr_info_get(&address, conf->url.hostname,
483 APR_UNSPEC, conf->url.port, 0,
488 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01128) "Unable to resolve: %s", conf->url.hostname);
515 if (strcasecmp(conf->url.scheme, "https") == 0) {
627 rv = apr_uri_parse(cmd->pool, argv[0], &conf->url);
[all...]
H A Dmod_proxy.c851 char *url, *p; local
860 url = &r->filename[6];
874 if ((access_status = proxy_run_canon_handler(r, url))) {
878 p = strchr(url, ':');
879 if (p == NULL || p == url)
890 static int proxy_needsdomain(request_rec *r, const char *url, const char *domain) argument
1074 char *url = uri; local
1076 access_status = ap_proxy_pre_request(&worker, &balancer, r, conf, &url);
1107 ap_regexec(ents[i].regexp, url, 0, NULL, 0) == 0) ||
1110 strncasecmp(url, ent
1588 ap_proxy_de_socketfy(apr_pool_t *p, const char *url) argument
[all...]
H A Dmod_proxy_ftp.c289 static int proxy_ftp_canon(request_rec *r, char *url) argument
297 if (strncasecmp(url, "ftp:", 4) == 0) {
298 url += 4;
305 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
308 err = ap_proxy_canon_netloc(p, &url, &user, &password, &host, &port);
322 strp = strchr(url, ';');
333 path = ap_proxy_canonenc(p, url, strlen(url), enc_path, 0, r->proxyreq);
969 proxy_server_conf *conf, char *url,
1010 "declining URL %s - proxyhost %s specified:", url,
968 proxy_ftp_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyhost, apr_port_t proxyport) argument
[all...]
H A Dmod_proxy_http.c34 * url is the URL starting with the first '/'
37 static int proxy_http_canon(request_rec *r, char *url) argument
46 if (strncasecmp(url, "http:", 5) == 0) {
47 url += 5;
50 else if (strncasecmp(url, "https:", 6) == 0) {
51 url += 6;
60 "HTTP: canonicalising URL %s", url);
65 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
68 "error parsing URL %s: %s", url, err);
84 path = url; /* thi
730 ap_proxy_http_prefetch(apr_pool_t *p, request_rec *r, proxy_conn_rec *p_conn, proxy_worker *worker, proxy_server_conf *conf, apr_uri_t *uri, char *url, char *server_portstr, apr_bucket_brigade *header_brigade, apr_bucket_brigade *input_brigade, char **old_cl_val, char **old_te_val, enum rb_methods *rb_method, int flushall) argument
1978 proxy_http_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
[all...]
H A Dproxy_util.c313 char *addr, *scope_id, *strp, *host, *url = *urlp; local
318 if (url[0] != '/' || url[1] != '/') {
321 host = url + 2;
322 url = strchr(host, '/');
323 if (url == NULL) {
324 url = "";
327 *(url++) = '\0'; /* skip separating '/' */
374 *urlp = url;
404 char *url, *use local
839 ap_proxy_location_reverse_map(request_rec *r, proxy_dir_conf *conf, const char *url) argument
1081 ap_proxy_get_balancer(apr_pool_t *p, proxy_server_conf *conf, const char *url, int care) argument
1115 ap_proxy_update_balancer(apr_pool_t *p, proxy_balancer *balancer, const char *url) argument
1139 ap_proxy_define_balancer(apr_pool_t *p, proxy_balancer **balancer, proxy_server_conf *conf, const char *url, const char *alias, int do_malloc) argument
1551 ap_proxy_get_worker(apr_pool_t *p, proxy_balancer *balancer, proxy_server_conf *conf, const char *url) argument
1652 ap_proxy_define_worker(apr_pool_t *p, proxy_worker **worker, proxy_balancer *balancer, proxy_server_conf *conf, const char *url, int do_malloc) argument
1783 ap_proxy_define_match_worker(apr_pool_t *p, proxy_worker **worker, proxy_balancer *balancer, proxy_server_conf *conf, const char *url, int do_malloc) argument
1983 fix_uds_filename(request_rec *r, char **url) argument
2012 ap_proxy_pre_request(proxy_worker **worker, proxy_balancer **balancer, request_rec *r, proxy_server_conf *conf, char **url) argument
2234 ap_proxy_determine_connection(apr_pool_t *p, request_rec *r, proxy_server_conf *conf, proxy_worker *worker, proxy_conn_rec *conn, apr_uri_t *uri, char **url, const char *proxyname, apr_port_t proxyport, char *server_portstr, int server_portstr_size) argument
3330 ap_proxy_create_hdrbrgd(apr_pool_t *p, apr_bucket_brigade *header_brigade, request_rec *r, proxy_conn_rec *p_conn, proxy_worker *worker, proxy_server_conf *conf, apr_uri_t *uri, char *url, char *server_portstr, char **old_cl_val, char **old_te_val) argument
[all...]
/httpd/modules/ldap/
H A Dutil_ldap_cache.h93 const char *url; member in struct:util_url_node_t
188 util_url_node_t *util_ald_create_caches(util_ldap_state_t *s, const char *url);
H A Dutil_ldap_cache_mgr.c274 util_url_node_t *util_ald_create_caches(util_ldap_state_t *st, const char *url) argument
311 curl.url = url;
687 buf = (char*)n->url;
857 t1 = apr_psprintf(pool, "%s (Searches)", n->url);
858 t2 = apr_psprintf(pool, "%s (Compares)", n->url);
859 t3 = apr_psprintf(pool, "%s (DNCompares)", n->url);
H A Dutil_ldap.c895 const char *url, const char *dn,
914 curnode.url = url;
917 curl = util_ald_create_caches(st, url);
1042 const char *url, const char *dn,
1059 curnode.url = url;
1062 curl = util_ald_create_caches(st, url);
1208 const char *url,
1306 result = uldap_cache_compare(r, ldc, url,
894 uldap_cache_comparedn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *reqdn, int compare_dn_on_server) argument
1041 uldap_cache_compare(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *attrib, const char *value) argument
1206 uldap_get_subgroups(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, char **subgroupAttrs, apr_array_header_t *subgroupclasses) argument
1388 uldap_cache_check_subgroups(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *attrib, const char *value, char **subgroupAttrs, apr_array_header_t *subgroupclasses, int cur_subgroup_depth, int max_subgroup_depth) argument
1632 uldap_cache_checkuserid(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char *bindpw, const char **binddn, const char ***retvals) argument
1909 uldap_cache_getuserdn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char **binddn, const char ***retvals) argument
[all...]
/httpd/modules/mappers/
H A Dmod_speling.c200 char *good, *bad, *postgood, *url; local
233 * r->uri: /correct-url/mispelling/more
263 /* url = /correct-url */
264 url = apr_pstrndup(r->pool, r->uri, (urlen - pglen));
360 /* Wow... we found us a mispelling. Construct a fixed url */
382 nuri = ap_escape_uri(r->pool, apr_pstrcat(r->pool, url,
446 vuri = apr_pstrcat(sub_pool, url, variant[i].name, r->path_info,
H A Dmod_alias.c240 const char *url = arg3; local
326 url = arg2;
336 if (!url)
341 if (!use_regex && !ap_is_url(url) && (url[0] != '/'))
345 if (url)
355 new->real = url;
/httpd/modules/cache/
H A Dcache_util.h109 apr_uri_t url; member in struct:cache_enable
115 apr_uri_t url; member in struct:cache_disable
H A Dcache_util.c30 /* Determine if "url" matches the hostname, scheme and port and path
34 const apr_uri_t *url)
52 if (url->scheme || url->hostname) {
58 if (!url->scheme || strcasecmp(filter->scheme, url->scheme)) {
71 const size_t uhostlen = url->hostname ? strlen(url->hostname) : 0;
74 || (url->hostname
76 url
33 uri_meets_conditions(const apr_uri_t *filter, const int pathlen, const apr_uri_t *url) argument
[all...]
H A Dmod_cache.c185 * we are the first to try and cache this url. if we fail,
187 * url, and we should just let the request through to the
235 r, APLOGNO(00752) "Cache locked for url, not caching "
484 * we are the first to try and cache this url. if we fail,
486 * url, and we should just let the request through to the
557 r, APLOGNO(00760) "Cache locked for url, not caching "
1344 "cache: Caching url: %s", r->unparsed_uri);
1536 * the body it is safe to try and remove the url from the cache.
1541 "Removing cached url.");
1549 "cache: attempt to remove url fro
2214 add_cache_enable(cmd_parms *parms, void *dummy, const char *type, const char *url) argument
2271 add_cache_disable(cmd_parms *parms, void *dummy, const char *url) argument
[all...]
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c50 char *url; /* String representation of the URL */ member in struct:__anon65
68 int have_ldap_url; /* Set if we have found an LDAP url */
341 sec->url = "";
555 "auth_ldap authenticate: using URL %s", sec->url);
588 result = util_ldap_cache_checkuserid(r, ldc, sec->url, sec->basedn, sec->scope,
682 result = util_ldap_cache_getuserdn(r, ldc, sec->url, sec->basedn,
776 result = util_ldap_cache_compare(r, ldc, sec->url, req->dn, sec->attribute, require);
798 result = util_ldap_cache_compare(r, ldc, sec->url, req->dn, sec->attribute, w);
962 result = util_ldap_cache_compare(r, ldc, sec->url, t, ent[i].name,
995 result = util_ldap_cache_check_subgroups(r, ldc, sec->url,
1466 mod_auth_ldap_parse_url(cmd_parms *cmd, void *config, const char *url, const char *mode) argument
[all...]
/httpd/modules/test/
H A Dmod_policy.c136 const char *message, const char *url, apr_bucket_brigade *bb,
166 url ? apr_pstrcat(r->pool, "<a href=\"", url, "\">",
1011 static const char *set_type_url(cmd_parms *cmd, void *dconf, const char *url) argument
1015 /* url is only used inside <a href="...">, escape accordingly */
1016 conf->type_url = ap_escape_html(cmd->pool, url);
1031 static const char *set_length_url(cmd_parms *cmd, void *dconf, const char *url) argument
1035 conf->length_url = url;
1050 static const char *set_keepalive_url(cmd_parms *cmd, void *dconf, const char *url) argument
1054 conf->keepalive_url = url;
135 handle_policy(request_rec *r, policy_result result, const char *message, const char *url, apr_bucket_brigade *bb, int status) argument
1079 set_vary_url(cmd_parms *cmd, void *dconf, const char *url) argument
1099 set_validation_url(cmd_parms *cmd, void *dconf, const char *url) argument
1120 set_conditional_url(cmd_parms *cmd, void *dconf, const char *url) argument
1140 set_nocache_url(cmd_parms *cmd, void *dconf, const char *url) argument
1164 set_maxage_url(cmd_parms *cmd, void *dconf, const char *url) argument
1200 set_version_url(cmd_parms *cmd, void *dconf, const char *url) argument
[all...]
/httpd/support/
H A Dhtcacheclean.c414 char *url; local
459 url = apr_palloc(p, len + 1);
460 url[len] = 0;
462 if (apr_file_read_full(fd, url, len, &len)
510 url,
556 url);
1230 static apr_status_t delete_url(apr_pool_t *pool, const char *proxypath, const char *url) argument
1241 apr_md5_update(&context, (const unsigned char *) url, strlen(url));
1325 " attributes in the following order: url, heade
[all...]

Completed in 226 milliseconds

12