I've built apache to model the Debian package manager's (dpkg)
default installation. That is...
/etc/apache for config files
/var/log/apache for log files
/usr/lib/apache/1.3 for modules
/usr/sbin/apache for daemon
...etc...
Using the Apache Layout util it's easy enough for me
to replicate this, however, paths can be confusing when
building JServ. One really needs to fish around for certain
things after a build, (eg. mod_jserv.so, etc.). Seems like
config.layout modeled after Apache would help.
Just my $0.02
Jack Varga
--
clipped from config.layout
# Debian Layout
<Layout Debian>
prefix: /opt/apache
exec_prefix: $prefix
bindir: $exec_prefix/bin
sbindir: $exec_prefix/sbin
libexecdir: /usr/lib/apache/1.3
mandir: /usr/man
sysconfdir: /etc/apache
datadir: /usr/share/apache
includedir: /usr/include/apache-1.3
localstatedir: /var
runtimedir: $localstatedir/run
logfiledir: $localstatedir/log/apache
proxycachedir: $localstatedir/proxy
</Layout>
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]