Hmm, bad admin?
Ubuntu 12.04.4 LTS
Apache/2.2.22 (Ubuntu)
The log is quite old now. The fast fix was to comment out that detection and use the IfVersion 2.4.9 section.
Code
- root@csrv12:~# apache2ctl -VServer version: Apache/2.2.22 (Ubuntu)Server built: Apr 17 2014 21:49:30Server's Module Magic Number: 20051115:30Server loaded: APR 1.4.6, APR-Util 1.3.12Compiled using: APR 1.4.6, APR-Util 1.3.12Architecture: 64-bitServer MPM: Worker threaded: yes (fixed thread count) forked: yes (variable process count)Server compiled with.... -D APACHE_MPM_DIR="server/mpm/worker" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/etc/apache2" -D SUEXEC_BIN="/usr/lib/apache2/suexec" -D DEFAULT_PIDLOG="/var/run/apache2.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="mime.types" -D SERVER_CONFIG_FILE="apache2.conf"
and
Code
- root@csrv12:~# apache2ctl -M
- Loaded Modules:
- core_module (static)
- log_config_module (static)
- logio_module (static)
- mpm_worker_module (static)
- http_module (static)
- so_module (static)
- actions_module (shared)
- alias_module (shared)
- auth_basic_module (shared)
- authn_file_module (shared)
- authz_default_module (shared)
- authz_groupfile_module (shared)
- authz_host_module (shared)
- authz_user_module (shared)
- autoindex_module (shared)
- cgid_module (shared)
- deflate_module (shared)
- dir_module (shared)
- env_module (shared)
- mime_module (shared)
- negotiation_module (shared)
- fastcgi_module (shared)
- proxy_module (shared)
- proxy_http_module (shared)
- reqtimeout_module (shared)
- rewrite_module (shared)
- setenvif_module (shared)
- ssl_module (shared)
- status_module (shared)
- suexec_module (shared)
- Syntax OK