Commit Graph

22 Commits

Author SHA1 Message Date
caee125c7b Add FreeBSD directory layout
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
2003-06-29 16:44:22 +00:00
508477b82d Update SuSE layout.
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
2002-07-16 18:29:59 +00:00
2455804e94 get binbuild working again, and zap the BinaryDistribution layout
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
2002-05-17 14:49:31 +00:00
19af7c12d6 binbuild.sh was using the ancient syntax --with-layout=BinaryDistribution
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
2002-05-14 14:22:27 +00:00
6322921612 fix a comment in config.layout which told the unsuspecting user
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
2002-05-14 13:52:12 +00:00
574a57d552 I doubt this was the intention.
(Change 1.3->2.0)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94669 13f79535-47bb-0310-9956-ffa450edef68
2002-04-16 05:57:50 +00:00
e3db2e5820 Fixup product name
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
2002-04-08 09:37:57 +00:00
b165be1038 Add libdir entries to config.layout.
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
2002-04-06 21:44:44 +00:00
cb8d76267b Update Redhat layout to v7.
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
2002-03-28 19:04:48 +00:00
4a86a96acc Fix a comment about the /<target> appended to config.layout variables
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
2002-03-14 17:18:33 +00:00
19c513285f Add a missing manualdir entry in the Debian layout.
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
2002-03-09 19:37:09 +00:00
a3b48c6bee Will the real errordir please step forward.
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
2002-03-07 14:55:14 +00:00
254e3492bf Add a missing errordir entry in the Debian config.layout.
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
2002-03-07 14:26:07 +00:00
3ede7e8660 These variables need to be delimited with {} or they will conflict with
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
2002-02-26 18:41:58 +00:00
4dcff54a54 Add Debian Layout
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
2001-11-11 07:02:37 +00:00
ad0b6798be No such thing as APACI anymore. :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91661 13f79535-47bb-0310-9956-ffa450edef68
2001-10-26 02:59:26 +00:00
b41d6abae3 Make sure that installbuilddir is always defined.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90875 13f79535-47bb-0310-9956-ffa450edef68
2001-09-03 03:06:12 +00:00
46956f4ebb My first try at relocating the manual tree outside of the htdocs/ directory.
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
2001-08-23 15:17:02 +00:00
71a6826b28 If my grep and brain are working, that's all there is to adding error/
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
2001-08-20 18:45:55 +00:00
afe19afd61 - change inconsistent use of logdir and logfiledir all to logfiledir, to
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
2001-04-03 17:03:35 +00:00
323102da81 minor correction to libexecdir for the standard Apache layout
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87507 13f79535-47bb-0310-9956-ffa450edef68
2000-12-22 11:58:55 +00:00
abe9bbe4dc Add the config.layout page back.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87443 13f79535-47bb-0310-9956-ffa450edef68
2000-12-20 01:18:35 +00:00