apache2.2 の設定 # ./configure \ --enable-rewrite \ --enable-so \ --enable-ssl \ --enable-vhost-alias # make # make install apache1.3 + mod_ssl の設定 mod_sslをhttp://www.modssl.org/からダウンロード apache1.3をhttp://httpd.apache.org/からダウンロード Apache 1.3.37 の場合 # tar fvxz mod_ssl-2.8.28-1.3.37.tar.gz # tar fvxz apache_1.3.37.tar.gz # cd mod_ssl-2.8.28-1.3.37 # ./configure --with-apache=../apache_1.3.37 --with-ssl # cd ../apache_1.3.37 # make # make certificate # su # make install その他 FCなどの場合、perlは、/usr/bin/に保存されている。 フリーのスクリプトなど、/usr/local/bin/perlなどになっている場合があるので # ln -s /usr/bin/perl /usr/local/bin/ として、リンクしておくとよい。