Arvind Srinivasan wrote:
> Hi Thava,
>
> I have a couple of questions about the proposed file/directory layout.
>
> >/usr/postgres/phppgadmin
>
> Why would this be under postgres? I expected to see /usr/phppgadmin
> (since phppgadmin is a top-level directory in /etc).
>
we try to organize all postgres related software under /usr/postgres
to avoid cluttering of /usr space.
>
> >/etc/phppgadmin/config.inc.php
> >/etc/apache2/2.2/samples-conf.d/phppgadmin.conf
>
> did you consider keeping all phppgadmin related conf files under
> /etc/phppgadmin itself rather than putting it under the apache
> directory tree?
>
> for e.g.
> /etc/phppgadmin/apache22.conf
> /etc/phppgadmin/anotherwebserver.conf
I did consider the possibility. However I do see value in keeping
config files under /etc/apache2 which
provides better visibility of available modules for some one
exploring the apache config files.
just thinking may be a good idea to provide both -- a symbolic link :
/etc/phppgadmin/apache22.conf -->
/etc/apache2/2.2/samples-conf.d/phppgadmin.conf
This way, it is just plainly visible for some one exploring
phppgadmin or apache to see the
existence of this config file.
However I want to make sure there is no objection to keep
/etc/apache2 and /etc/phppgadmin
files in single phppgadmin config package.
There is also another possibility of packaging /etc/apache2 config
file in a separate package
which I try not to in order to avoid too many packages.
-thava
>
> thanks,
> arvind
>