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

/httpd/modules/proxy/
H A Dproxy_util.c1662 char *ptr, *sockpath = NULL; local
1674 sockpath = ap_runtime_dir_relative(p, urisock.path);;
1691 if (sockpath) {
1761 if (sockpath) {
1762 if (PROXY_STRNCPY(wshared->uds_path, sockpath) != APR_SUCCESS) {
1763 return apr_psprintf(p, "worker uds path (%s) too long", sockpath);
1997 char *sockpath = ap_runtime_dir_relative(r->pool, urisock.path); local
1998 apr_table_setn(r->notes, "uds_path", sockpath);
2004 sockpath, *url, r->filename);

Completed in 1544 milliseconds