summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Avoid cyclic dependency by moving ap_set_etag() from module http to core.Yann Ylavic2018-06-061-1/+1
| | | | | | | | | | | | | 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
* Commit change forgotten in r1730075 (includeRainer Jung2016-02-141-1/+1
| | | | | | | 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
* mod_ssl: Add hooks to allow other modules to perform processing atJeff Trawick2014-04-151-0/+1
| | | | | | | | | | | 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
* Add util_fcgi.h and associated definitions and supportJeff Trawick2013-08-131-0/+1
| | | | | | | 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
* Added httpd-macro.conf to NetWare install.Guenter Knauf2013-01-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437696 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up to r1422855 for NetWare and Windows.Guenter Knauf2012-12-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422879 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build tweaks.Guenter Knauf2012-08-091-8/+0
| | | | | | | | | 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
* Fixed Netware builds for PCRE 8.30.Guenter Knauf2012-03-151-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301258 13f79535-47bb-0310-9956-ffa450edef68
* mod_policy: Add a new testing module to help server administratorsGraham Leggett2011-12-211-0/+1
| | | | | | | | 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
* Fixed NetWare install.Guenter Knauf2011-11-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201956 13f79535-47bb-0310-9956-ffa450edef68
* Added apreq to NetWare build.Guenter Knauf2011-11-141-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201918 13f79535-47bb-0310-9956-ffa450edef68
* Formatting, no functional change.Rainer Jung2011-11-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200702 13f79535-47bb-0310-9956-ffa450edef68
* Fix installation of conf/extra/proxy-html.conf.Rainer Jung2011-11-111-0/+1
| | | | | | | | | 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
* Fixed lib target for old PCRE.Guenter Knauf2011-04-011-5/+2
| | | | | | | 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
* Some more NetWare buildsystem tweaks.Guenter Knauf2011-03-201-54/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083366 13f79535-47bb-0310-9956-ffa450edef68
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-53/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082821 13f79535-47bb-0310-9956-ffa450edef68
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-121-0/+2
| | | | | | | | 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
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-111-17/+32
| | | | | | | Some more build fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080725 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-091-4/+4
| | | | | | | Some more fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079653 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-091-12/+12
| | | | | | | Some more fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079614 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-2/+2
| | | | | | | Fixed some more paths and typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079442 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-50/+50
| | | | | | | Take 1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079407 13f79535-47bb-0310-9956-ffa450edef68
* Netware build fixesStefan Fritsch2010-11-061-1/+4
| | | | | | | Submitted by: NormW <normw gknw net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032163 13f79535-47bb-0310-9956-ffa450edef68
* Another NetWare makefile cleanup.Guenter Knauf2010-10-241-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026810 13f79535-47bb-0310-9956-ffa450edef68
* Fixed c&p error.Guenter Knauf2010-10-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025510 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build tweaks.Guenter Knauf2010-10-201-29/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025509 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NetWare PCRE build.Guenter Knauf2010-10-041-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004289 13f79535-47bb-0310-9956-ffa450edef68
* Added util_regex.c to NetWare makefile.Guenter Knauf2010-09-241-0/+1
| | | | | | | Reported by normw At gknw.net. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000767 13f79535-47bb-0310-9956-ffa450edef68
* fixed NetWare makefiles for newer pcre.Guenter Knauf2009-12-011-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885976 13f79535-47bb-0310-9956-ffa450edef68
* more NetWare makefile cleanups.Guenter Knauf2009-12-011-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885781 13f79535-47bb-0310-9956-ffa450edef68
* fixed pcre NetWare makefile var.Guenter Knauf2009-12-011-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885775 13f79535-47bb-0310-9956-ffa450edef68
* fixed NetWare vpath; reverted include path removal from r793197.Guenter Knauf2009-07-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793411 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo.Guenter Knauf2009-07-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793237 13f79535-47bb-0310-9956-ffa450edef68
* added NetWare build defaults; added path sanity checks; removed obsolete ↵Guenter Knauf2009-07-111-1/+31
| | | | | | include path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793197 13f79535-47bb-0310-9956-ffa450edef68
* finally fixed NetWare export list (thanks help from rjung).Guenter Knauf2009-07-081-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@792154 13f79535-47bb-0310-9956-ffa450edef68
* another NetWare build fix - added some more symbols.Guenter Knauf2009-07-071-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791683 13f79535-47bb-0310-9956-ffa450edef68
* added mod_watchdog to NetWare build.Guenter Knauf2009-07-071-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791680 13f79535-47bb-0310-9956-ffa450edef68
* added start/stop scripts to installation.Guenter Knauf2009-07-061-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791533 13f79535-47bb-0310-9956-ffa450edef68
* fixed NetWare build.Guenter Knauf2009-07-061-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791351 13f79535-47bb-0310-9956-ffa450edef68
* Allow for external PCRE on netwareBradley Nicholes2008-12-011-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722122 13f79535-47bb-0310-9956-ffa450edef68
* Remove mod_authn_default and mod_authz_default.Chris Darroch2008-11-021-2/+0
| | | | | | | | | 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
* Add util_cookies.c and .h to the netware buildGuenter Knauf2008-04-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645889 13f79535-47bb-0310-9956-ffa450edef68
* Introduce ap_expr expression parser APINick Kew2008-03-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642558 13f79535-47bb-0310-9956-ffa450edef68
* added two more files to the dist target.Guenter Knauf2007-08-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563206 13f79535-47bb-0310-9956-ffa450edef68
* enabled ports settable for NetWare install.Guenter Knauf2007-06-281-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551424 13f79535-47bb-0310-9956-ffa450edef68
* enabled setting awk tool from NWGNUenvironment.incGuenter Knauf2007-06-271-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551251 13f79535-47bb-0310-9956-ffa450edef68
* added mod_ssl to httpd.conf for BSD socket build;Guenter Knauf2007-06-271-2/+2
| | | | | | | 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
* moved socket type string to build/NWGNUenvironment.inc.Guenter Knauf2007-04-081-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526617 13f79535-47bb-0310-9956-ffa450edef68
* changed to use xcopy directly instead of creating a copy batch.Guenter Knauf2007-03-221-35/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521344 13f79535-47bb-0310-9956-ffa450edef68