아파치에 SSL을 깐 상태에서 http:~~의 접속을 가능하게 하려고
virtual host를 설정 했는데요...
SSL port(443)은 제대로 되는데 virtual은 로컬에서
접속할때만 되네요...
외부에서 접속하려고 하면 reset by peer라고 나오는데요...
어떻게 해야 하는지 궁금합니다... 급한데..ㅠ.ㅠ
제 httpd.conf중에서 virtualhost에 관한 부분입니다.'
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
#
<VirtualHost geuloo.postech.ac.kr:80>
SSLDisable
Port 80
ServerAdmin geuloo at postech.edu DocumentRoot "/home/httpd/html2"
TransferLog "/usr/local/apache/logs/access2.log"
ErrorLog "/usr/local/apache/logs/error2.log"
ServerName geuloo at postech.edu </VirtualHost>
답변 부탁드립니다.. 그럼 이만 안녕히 계세요..--^^;;