This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANN] apache_1.3.22-2


 Stipe,

2002-01-11 14:45:15, du schriebst:

>   * changed $sysconfdir from /etc/httpd/conf to /etc/httpd,
>     as proposed by Geritt.
>   * changed $libexecdir from /usr/libexec to /usr/lib/apache,
>     as proposed by Chuck, Ernie and Corinna.

httpd && apache ?

I would prefer to have it all the same name:

`apache' like this:
#   Cygwin 1.3.x layout
<Layout Cygwin>
...
    libexecdir:    $prefix/lib/apache
...
    sysconfdir:    /etc/apache
...
    includedir:    $prefix/include/apache
...
    logfiledir:    $localstatedir/log/apache
    proxycachedir: $localstatedir/cache/apache
</Layout>     

or `httpd' like this:
<Layout Cygwin>
...
    libexecdir:    $prefix/lib/httpd
...
    sysconfdir:    /etc/httpd
...
    includedir:    $prefix/include/httpd
...
    logfiledir:    $localstatedir/log/httpd
    proxycachedir: $localstatedir/cache/httpd
</Layout>     

Since `httpd' is more general I would prefer `apache'
from these two layouts.

Gerrit
-- 
=^..^=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]