summaryrefslogtreecommitdiffstats
path: root/build/rpm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-191-5/+6
| | | | | | | | 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
* 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
* rpm spec file: Prereq and BuildPrereq are deprecated, use Requires andGraham Leggett2011-05-231-6/+6
| | | | | | | BuildRequires instead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1126268 13f79535-47bb-0310-9956-ffa450edef68
* rpm spec file: Remove requirement for /usr/share/magic.mime, we don't referenceGraham Leggett2011-05-091-1/+1
| | | | | | | this file anywhere within the package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101090 13f79535-47bb-0310-9956-ffa450edef68
* rpm spec file: Remove corrupted %changelog entry:Graham Leggett2011-05-091-2/+0
| | | | | | | error: bad date in %changelog: See http://www.apache.org/dist/httpd/CHANGES_2.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101064 13f79535-47bb-0310-9956-ffa450edef68
* rpm spec file: Use "service httpd graceful" rather than a hard coded HUPGraham Leggett2011-04-061-1/+1
| | | | | | | to rotate logs, so that we honour the end user's choice of pid file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089284 13f79535-47bb-0310-9956-ffa450edef68
* RPM spec file: Make the httpd init script consistent with the htcachecleanGraham Leggett2011-02-081-5/+8
| | | | | | | | init script. Multiple daemons can be started by creating symlinks to the init script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1068660 13f79535-47bb-0310-9956-ffa450edef68
* Make worker the default MPM for 2.3/2.4Jim Jagielski2011-01-251-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063419 13f79535-47bb-0310-9956-ffa450edef68
* Update with latest infoJim Jagielski2011-01-251-148/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063414 13f79535-47bb-0310-9956-ffa450edef68
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-261-2/+2
| | | | | | | No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039300 13f79535-47bb-0310-9956-ffa450edef68
* RPM spec file: wait up to 10 seconds for httpd to kill child processes.Graham Leggett2010-10-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025659 13f79535-47bb-0310-9956-ffa450edef68
* RPM init script: make sure that should we be started by any of theGraham Leggett2010-10-041-1/+1
| | | | | | | | runlevel symlinks (eg S85htcacheclean), we ignore the first character and two digits that follow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004264 13f79535-47bb-0310-9956-ffa450edef68
* Fix syntax errorStefan Fritsch2010-06-261-1/+1
| | | | | | | | PR: 49502 Submitted by: n verger txcx com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958266 13f79535-47bb-0310-9956-ffa450edef68
* Fix the RPM spec file to autogenerate self-signed certs in the placeGraham Leggett2010-06-051-4/+6
| | | | | | | where the default httpd-ssl.conf expects to find them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951725 13f79535-47bb-0310-9956-ffa450edef68
* Update the htcacheclean init script to take into account the pid ofGraham Leggett2010-02-171-9/+13
| | | | | | | | the running htcacheclean process. This enables htcacheclean to be enabled more than once to clean multiple caches on the same machine. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910791 13f79535-47bb-0310-9956-ffa450edef68
* Rpm package: pass the HTTPD_LANG variable to the httpd process in lineGraham Leggett2009-11-301-12/+25
| | | | | | | | | | with Fedora. Remove the use of the apachectl script, as a script calling another script makes no sense. Test for the pidfile specifically, so that Redhat's scripts don't fall back to using pidof and returning the status of other httpd processes running on the same box. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885606 13f79535-47bb-0310-9956-ffa450edef68
* Add support for an "epoch" in the RPM spec file. This epoch is a discreteGraham Leggett2009-09-251-2/+3
| | | | | | | | number used to determine if one RPM is newer than another, which in turn ensures that v1.2.10 is always interpreted as newer than v1.2.9. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819008 13f79535-47bb-0310-9956-ffa450edef68
* Bring in support for an arbitrary list of mpms to the RPM spec fileGraham Leggett2009-09-131-90/+61
| | | | | | | as per the fedora spec file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814318 13f79535-47bb-0310-9956-ffa450edef68
* Add an RPM init.d script to start the htcacheclean daemon, controlledGraham Leggett2009-09-122-1/+102
| | | | | | | by the optional /etc/sysconfig/htcacheclean configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814079 13f79535-47bb-0310-9956-ffa450edef68
* Fix the RPM init.d script to correctly take into account the pid fileGraham Leggett2009-09-111-12/+24
| | | | | | | | | when starting and stopping the server. This prevents the init script from blowing away other instances of httpd that might be running on the same machine when someone attempts to stop the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813972 13f79535-47bb-0310-9956-ffa450edef68
* Make sure mod_slotmem_shm is included in the final RPMGraham Leggett2009-08-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800993 13f79535-47bb-0310-9956-ffa450edef68
* Use the bzip2 version of the httpd tarball when building from RPM.Graham Leggett2009-08-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800943 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the htdocs directory appears in the RPM build.Graham Leggett2008-12-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724168 13f79535-47bb-0310-9956-ffa450edef68
* Remove the obsolete serial attribute from the RPM spec file. CompileGraham Leggett2008-12-071-5/+5
| | | | | | | | against the external pcre. Add missing binaries fcgistarter, and mod_socache* and mod_session*. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724162 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420993 13f79535-47bb-0310-9956-ffa450edef68
* Add zlib-devel to the BuildReq in the RPM Spec file, which allows ↵Paul Querna2006-06-211-1/+1
| | | | | | | | | | mod_deflate to be built. PR: 37968 Noticed By: Loïc Mahé <loic.mahe regis-dgac.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415945 13f79535-47bb-0310-9956-ffa450edef68
* Update the last year of copyright.Colm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
* Fix the RPM spec file: XML versions of the doc files are noGraham Leggett2005-08-261-1/+5
| | | | | | | longer removed. Added httxt2dbm to the sbin directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240349 13f79535-47bb-0310-9956-ffa450edef68
* Fixed complaints about unpackaged files within the RPM buildGraham Leggett2005-07-031-5/+27
| | | | | | | after changes to the config files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@208967 13f79535-47bb-0310-9956-ffa450edef68
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190592 13f79535-47bb-0310-9956-ffa450edef68
* Fix the RPM spec file so that an RPM build now works. An RPMGraham Leggett2004-12-181-41/+28
| | | | | | | build now requires system installations of APR and APR-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122711 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few references to mod_auth_ldap to be mod_authnz_ldapBradley Nicholes2004-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104749 13f79535-47bb-0310-9956-ffa450edef68
* Add the NOTICE file to the rpm spec file in compliance with the ApacheGraham Leggett2004-07-021-1/+1
| | | | | | | | | | | v2.0 license. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104119 13f79535-47bb-0310-9956-ffa450edef68
* RPM spec file changes: changed default dependancy to link to db4Graham Leggett2004-05-201-7/+28
| | | | | | | | | | | instead of db3. Fixed complaints about unpackaged files. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103704 13f79535-47bb-0310-9956-ffa450edef68