2.0.37 is up and running on Nagoya.Apache.ORG... For this one I just used
GCC 3.1 in 32 bits mode (it's the main install and I don't want to screw up
things too quickly! :)

Logs can be seen in /opt/apache/logs for those who have accounts and are
interested...

    Pier

root@nagoya] /opt/apache/conf $ cat /opt/apache/conf/httpd.conf
> [...]
<IfModule worker.c>
    LockFile            logs/accept.lock
    ScoreBoardFile      logs/apache_runtime_status
    PidFile             logs/httpd.pid
    StartServers        4
    ThreadLimit         256
    ThreadsPerChild     256
    MaxRequestsPerChild 0
</IfModule>
> [...]

root@nagoya] /opt/apache/conf $ /opt/apache/bin/httpd -V
Server version: Apache/2.0.37
Server built:   Jun 11 2002 11:03:39
Server's Module Magic Number: 20020602:1
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/worker"
 -D APR_HAS_MMAP
 -D APR_USE_PROC_PTHREAD_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/opt/apache"
 -D SUEXEC_BIN="/opt/apache/bin/suexec"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"


[root@nagoya] /opt/apache/conf $ /opt/apache/bin/httpd -l
Compiled in modules:
  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  worker.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgid.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c

Reply via email to