[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Proposal: Make --with-program-name *NOT* rename httpd.conf, but *DO* rename httpd.pid

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-02-20 15:39:14 CET

Proposal: Make --with-program-name *NOT* rename httpd.conf, but *DO* rename
httpd.pid

Since apache installs many config files, these config files are never placed
directly into /etc, since that would be too messy. Rather they go into a
specific subdirectory. Therefore, renaming httpd.conf does not serve to
avoid conflicts with other apache installations, since the rest of the
subdirectory would still conflict. It just makes it less obvious exactly
what the file is.

However, PidFiles usually do get placed in one system-global directory, so
if the program name was changed to avoid conflicts, it is likely that the
pid file will need to be changed as well. Therefore I think the pidfile
default name should be <programname>.pid, not httpd.pid.

Does this seem sensible?

Thanks.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 20 15:40:27 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.