FrontPage 差分 一覧 ソース 検索 ヘルプ ログイン

Apache2 configureオプション

configure

[カテゴリ:Apache]

FreeBSD4.7-RELEASEではまだスレッドの扱いがアレげなようなので、とりあえずpreforkモードにて運用中

 ./configure --enable-so \
  --enable-mods-shared="rewrite deflate" \
 # --enable-threads --with-mpm=worker \
  --enable-ssl --with-ssl=/usr/local/openssl \
  --enable-suexec \
  --with-suexec-caller=www --with-suexec-uidmin=1000 \
  --with-suexec-gidmin=1000 --with-suexec-userdir=. \
  --with-suexec-docroot=/home \
  --with-suexec-logfile=/usr/local/apache2/logs/suexec_log