443포트 열기

분류없음 2009/11/26 16:06 |
iptables -L
실행후

pico /etc/sysconfig/iptables
편집해서
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT

추가해서
service iptables stop 멈춘후

방화벽 재가동
service iptables start

그리고 apachectl startssl 로
데몬 가동하여
https:// 로 열리는지 확인
--with-layout=Apache --prefix=/usr/local/apache2 --enable-shared=max --enable-rule=SHARED_CORE --enable-module=so --enable-module=rewrite --enable-module=vhost_alias --enable-module=headers --enable-module=expires --enable-module=speling --enable-module=ssl 64bit cent os일경우 환경변수 추가 /etc/profile SSL_BASE=/usr/local/openssl export SSL_BASE LDFLAGS=-L/usr/local/openssl/lib exprot LDFLAGS cppFLAGS=-I/usr/local/openssl/include export CPPFLAGS
저작자 표시
Posted by HD코리아 dainz

Trackback Address :: http://blog.hdkorea.com/trackback/74 관련글 쓰기

댓글을 달아 주세요