You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Lars Eilebrecht <La...@unix-ag.org> on 1998/12/12 19:18:09 UTC

configure: automatic 'apache' suffix -- Why?

Hi,

when I use "--with-layout=Apache --prefix=/usr/local/etc/httpd ..."
I end up with paths like "/usr/local/etc/httpd/apache/logs".
                                              ^^^^^^^
If it's a GNU'ish thing to add 'apache' to the path if it's not
already part of the prefix it should _only_ be done for the GNU-style
paths layout and not for the classic Apache layout.


ciao...
-- 
Lars Eilebrecht                       - "A hacker does for love what others
sfx@unix-ag.org                      - would not do for money." (Creighton)
http://www.home.unix-ag.org/sfx/


Re: configure: automatic 'apache' suffix -- Why?

Posted by Lars Eilebrecht <La...@unix-ag.org>.
According to Randy Terbush:

>  I'm not seeing this. Has this been fixed for you?

No.

-snip-
$ configure --with-layout=Apache --prefix=/foo/bar --show-layout
Configuring for Apache, Version 1.3.4-dev
 + using installation path layout: Apache (config.layout)

Installation paths:
               prefix: /foo/bar
          exec_prefix: /foo/bar
               bindir: /foo/bar/bin
              sbindir: /foo/bar/bin
           libexecdir: /foo/bar/libexec
               mandir: /foo/bar/man
           sysconfdir: /foo/bar/conf/apache
              datadir: /foo/bar/apache
           includedir: /foo/bar/include/apache
        localstatedir: /foo/bar/apache
           runtimedir: /foo/bar/apache/logs
           logfiledir: /foo/bar/apache/logs
        proxycachedir: /foo/bar/apache/proxy
-snap-


ciao...
-- 
Lars Eilebrecht                                - Why be normal?!
sfx@unix-ag.org
http://www.home.unix-ag.org/sfx/


Re: configure: automatic 'apache' suffix -- Why?

Posted by Randy Terbush <ra...@Covalent.NET>.
Lars,

I'm not seeing this. Has this been fixed for you?

-Randy



Lars Eilebrecht <La...@unix-ag.org> writes:
> Hi,
> 
> when I use "--with-layout=Apache --prefix=/usr/local/etc/httpd ..."
> I end up with paths like "/usr/local/etc/httpd/apache/logs".
>                                               ^^^^^^^
> If it's a GNU'ish thing to add 'apache' to the path if it's not
> already part of the prefix it should _only_ be done for the GNU-style
> paths layout and not for the classic Apache layout.
> 
> 
> ciao...
> -- 
> Lars Eilebrecht                       - "A hacker does for love what others
> sfx@unix-ag.org                      - would not do for money." (Creighton)
> http://www.home.unix-ag.org/sfx/