全文検索:
- 31 CentOS5 でTLS1.2
- -1.0.2r.tar.gz # tar zxvf openssl-1.0.2r.tar.gz # cd openssl-1.0.2r # ./config shared enable-ssl2 enab... et-1.16.1.tar.gz # tar -xzvf wget-1.16.1.tar.gz # cd wget-1.16.1 # export PKG_CONFIG_PATH=/opt/openssl... et /usr/bin/wget </code> ==== Curl ==== <code> # cd /usr/local/src # wget https://curl.haxx.se/downlo... url-7.58.0.tar.gz # tar xzvf curl-7.58.0.tar.gz # cd curl-7.58.0 # ./configure --enable-libcurl-option
- 32 CentOS5でTLS1.2 Apache PHP
- d.conf /opt/httpd/httpd-2.2.24/conf/httpd.conf # cd /opt/httpd/httpd-2.2.24 # cp -rvf /etc/httpd/conf... //svn.php.net/repository/pecl/crack/trunk crack # cd crack # /opt/php-5.6.13/bin/phpize # ./configure ... /php5/php-5.6.40.tar.gz tar xvf php-5.6.40.tar.gz cd php-5.6.40/ext/mssql/ /opt/php-5.6.13/bin/phpize ... からダウンロード <code> # tar zxvf mysql-5.1.56.tar.gz # cd mysql-5.1.56 # ./configure --prefix=/opt/mysql-5.
- 13 mod_line_edit
- pm # rpm -ivh mod_line_edit-1.0.0-2.el5.src.rpm # cd /root/rpmbuild/SPECS/ # rpmbuild -ba mod_line_edit.spec # cd ../RPMS/x86_64/ # rpm -ivh mod_line_edit-1.0.0-2.
- mod_geoip 接続元国でWebアクセスを制限
- EODIR=/usr/local/share/GeoIP DAT=GeoIP.dat cd $TMPDIR #/usr/bin/wget http://www.maxmind.co... echo "gunzip failed" exit 2 fi cd $GEODIR /bin/mv $DAT $DAT.`/bin/date "+%Y%m%d-%
- 15 CentOS6 suPHP7.2
- uphp-0.7.2.tar.gz # tar zxvf suphp-0.7.2.tar.gz # cd suphp-0.7.2 # autoreconf --force --install ./conf
- 21 グラフ描写(gnuplot)
- スから === <code> # tar zxvf gnuplot-5.0.6.tar.gz # cd gnuplot-5.0.6 # ./configure --prefix=/usr/local -
- 21 HRForecast
- lone https://github.com/kazeburo/HRForecast.git # cd HRForecast </code> <code console> # yum install
- 82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1
- uphp-0.7.1.tar.gz # tar -xzf suphp-0.7.1.tar.gz # cd suphp-0.7.1 # ./configure --with-apr=/usr/bin/apr
- 02 Apache2で自己認証ssl
- um install mod_ssl ===== サーバ秘密鍵・証明書の作成 ===== # cd /etc/pki/tls/certs/ # sed -i 's/365/3650/g' Mak
- CentOS5.2でApache2.2インストール
- <code console> # tar zxvf httpd-2.2.9.tar.gz # cd httpd-2.2.9 # ./configure --prefix=/usr/local/ap