1.설치 환경
Version : lighttpd-1.4.26, openssl-0.9.7
* pcre 및 zlib 패키지 설치 필수
2. 설치 방법
# ./configure --prefix=/usr/local/lighttpd --with-openssl=/usr/local/openssl
# make && make install
3. 환경 설정
* lighttpd.conf
1) "mod_proxy" -->활성화
2) #### SSL engine
$SERVER["socket"] == "0.0.0.0:443"{
ssl.engine = "enable"
ssl.pemfile = "/key/cert.pem"
}
$SERVER["socket"] == "0.0.0.0:443"{
ssl.engine = "enable"
ssl.pemfile = "/key/cert.pem"
}
4. 실행시 아파치와 동일하게 PEM pass phrase 입력창 발생
설치 시 문제가 있으시면, 언제든지 메일주세요^^
E-mail : wcs_marketing@crosscert.com
'전자인증기술자료' 카테고리의 다른 글
SSL 인증서 자료 - Apache Server 1.x 인증서 설치 방법 (0) | 2010.07.01 |
---|---|
SSL 인증서 자료 - Apache 2.x 설치 방법 (0) | 2010.06.30 |
SSL 인증서 자료 - Apache 1.x 설치 방법 (0) | 2010.06.30 |
보안인증서 경고 메시지란? 보안서버/ SSL 웹서버 인증서 (0) | 2010.03.09 |
보안서버 SSL이란? (0) | 2010.03.08 |