Contents
概要
Apache2とTomcat5の環境構築。
後輩のための資料。
Apache2インストール
./configure --enable-mods-shared=all ./configure --enable-shared=yes ./configure --enable-modules=so --enable-ssl ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl
tar xvfz openssl-0.9.7d.tar.gz cd openssl-0.9.7d ./config -fPIC shared make make install
httpd.conf
http://cc.sakura.ad.jp/apache/beginner/httpd-conf.html
AddDefaultCharset Off
参考サイト
Install Apache2-MySQL4-PHP5-Tomcat5 to MacOSX
Webサーバ(Apache2+Tomcat5+mod_ssl)構築手順
http://www2.ocn.ne.jp/~virii/sol8/freesoft-lst.html