summaryrefslogtreecommitdiffstats
path: root/build (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mwccnlm: search directory of referencing file first for #includes.Guenter Knauf2012-08-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370592 13f79535-47bb-0310-9956-ffa450edef68
* RPM packaging: add the fcgistarter man pages to the RPM.Graham Leggett2012-07-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363853 13f79535-47bb-0310-9956-ffa450edef68
* RPM packaging: remove the epoch to be consistent with APR and APR-util.Graham Leggett2012-07-201-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363837 13f79535-47bb-0310-9956-ffa450edef68
* RPM packaging: The PID file goes in /var/run in the RPM layout.Graham Leggett2012-07-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363836 13f79535-47bb-0310-9956-ffa450edef68
* RPM packaging: Remove the BuildArch from the manual package, this forcesGraham Leggett2012-07-201-1/+0
| | | | | | | the target to "noarch" for all packages and breaks the build on CentOS5. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363832 13f79535-47bb-0310-9956-ffa450edef68
* RPM packaging: The PID file goes in /var/run in the RPM layout.Graham Leggett2012-07-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363829 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build system: fixed var names.Guenter Knauf2012-05-012-10/+10
| | | | | | | | Renamed wrong and misleading var names in makefiles. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332842 13f79535-47bb-0310-9956-ffa450edef68
* fix various property issuesAndré Malo2012-04-042-45/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309567 13f79535-47bb-0310-9956-ffa450edef68
* Fixed broken *_DECLARE_DATA section.Guenter Knauf2012-03-161-2/+2
| | | | | | | | | Seems our preprocessor is some crazy and inserts a blank after replacing a define which made the awk script fail. Patch submitted by: normw gknw net. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301281 13f79535-47bb-0310-9956-ffa450edef68
* AIX: Add missing build scripts.Graham Leggett2012-02-273-16/+267
| | | | | | | Submitted by: Michael Felt <mamfelt gmail com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294372 13f79535-47bb-0310-9956-ffa450edef68
* AIX: Update the build to support AIX packages.Graham Leggett2012-02-271-25/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294367 13f79535-47bb-0310-9956-ffa450edef68
* missing modules/ folders in lbmethod modulesGregg Lewis Smith2012-02-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243404 13f79535-47bb-0310-9956-ffa450edef68
* aix: Add a set of build scripts that make packages suitable for installpGraham Leggett2012-02-053-0/+163
| | | | | | | | on the AIX platform. Submitted by: Michael Felt <mamfelt gmail com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1240778 13f79535-47bb-0310-9956-ffa450edef68
* Fix parallel installation for static modulesRainer Jung2012-02-011-2/+4
| | | | | | | | | | builds. When "$(shared)" was empty, instdso.sh complained with a Usage message. Don't call instdso, if there's nothing to install. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239075 13f79535-47bb-0310-9956-ffa450edef68
* Addition to r1237447: "for arg ; do" is notRainer Jung2012-02-012-2/+2
| | | | | | | | | | | | | sh standard. It seems its a shortcut for "for arg in "$@" ; do". Detected on Solaris with very restricted /bin/sh. Seems to work fine for arguments with embedded whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239026 13f79535-47bb-0310-9956-ffa450edef68
* Fixed c&p error.Guenter Knauf2012-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238908 13f79535-47bb-0310-9956-ffa450edef68
* iThese deserve their place in httpd.conf on WindowsRainer Jung2012-01-311-0/+5
| | | | | | | Foreward port of r1234291 from 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238402 13f79535-47bb-0310-9956-ffa450edef68
* Install multiple files per install.sh invocationStefan Fritsch2012-01-293-50/+64
| | | | | | | | | | | | | | Libtool and BSD install support installing several files in one run. Add support to install.sh and instdso.sh, too. Replace for-loops in the Makefiles. This reduces 'make install' time by approx. 50% because we save lots of calls to the huge libtool shell script. The AIX-specific magic in instdso.sh could use some testing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1237447 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Add mod_bucketeer, mod_case_filter and mod_case_filter_in to the RPMGraham Leggett2012-01-171-1/+5
| | | | | | | spec file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1232224 13f79535-47bb-0310-9956-ffa450edef68
* Build the man page for httxt2dbm.Graham Leggett2011-12-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222335 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Add mod_policy to the RPM spec file.Graham Leggett2011-12-211-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221683 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
* Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along withGraham Leggett2011-12-201-8/+7
| | | | | | | corresponding man pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221292 13f79535-47bb-0310-9956-ffa450edef68
* Distinguish properly between the bindir and sbindir directories whenGraham Leggett2011-12-192-7/+14
| | | | | | | | installing binaries. Previously all binaries were silently installed to sbindir, whether they were system administration commands or not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220846 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Remove fiddling with installbuilddir, this is correct by defaultGraham Leggett2011-12-191-4/+0
| | | | | | | through the use of config.layout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220794 13f79535-47bb-0310-9956-ffa450edef68
* RPM: add firehose and mod_firehose to the RPM.Graham Leggett2011-12-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215533 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Update the spec file to require at least apr-util v1.4.x.Graham Leggett2011-12-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1212402 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build fixes.Guenter Knauf2011-12-062-3/+8
| | | | | | | Create mod_cache.imp dynamically; fixed mod_cache_disk NLM name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210926 13f79535-47bb-0310-9956-ffa450edef68
* Bring Windows httpd.conf up to date with documented or required modulesGregg Lewis Smith2011-12-021-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209330 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Make it possible to build mod_socache_dc against distcache.Graham Leggett2011-11-301-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208725 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Add support for mod_lua.Graham Leggett2011-11-291-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207977 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Introduce a proper layout for RPM, removing the need for scriptGraham Leggett2011-11-291-13/+2
| | | | | | | | gymnastics and replacement configuration files in order to get the configuration paths to match up correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207968 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Introduce an httpd-tools package, containing all the userlandGraham Leggett2011-11-291-9/+26
| | | | | | | support tools, aligned with Fedora's RPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207884 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Align the requires and buildrequires lines with those of the FedoraGraham Leggett2011-11-291-18/+22
| | | | | | | RPM in order to remove unnecessary dependencies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207879 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Split the LDAP and proxy_html modules into dedicated RPMs, so that theGraham Leggett2011-11-291-6/+136
| | | | | | | httpd RPM doesn't depend on LDAP libraries or libxml2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207853 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Remove stray configure options that are covered byGraham Leggett2011-11-291-8/+0
| | | | | | | --enable-mods-shared=all. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207834 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Support shared mpms with the event mpm as default. Remove all theGraham Leggett2011-11-291-40/+3
| | | | | | | | legacy plumbing that supported the static mpm builds, reverting back to a simple RPM spec file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207731 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Include configuration for mod_proxy_html.Graham Leggett2011-11-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207725 13f79535-47bb-0310-9956-ffa450edef68
* RPM: The default httpd mpm is now worker instead of prefork.Graham Leggett2011-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207719 13f79535-47bb-0310-9956-ffa450edef68
* Build mod_allowmethods on WindowsGregg Lewis Smith2011-11-191-0/+1
| | | | | | | project file exists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203924 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_data to Windown buildGregg Lewis Smith2011-11-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202365 13f79535-47bb-0310-9956-ffa450edef68
* Added another module load statement to NetWare config.Guenter Knauf2011-11-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201995 13f79535-47bb-0310-9956-ffa450edef68
* Added some module load statements to NetWare config.Guenter Knauf2011-11-151-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201990 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NetWare install.Guenter Knauf2011-11-141-0/+2
| | | | 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-142-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201918 13f79535-47bb-0310-9956-ffa450edef68
* Added comment to clarify for which module this directive is.Guenter Knauf2011-11-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201729 13f79535-47bb-0310-9956-ffa450edef68
* As discussed at AC NA 2011Philip M. Gollucci2011-11-131-2/+2
| | | | | | | | | | | | | o relocate srclib/libapreq/library/*.c -> server/apreq_${f}.c o relocate srclib/libapreq/include/*.h -> include/*.h o remove apreq_version.[hc] related stuff since its nolonger its own lib o connect modules/apreq to the build under 'most' default comment out in httpd.conf o update make_exports.awk to handle APREQ marcos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201372 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
* Somehow missed in r1196876Gregg Lewis Smith2011-11-031-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1196883 13f79535-47bb-0310-9956-ffa450edef68
* Reverted r1194896.Guenter Knauf2011-10-302-8/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1195057 13f79535-47bb-0310-9956-ffa450edef68