summaryrefslogtreecommitdiff
path: root/config.layout
Commit message (Collapse)AuthorAgeFilesLines
* A server layout for NetBSD's pkgsrc default settingsmanu2023-03-021-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907975 13f79535-47bb-0310-9956-ffa450edef68
* Correct the case on OpenWrt, the project prefers this capitalisation.Graham Leggett2019-12-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872102 13f79535-47bb-0310-9956-ffa450edef68
* Align the OpenWRT config layout with the new kayout as defined by the project.Graham Leggett2019-12-301-13/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872093 13f79535-47bb-0310-9956-ffa450edef68
* Add a config layout for OpenWRT.Graham Leggett2019-12-271-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872036 13f79535-47bb-0310-9956-ffa450edef68
* Fx a likely typo in r1842929: runtimedir plusRainer Jung2018-10-211-1/+1
| | | | | | | statedir instead of runtimedir twice. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844484 13f79535-47bb-0310-9956-ffa450edef68
* Define "state directory" for storing persistent child-writable state,Joe Orton2018-10-051-0/+15
| | | | | | | | | | | | | | | | | | with default from config.layout, configurable via DefaultStateDir. * server/core.c (set_state_dir, ap_state_dir_relative): New functions. * config.layout, acinclude.m4, Makefile.in, configure.in: Define statedir variables, drop davlockdb. * include/ap_config_layout.h.in: Define DEFAULT_REL_STATEDIR, DEFAULT_EXP_STATEDIR in place of _DAVLOCKDB. * include/ap_mmn.h: Bump MMN minor. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842929 13f79535-47bb-0310-9956-ffa450edef68
* * config.layout: Allow configure --localstatedir to over-ride /var/www Joe Orton2018-07-231-3/+3
| | | | | | | location in Fedora layout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836469 13f79535-47bb-0310-9956-ffa450edef68
* * config.layout: Add "modern" Fedora (/RHEL) layout; different toJoe Orton2018-02-051-0/+24
| | | | | | | older layout used in "RedHat". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1823179 13f79535-47bb-0310-9956-ffa450edef68
* Introduce Slackware layout.Igor Galić2012-04-131-0/+23
| | | | | | | patch: Frank Gingras git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325632 13f79535-47bb-0310-9956-ffa450edef68
* AIX: Update the build to support AIX packages.Graham Leggett2012-02-271-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294367 13f79535-47bb-0310-9956-ffa450edef68
* Add a configuration layout for the AIX platform.Graham Leggett2012-02-021-0/+24
| | | | | | | Submitted by: Michael Felt <mamfelt gmail com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239565 13f79535-47bb-0310-9956-ffa450edef68
* RPM: Introduce a proper layout for RPM, removing the need for scriptGraham Leggett2011-11-291-0/+25
| | | | | | | | 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
* Update Debian layout to what is actually usedStefan Fritsch2010-06-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956686 13f79535-47bb-0310-9956-ffa450edef68
* remove BeOS OS supportJeff Trawick2009-03-261-24/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758891 13f79535-47bb-0310-9956-ffa450edef68
* Add FreeBSD directory layoutAndré Malo2003-06-291-0/+24
| | | | | | | | PR: 21100 Submitted by: info@orangexl.com (Sander Holthaus) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100397 13f79535-47bb-0310-9956-ffa450edef68
* Update SuSE layout.Justin Erenkrantz2002-07-161-5/+5
| | | | | | | | Submitted by: Peter Poeml <poeml@suse.de> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96083 13f79535-47bb-0310-9956-ffa450edef68
* get binbuild working again, and zap the BinaryDistribution layoutJeff Trawick2002-05-171-24/+0
| | | | | | | | | | | | | | | | | at the same time a few days ago the configure syntax for specifying a layout was fixed in binbuild.sh, but the layout was broken... it turns out that we don't need the layout with Apache 1.3, a separate layout for binary builds was necessary in order to install under any prefix specified by the user with Apache 2.0, that works without any special tricks so the BinaryDistribution layout is no longer necessary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95152 13f79535-47bb-0310-9956-ffa450edef68
* binbuild.sh was using the ancient syntax --with-layout=BinaryDistributionJeff Trawick2002-05-141-1/+1
| | | | | | | | | | | instead of --enable-layout=BinaryDistribution I changed the layout for BinaryDistribution to install under /usr/local/apache2 instead of /usr/local/apache. Hopefully the rest of the layout is reasonable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95089 13f79535-47bb-0310-9956-ffa450edef68
* fix a comment in config.layout which told the unsuspecting userJeff Trawick2002-05-141-2/+2
| | | | | | | | | | | to use --with-layout instead of --enable-layout PR: 9061 Submitted by: Max Dittrich Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95088 13f79535-47bb-0310-9956-ffa450edef68
* I doubt this was the intention.Justin Erenkrantz2002-04-161-1/+1
| | | | | | | (Change 1.3->2.0) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94669 13f79535-47bb-0310-9956-ffa450edef68
* Fixup product nameMark J. Cox2002-04-081-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94531 13f79535-47bb-0310-9956-ffa450edef68
* Add libdir entries to config.layout.Aaron Bannert2002-04-061-0/+13
| | | | | | | | Submitted by: Pier Fumagalli <pier@betaversion.org> Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94510 13f79535-47bb-0310-9956-ffa450edef68
* Update Redhat layout to v7.Joshua Slive2002-03-281-2/+2
| | | | | | | | PR: BZ-7422 Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94272 13f79535-47bb-0310-9956-ffa450edef68
* Fix a comment about the /<target> appended to config.layout variablesAaron Bannert2002-03-141-2/+2
| | | | | | | | | | postpended with a '+' character. We don't currently support --target (and as Thom pointed out, --target means something completely different to Autoconf). Also change the default for '+' replacement to 'apache2' so 1.3 and 2.0 can coexist on such distributions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93936 13f79535-47bb-0310-9956-ffa450edef68
* Add a missing manualdir entry in the Debian layout.Justin Erenkrantz2002-03-091-0/+1
| | | | | | | | Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93818 13f79535-47bb-0310-9956-ffa450edef68
* Will the real errordir please step forward.Aaron Bannert2002-03-071-1/+1
| | | | | | | Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93764 13f79535-47bb-0310-9956-ffa450edef68
* Add a missing errordir entry in the Debian config.layout.Aaron Bannert2002-03-071-0/+1
| | | | | | | | PR: 10067 Obtained from: Dirk-Jan Faber <dirk-jan@selwerd.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93762 13f79535-47bb-0310-9956-ffa450edef68
* These variables need to be delimited with {} or they will conflict withAaron Bannert2002-02-261-192/+192
| | | | | | | | | other variables in the same namespace with a shorter prefix substring. How did this ever work before? I ran into this while testing some of the recent layout-fixing patches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93577 13f79535-47bb-0310-9956-ffa450edef68
* Add Debian LayoutJustin Erenkrantz2001-11-111-0/+22
| | | | | | | | Submitted by: Daniel Stone <daniel@sfarc.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91851 13f79535-47bb-0310-9956-ffa450edef68
* No such thing as APACI anymore. :)Cliff Woolley2001-10-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91661 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that installbuilddir is always defined.Ryan Bloom2001-09-031-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90875 13f79535-47bb-0310-9956-ffa450edef68
* My first try at relocating the manual tree outside of the htdocs/ directory.Martin Kraemer2001-08-231-0/+12
| | | | | | | | | | | | | It will now reside in the ServerRoot, alongside with .../man/ and .../icons/ and .../htdocs/ - Please review the config.layout entries for the vendor specific entries, I supplied sensible defaults but you may disagree. Reviewed by: William A. Rowe, Jr., Joshua Slive, Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90551 13f79535-47bb-0310-9956-ffa450edef68
* If my grep and brain are working, that's all there is to adding error/William A. Rowe Jr2001-08-201-0/+12
| | | | | | | to the *nix build. If I'm wrong, don't shoot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90412 13f79535-47bb-0310-9956-ffa450edef68
* - change inconsistent use of logdir and logfiledir all to logfiledir, toMarc Slemko2001-04-031-1/+1
| | | | | | | | | | | | | | | make the config.layout file work properly. - change default layout to be "Apache", as defined in config.layout, instead of duplicating (some of) that layout in configure itself. - change default installation path to /usr/local/apache2 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88692 13f79535-47bb-0310-9956-ffa450edef68
* minor correction to libexecdir for the standard Apache layoutGreg Stein2000-12-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87507 13f79535-47bb-0310-9956-ffa450edef68
* Add the config.layout page back.Ryan Bloom2000-12-201-0/+251
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87443 13f79535-47bb-0310-9956-ffa450edef68