YANO's digital garage

Copyright ©YANO All rights reserved. https://www.bravotouring.com/~yano/

Last-modified: 2024-04-17 (水)


[一語一絵/IT系]

Apache/mod_sslのrebuild / 2004-03-24 (水)

OpenSSL 0.9.7d のリリースから1週間。特に問題は報告されていないので、Apache/mod_sslを新しいOpenSSLで作りなおして再起動。

[yano@portage mod_ssl-2.8.16-1.3.29]$ ./configure --with-apache=../apache_1.3.29 \
  --with-ssl=/usr/local/ssl --enable-rule=SHARED_CORE --with-layout=RedHat \
  --enable-module=so --enable-module=status --enable-module=info \
  --enable-module=rewrite --enable-module=usertrack --enable-module=log_referer \
  --add-module=mod_gzip.c

[yano@portage mod_ssl-2.8.15-1.3.29]$ cd ../apache_1.3.29
[yano@portage apache_1.3.29]$ make
[yano@portage apache_1.3.29]$ sudo make install
[yano@portage apache_1.3.29]$ service httpd restart