Commit 32d49a0a authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Make /usr/local/apache again the default installation PREFIX, even when this

violates the GNU standards for "configure" scripts.  But this way idiots who
just use the defaults (i.e. not even use --prefix) do not get their /usr/local
bristled with Apache files.

We now have as the default the following directory layout:

:> ./configure --layout
Configuring for Apache, Version 1.3b6-dev

Installation paths:
               prefix: /usr/local/apache
          exec_prefix: /usr/local/apache
               bindir: /usr/local/apache/bin
              sbindir: /usr/local/apache/sbin
           libexecdir: /usr/local/apache/libexec
               mandir: /usr/local/apache/man
           sysconfdir: /usr/local/apache/etc
              datadir: /usr/local/apache/share
        localstatedir: /usr/local/apache/var
           includedir: /usr/local/apache/include

Compilation paths:
           HTTPD_ROOT: /usr/local/apache
           SUEXEC_BIN: /usr/local/apache/sbin/suexec
      SHARED_CORE_DIR: /usr/local/apache/libexec
       DEFAULT_PIDLOG: var/run/httpd.pid
   DEFAULT_SCOREBOARD: var/run/httpd.scoreboard
     DEFAULT_LOCKFILE: var/run/httpd.lock
      DEFAULT_XFERLOG: var/logs/access_log
     DEFAULT_ERRORLOG: var/logs/error_log
    TYPES_CONFIG_FILE: etc/mime.types
   SERVER_CONFIG_FILE: etc/httpd.conf
   ACCESS_CONFIG_FILE: etc/access.conf
 RESOURCE_CONFIG_FILE: etc/srm.conf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80915 13f79535-47bb-0310-9956-ffa450edef68
parent 29b0094e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment