|
|
|
15년 전
|
조회 1,973
|
|
|
|
15년 전
|
조회 2,047
|
|
|
|
15년 전
|
조회 1,869
|
|
|
|
15년 전
|
조회 1,807
|
|
|
|
15년 전
|
조회 1,862
|
|
|
|
15년 전
|
조회 6,258
|
|
|
|
15년 전
|
조회 1,858
|
|
|
|
15년 전
|
조회 1,856
|
|
|
|
15년 전
|
조회 1,771
|
|
|
|
15년 전
|
조회 1,860
|
|
|
|
15년 전
|
조회 2,078
|
|
|
|
15년 전
|
조회 1,874
|
|
|
|
15년 전
|
조회 1,746
|
|
|
|
15년 전
|
조회 1,914
|
|
|
|
15년 전
|
조회 1,732
|
|
|
|
15년 전
|
조회 1,757
|
|
|
|
15년 전
|
조회 1,717
|
|
|
|
15년 전
|
조회 1,709
|
|
|
|
15년 전
|
조회 2,363
|
|
|
|
15년 전
|
조회 1,766
|
|
|
|
15년 전
|
조회 1,880
|
|
|
|
15년 전
|
조회 1,391
|
|
|
|
15년 전
|
조회 1,847
|
|
|
|
15년 전
|
조회 1,763
|
|
|
|
15년 전
|
조회 1,867
|
|
|
|
15년 전
|
조회 2,168
|
|
|
|
15년 전
|
조회 1,546
|
|
|
|
15년 전
|
조회 1,731
|
|
|
|
15년 전
|
조회 1,755
|
|
|
|
15년 전
|
조회 1,844
|
댓글 4개
그래서 가상서버 회원들은 443을 사용 할수 없습니다 ㅠ.ㅠ;
sites-available/ssl 을 생성해서 다음과 같은 소스를 짰습니다.
<ifmodule ssl_module>
NameVirtualHost *:64443
<virtualhost *:64443>
ServerAdmin cycity@nate.com
ServerName www.terrorboy.pe.kr:64443
DocumentRoot /var/www
ServerSignature On
SSLEngine on
SSLCertificateFile /etc/ssl/certs/terrorboy.crt
SSLCertificateKeyFile /etc/ssl/private/terrorboy.key
<Directory />
Options -Indexes -FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
</Directory>
<directory /var/www>
AllowOverride All
Order allow,deny
allow from all
</directory>
<location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
</location>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
CustomLog /var/log/apache2/ssl_access.log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</virtualhost>
</ifmodule>
일단 인터넷으로 알아 본결과 맞게 짰다고 하는군요.
파일위치도 우분투 서버이기 때문에 sites-available/ssl 여기가 맞다고 하시구요