Oops, I should be ashamed, patch I've send didn't get changes between 1.3.6 and
1.3.9 layouts... So, new one:
*** config.layout.orig Sat Aug 21 00:44:44 1999
--- config.layout Sun Oct 17 06:07:47 1999
***************
*** 150,152 ****
--- 150,171 ----
proxycachedir: $localstatedir/proxy
</Layout>
+ # BSD/OS layout
+ <Layout BSDI>
+ prefix: /var/www
+ exec_prefix: /usr/contrib
+ bindir: $exec_prefix/bin
+ sbindir: $exec_prefix/bin
+ libexecdir: $exec_prefix/libexec/apache
+ mandir: $exec_prefix/man
+ sysconfdir: $prefix/conf
+ datadir: $prefix
+ iconsdir: $datadir/icons
+ htdocsdir: $datadir/htdocs
+ cgidir: $datadir/cgi-bin
+ includedir: $exec_prefix/include/apache
+ localstatedir: /var
+ runtimedir: $localstatedir/run
+ logfiledir: $localstatedir/log/httpd
+ proxycachedir: $localstatedir/proxy
+ </Layout>