John Walker writes:
 > layouts seem to be defined in:
 > 
 > ../apache_1.3.x/config.layout

you can also make your own config layout file and point the configure
script at it

this is something i discovered v. useful :)

for example
this in the layout file

<Layout FunkyLayout>
    prefix:        /usr/local
    exec_prefix:   $prefix
    bindir:        $exec_prefix/bin
    sbindir:       $exec_prefix/sbin
    libexecdir:    $exec_prefix/libexec/apache
    mandir:        $prefix/man
    sysconfdir:    /www/apache-conf
    datadir:       /www
    iconsdir:      $datadir/icons
    htdocsdir:     $datadir/htdocs
    cgidir:        $datadir/cgi-bin
    includedir:    $prefix/include/apache
    localstatedir: /var
    runtimedir:    $localstatedir/run
    logfiledir:    $localstatedir/log
    proxycachedir: $datadir/proxy
</Layout>

this as a command line option to configure script

--with-layout=path-to-your-config-file:FunkyLayout

hope this is useful :)

Rendhalver

Reply via email to