LoginSignup
8
6

More than 5 years have passed since last update.

Apache httpd の configure オプション確認方法

Posted at

httpd -V ではなかったのかっ!

httpd -V は詳細が表示されるだけで configure のオプションそのものは出てません。残念。

偉大なるスタッッッッッッッッッッックオーバーフローより

finding apache build options - Stack Overflow

2.2.27, 2.4.1, 2.4.7 のそれぞれのバージョンで確認してみました。
下記のように出力されるようです。

$ view /path/to/httpd_root/build/config.nice

#! /bin/sh
#
# Created by configure

"./configure" \
"--prefix=/usr/local/apache2" \
"--enable-so" \
"--enable-mods-shared=most" \
"--enable-ssl" \
"--with-mpm=worker" \
"--enable-cgi" \
"$@"

終わりに

ぅゎすたっくぉぉばぁふろぉっょぃ

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6