SSL以外はソース ※動作未確認

381 wget http://ftp.jaist.ac.jp/pub/apache//apr/apr-1.5.2.tar.gz
382 tar xvzf apr-1.5.2.tar.gz
383 cd apr-1.5.2
384 ./configure –prefix /usr/local/apr-1.5.2
385 make
386 make install
387 cd ..
388 wget http://ftp.jaist.ac.jp/pub/apache//apr/apr-util-1.5.4.tar.gz
389 tar zxvf apr-util-1.5.4.tar.gz
390 cd apr-util-1.5.4
391 ./configure –prefix=/usr/local/apr-util-1.5.4 –with-apr=/usr/local/apr-1.5.2
392 make
393 make install
394 cd ..
395 wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz
396 tar xvzf pcre-8.39.tar.gz
397 cd pcre-8.39
398 ./configure –prefix=/usr/local/pcre-8.39
399 make
400 make install
401 cd ..
402 wget http://ftp.meisei-u.ac.jp/mirror/apache/dist//httpd/httpd-2.4.23.tar.gz
403 tar xvzf httpd-2.4.23.tar.gz
404 cd httpd-2.4.23
405 yum install openssl
406 openssl
407 ./configure –enable-ssl –enable-mods-shared=all –with-apr=/usr/local/apr-1.5.2 –with-apr-util=/usr/local/apr-util-1.5.4 –with-pcre=/usr/local/pcre-8.39 –enable-shared=ssl
408 make
409 make isntall
410 make install
411 service httpd start
412 less httpd
413 ll
414 /usr/local/apache2/bin/httpd -v
415 usr/local/apache2/bin/apachectl start

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください