93 Commits

Author SHA1 Message Date
ffeacdcc52 Fix typo in code comments; dependancies -> dependencies
Submitted by: John Bampton <jbampton gmail.com>
Github: closes #520


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924446 13f79535-47bb-0310-9956-ffa450edef68
2025-03-18 09:54:15 +00:00
7711d39400 Avoid cyclic dependency by moving ap_set_etag() from module http to core.
This function, along with ap_make_etag(), is used by the default_handler in
core.c, and in several modules other than builtin mod_http, breaking static
linking and httpdunit tests build.

The move is done by "svn move modules/http/http_etag.c server/util_etag.c".
MMN major bumped, not backportable (as is) to 2.4.x.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833083 13f79535-47bb-0310-9956-ffa450edef68
2018-06-06 21:04:21 +00:00
426eaf5fb1 Commit change forgotten in r1730075 (include
mod_proxy_http2 in Netware LoadModule list).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730324 13f79535-47bb-0310-9956-ffa450edef68
2016-02-14 12:18:13 +00:00
f82af68aa4 mod_ssl: Add hooks to allow other modules to perform processing at
several stages of initialization and connection handling.  See
mod_ssl_openssl.h.

This is enough to allow implementation of Certificate Transparency
outside of mod_ssl.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587607 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 15:25:03 +00:00
8f3558bf2d Add util_fcgi.h and associated definitions and support
routines for FastCGI, based largely on mod_proxy_fcgi.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513454 13f79535-47bb-0310-9956-ffa450edef68
2013-08-13 12:16:39 +00:00
4e0211b685 Added httpd-macro.conf to NetWare install.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437696 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 20:11:13 +00:00
befef13830 Follow-up to r1422855 for NetWare and Windows.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422879 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 11:50:30 +00:00
7814748ab3 NetWare build tweaks.
Make more use of internal makefile macros;
axed now obsolete include paths.
Submitted by: normw gknw net.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371177 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 12:11:09 +00:00
273f078c9c Fixed Netware builds for PCRE 8.30.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301258 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 22:53:27 +00:00
a03bcce31d mod_policy: Add a new testing module to help server administrators
enforce a configurable level of protocol compliance on their
servers and application servers behind theirs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221668 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21 10:42:34 +00:00
e1557da2bd Fixed NetWare install.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201956 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14 22:56:24 +00:00
69218cb912 Added apreq to NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201918 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14 21:39:19 +00:00
283d57c597 Formatting, no functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200702 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11 02:40:16 +00:00
67b5ac9664 Fix installation of conf/extra/proxy-html.conf.
Otherwise httpd does no longer start, because
it is the only extra file required in the main
config at the moment.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200699 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11 02:32:19 +00:00
42014db445 Fixed lib target for old PCRE.
With older PCRE chartables.c is included from pcre.c.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087561 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 02:33:27 +00:00
8489ec0d04 Some more NetWare buildsystem tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083366 13f79535-47bb-0310-9956-ffa450edef68
2011-03-20 04:19:49 +00:00
888ec80125 Use a var INSTALLBASE to simplify NetWare installation rules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082821 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 04:56:06 +00:00
bab978c56e Use var for prelude so its possible to change it at one place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 03:09:27 +00:00
6715be7c2c NetWare build overhaul in order to compile on Linux.
Added rule for generated .c file to workaround a strange build
issue on Linux where the file could not be found through vpath.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080885 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 07:44:03 +00:00
e7e98fa217 NetWare build overhaul in order to compile on Linux.
Some more build fixes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080725 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 18:47:15 +00:00
10ad24bb7e NetWare build overhaul in order to compile on Linux.
Some more fixes ...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079653 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 03:29:12 +00:00
2dc89e951b NetWare build overhaul in order to compile on Linux.
Some more fixes ...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079614 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 00:19:31 +00:00
77fda02c85 NetWare build overhaul in order to compile on Linux.
Fixed some more paths and typos.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079442 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 17:17:41 +00:00
46b7e1d210 NetWare build overhaul in order to compile on Linux.
Take 1.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079407 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 16:04:40 +00:00
50efd54644 Netware build fixes
Submitted by: NormW <normw gknw net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032163 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 21:47:39 +00:00
52210adbd1 Another NetWare makefile cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026810 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 14:54:38 +00:00
87c2324422 Fixed c&p error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025510 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 11:34:00 +00:00
442b0f009e NetWare build tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025509 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 11:30:39 +00:00
486541a74a Fixed NetWare PCRE build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004289 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 15:33:21 +00:00
8a840c1243 Added util_regex.c to NetWare makefile.
Reported by normw At gknw.net.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000767 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24 08:58:21 +00:00
2526397ab9 fixed NetWare makefiles for newer pcre.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885976 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01 22:29:42 +00:00
03a066c10a more NetWare makefile cleanups.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885781 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01 15:00:11 +00:00
fc9275da89 fixed pcre NetWare makefile var.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885775 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01 14:49:58 +00:00
d6dd4e76bd fixed NetWare vpath; reverted include path removal from r793197.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793411 13f79535-47bb-0310-9956-ffa450edef68
2009-07-12 21:20:03 +00:00
78ecc73ecb fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793237 13f79535-47bb-0310-9956-ffa450edef68
2009-07-11 22:34:42 +00:00
8037277da5 added NetWare build defaults; added path sanity checks; removed obsolete include path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793197 13f79535-47bb-0310-9956-ffa450edef68
2009-07-11 16:42:12 +00:00
1bcd22de93 finally fixed NetWare export list (thanks help from rjung).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@792154 13f79535-47bb-0310-9956-ffa450edef68
2009-07-08 14:17:39 +00:00
097368e159 another NetWare build fix - added some more symbols.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791683 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 02:57:44 +00:00
78677aeda7 added mod_watchdog to NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791680 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 02:43:11 +00:00
7c6ad1685b added start/stop scripts to installation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791533 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06 16:22:49 +00:00
3480b295bf fixed NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791351 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06 00:37:57 +00:00
9de1ea6c15 Allow for external PCRE on netware
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722122 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 16:42:56 +00:00
cf4e94f55e Remove mod_authn_default and mod_authz_default.
Note: I've attempted to work through the Windows and Netware build files,
but if those with such systems could repair any damage, that would be
appreciated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02 04:21:48 +00:00
3341903126 Add util_cookies.c and .h to the netware build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645889 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 12:59:04 +00:00
8f6e6a9726 Introduce ap_expr expression parser API
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642558 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29 17:13:28 +00:00
ce2eb79523 added two more files to the dist target.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563206 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 17:58:15 +00:00
e6dd74c356 enabled ports settable for NetWare install.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551424 13f79535-47bb-0310-9956-ffa450edef68
2007-06-28 01:35:20 +00:00
9d6d7f82bf enabled setting awk tool from NWGNUenvironment.inc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551251 13f79535-47bb-0310-9956-ffa450edef68
2007-06-27 18:01:37 +00:00
ba43bad120 added mod_ssl to httpd.conf for BSD socket build;
some more fixes to httpd-ssl.conf; sync'd with r515403.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551196 13f79535-47bb-0310-9956-ffa450edef68
2007-06-27 15:25:36 +00:00
cf239921e6 moved socket type string to build/NWGNUenvironment.inc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526617 13f79535-47bb-0310-9956-ffa450edef68
2007-04-08 23:21:00 +00:00