Tag Archives: http.conf

websvn 설치

  svn 리파지토리를 웹으로 봐야 하는 일이 생겼다. 그래서 리파지토리 뷰를 위해 websvn 을 설치해보았다. 1. WebSVN 다운로드 – http://websvn.tigris.org 2. WebSVN 압축 해제 $ tar zxvf websvn-2.3.3.tar.gz $ mv websvn-2.3.3 /var/www $ cd /var/www $ ln -s ./websvn-2.3.3 websvn … Continue reading

Posted in SCM/ITS, WEB/WAS | Tagged , , , , , , | Leave a comment

Apache2 에 ssl 적용 삽질기…

  Apache2 에 ssl 적용 삽질기… 1. openssl 설치 openssl-0.9.8g.tar.gz 다운 ]# ./config ]# make ]# make install 2. 아파치 재컴파일 ]# cd /usr/local/src/httpd-2.2.4 ]# ./configure –prefix=/usr/local/apache2 –enable-module=ssl –with-ssl=/usr/local/ssl –enable-ssl –with-included-apr –enable-so 문제발생1 configure 하면서 아래와 같은 에러가 발생함. configure: … Continue reading

Posted in WEB/WAS | Tagged , , , , , | Leave a comment