summaryrefslogtreecommitdiffstats
path: root/build/rpm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-062-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102521 13f79535-47bb-0310-9956-ffa450edef68
* Update the RPM spec file (in line with changes to v2.0):Graham Leggett2003-04-051-9/+16
| | | | | | | | | - Moved mime.types back to the default location. - Added mod_ldap and friends, mod_cache and friends. - Added openldap dependancy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99256 13f79535-47bb-0310-9956-ffa450edef68
* - Oops - the vendor is the ASFGraham Leggett2003-03-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99125 13f79535-47bb-0310-9956-ffa450edef68
* Added an RPM build scriptGraham Leggett2003-03-303-0/+623
PR: Obtained from: Joe Orton <jorton@redhat.com> Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99122 13f79535-47bb-0310-9956-ffa450edef68