FrontPage 新規 一覧 検索 ヘルプ ログイン

Apache2 configureオプションの変更点

+!!!configure
+{{category 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