| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | httpd.c | 392 httpd->recvbuf[httpd->recvlen] = 0; in process_request() 472 httpd->querystring = strchr(httpd->url, '?'); in process_request() 588 httpd); in isc_httpd_accept() 713 result = httpd->mgr->render_404(httpd->url, httpd->querystring, in isc_httpd_recvdone() 724 &httpd->retcode, &httpd->retmsg, in isc_httpd_recvdone() 725 &httpd->mimetype, &httpd->bodybuffer, in isc_httpd_recvdone() 726 &httpd->freecb, &httpd->freecb_arg); in isc_httpd_recvdone() 728 result = httpd->mgr->render_500(httpd->url, httpd->querystring, in isc_httpd_recvdone() 788 httpd = ISC_LIST_NEXT(httpd, link); in isc_httpdmgr_shutdown() 835 httpd->protocol, httpd->retcode, httpd->retmsg); in isc_httpd_response() [all …]
|
| /freebsd-12.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | httpd.h | 53 isc_httpd_response(isc_httpd_t *httpd); 56 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, 60 isc_httpd_addheaderuint(isc_httpd_t *httpd, const char *name, int val); 62 isc_result_t isc_httpd_endheaders(isc_httpd_t *httpd);
|
| /freebsd-12.1/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | t_tcpip.sh | 45 /usr/libexec/httpd -P ./httpd.pid -b -s $(atf_get_srcdir) 64 if [ -f httpd.pid ]; then 66 rm -f httpd.pid
|
| /freebsd-12.1/contrib/apr/ |
| H A D | config.layout | 91 installbuilddir: ${prefix}/share/httpd/build 106 sysconfdir: /etc/httpd/conf 157 sysconfdir: /etc/httpd 158 datadir: /usr/local/httpd 161 localstatedir: /var/lib/httpd
|
| H A D | CMakeLists.txt | 22 OPTION(APR_INSTALL_PRIVATE_H "Install selected private .h files (for httpd)" OFF) 398 # Kludges for unexpected dependencies of httpd 2.x, not installed by default 427 MESSAGE(STATUS " Install private .h for httpd .... : ${APR_INSTALL_PRIVATE_H}")
|
| H A D | README.cmake | 58 building httpd and Subversion but which aren't
|
| H A D | CHANGES | 85 blocking sockets in some applications, including httpd. [Jeff
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | config.layout | 91 installbuilddir: ${prefix}/share/httpd/build 106 sysconfdir: /etc/httpd/conf 157 sysconfdir: /etc/httpd 158 datadir: /usr/local/httpd 161 localstatedir: /var/lib/httpd
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | INSTALL | 233 with the Apache httpd server, you could run: 402 (https://httpd.apache.org/download.cgi) 830 source into SVN\httpd-2.x.x. 1041 uncommented in httpd.conf: 1092 the httpd install documentation: 1094 https://httpd.apache.org/docs-2.2/install.html 1096 At the top of the httpd tree: 1192 https://httpd.apache.org/docs-2.2/ 1199 exists in your httpd.conf: 1206 Next, add this to the *bottom* of your httpd.conf: [all …]
|
| H A D | get-deps.sh | 57 HTTPD=httpd-${HTTPD_VERSION}
|
| H A D | CHANGES | 397 * raise minimal httpd version from 2.0 to 2.2 (r1754190) 699 * mod_dav_svn: log post-commit errors to httpd error log as well 1046 * require Apache httpd 2.2.x (r1572339) 1403 * better configure-time detection of httpd authz fix (r1687304 et al) 1423 httpd (dav) configurations (CVE-2015-3184) 2295 httpd (dav) configurations (CVE-2015-3184) 2692 * fix running tests against httpd 2.4 (r1291594) 2734 * mod_dav_svn: support compiling/running under httpd-2.4 (r1232267) 2767 * don't build mod_dontdothat if not building with httpd (r1243976) 4065 * segfault when stopping httpd (if BDB repository) fixed (issue #2732) [all …]
|
| H A D | configure.ac | 1228 [Enable mod_dav_svn in httpd.conf]),
|
| H A D | configure | 1568 --enable-broken-httpd-auth 1569 Force build against httpd 2.4 with broken auth.
|
| /freebsd-12.1/tools/tools/netrate/httpd/ |
| H A D | Makefile | 3 PROG= httpd
|
| /freebsd-12.1/release/picobsd/tinyware/simple_httpd/ |
| H A D | README | 19 mode is a httpd server running in the background serving up a directory 22 The "fetch" mode supports file transfer over httpd. This 79 Set the port httpd server will listen to. Default is port 80 if
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | libisc.mak | 141 -@erase "$(INTDIR)\httpd.obj" 256 "$(INTDIR)\httpd.obj" \ 358 -@erase "$(INTDIR)\httpd.obj" 359 -@erase "$(INTDIR)\httpd.sbr" 525 "$(INTDIR)\httpd.sbr" \ 613 "$(INTDIR)\httpd.obj" \ 1387 SOURCE=..\httpd.c 1392 "$(INTDIR)\httpd.obj" : $(SOURCE) "$(INTDIR)" 1399 "$(INTDIR)\httpd.obj" "$(INTDIR)\httpd.sbr" : $(SOURCE) "$(INTDIR)"
|
| H A D | libisc.dsp | 318 SOURCE=..\include\isc\httpd.h 650 SOURCE=..\httpd.c
|
| /freebsd-12.1/share/dict/ |
| H A D | freebsd | 240 httpd
|
| /freebsd-12.1/tools/tools/tinybsd/ |
| H A D | README | 227 >> Attempting to fetch from http://www.apache.org/dist/httpd/. 238 # ls -lga httpd 239 -rwxr-xr-x 1 root wheel 252439 Jul 14 15:31 httpd
|
| /freebsd-12.1/contrib/netbsd-tests/net/ |
| H A D | net_common.sh | 118 /usr/libexec/httpd -P $HTTPD_PID -i $ip -b -s $(pwd)
|
| /freebsd-12.1/contrib/subversion/subversion/ |
| H A D | svn_private_config.h.in | 124 /* Defined to build against httpd 2.4 with broken auth */ 244 /* Defined to build with patched httpd 2.4 and working auth */
|
| /freebsd-12.1/contrib/subversion/doc/user/ |
| H A D | lj_article.txt | 211 httpd does -- right now, this list includes all flavors of Unix, 215 "server" is Apache httpd itself.
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog | 96910 lib/isc/httpd[email protected] +58 -17 163291 lib/isc/httpd[email protected] +987 -0 163294 lib/isc/httpd[email protected] +0 -0 163392 lib/isc/include/isc/httpd[email protected] +64 -0 163395 lib/isc/include/isc/httpd[email protected] +0 -0
|