Contents
概要
Apache2とTomcat5の環境構築。
後輩のための資料。
Apache2インストール
./configure --enable-mods-shared=all ./configure --enable-shared=yes
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
参考サイト
Install Apache2-MySQL4-PHP5-Tomcat5 to MacOSX
Webサーバ(Apache2+Tomcat5+mod_ssl)構築手順