From: | "Andrew Dunstan" <andrew(at)dunslane(dot)net> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: location of the configuration files |
Date: | 2003-02-14 07:35:03 |
Message-ID: | 005601c2d3fb$96b6f560$6401a8c0@DUNSLANE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Apache explicitly supports a number of different layouts for files out of
the box (and provides support for you to roll your own very easily). From
the manual:
The second, and more flexible way to configure the install path locations
for Apache is using the config.layout file. Using this method, it is
possible to separately specify the location for each type of file within the
Apache installation. The config.layout file contains several example
configurations, and you can also create your own custom configuration
following the examples. The different layouts in this file are grouped into
<Layout FOO>...</Layout> sections and referred to by name as in FOO.
--enable-layout=LAYOUT
Use the named layout in the config.layout file to specify the installation
paths.
Maybe pg could benefit from something similar?
cheers
andrew
----- Original Message -----
From: "scott.marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Sent: Thursday, February 13, 2003 4:07 PM
[snip]
> If I do a .tar.gz install of apache, I get /usr/local/apache/conf, which
> is not the standard way you're listing. If I install openldap from
> .tar.gz, I get a /usr/local/etc/openldap directory, close, but still not
> the same. The fact is, it's the packagers that put things into /etc and
> whatnot, and I can see the postgresql RPMs or debs or whatever having that
> as the default, but for custom built software, NOTHING that I know of
> builds from source and uses /etc without a switch to tell it to, just like
> postgresql can do now.
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Kalchev | 2003-02-14 07:55:12 | Re: [HACKERS] Changing the default configuration |
Previous Message | Hannu Krosing | 2003-02-14 07:07:27 | Re: Brain dump: btree collapsing |