2001年11月29日
▽[memorandum] Apache+PHP4+JSP+mod_ssl
全部一気にじゃなくて追加# tar zxvf openssl-0.9.6b.tar.gz # cd openssl-0.9.6b # ./config -fPIC # make
$ tar zxvf cd mod_ssl-2.8.5-1.3.22.tar.gz # cd cd mod_ssl-2.8.5-1.3.22 # ./configure --with-apache=../apache_1.3.22 --with-ssl=../openssl-0.9.6b --enable-rule=SHARED_CORE --with-layout=Apache --enable-module=so --enable-module=status --enable-module=info --enable-module=rewrite --enable-module=usertrack --activate-module=src/modules/php4/libphp4.a --enable-shared=ssl
# cd ../apache-1.3.22 # make # make certificateこの時点で Certification に関して質問があるが,特に気にする必要も無く 適当に. 大体公開しないし,CA 個人用だから.
# make install
# emacs /usr/local/apache/conf/httpd.conf /-> order deny,allow deny from all allow from 192.168.0.0/255.255.255.0 127.0.0.1Options Indexes FollowSymLinks AllowOverride Options FileInfo Limit AuthConfig Order allow,deny Allow from all HostnameLookups On server-status, server-info -> Eliminate #
# apachectl stop # apachectl startssl後は Browser で見たときに サイト証明書 がどうとか出てくるので はい を選ぶだけ.
Posted by Rust Stnard at 00:00