|
|
|
15년 전
|
조회 1,953
|
|
|
|
15년 전
|
조회 2,034
|
|
|
|
15년 전
|
조회 1,852
|
|
|
|
15년 전
|
조회 1,788
|
|
|
|
15년 전
|
조회 1,850
|
|
|
|
15년 전
|
조회 6,244
|
|
|
|
15년 전
|
조회 1,838
|
|
|
|
15년 전
|
조회 1,841
|
|
|
|
15년 전
|
조회 1,753
|
|
|
|
15년 전
|
조회 1,842
|
|
|
|
15년 전
|
조회 2,062
|
|
|
|
15년 전
|
조회 1,859
|
|
|
|
15년 전
|
조회 1,730
|
|
|
|
15년 전
|
조회 1,897
|
|
|
|
15년 전
|
조회 1,716
|
|
|
|
15년 전
|
조회 1,744
|
|
|
|
15년 전
|
조회 1,705
|
|
|
|
15년 전
|
조회 1,700
|
|
|
|
15년 전
|
조회 2,348
|
|
|
|
15년 전
|
조회 1,748
|
|
|
|
15년 전
|
조회 1,869
|
|
|
|
15년 전
|
조회 1,377
|
|
|
|
15년 전
|
조회 1,823
|
|
|
|
15년 전
|
조회 1,745
|
|
|
|
15년 전
|
조회 1,849
|
|
|
|
15년 전
|
조회 2,148
|
|
|
|
15년 전
|
조회 1,530
|
|
|
|
15년 전
|
조회 1,713
|
|
|
|
15년 전
|
조회 1,738
|
|
|
|
15년 전
|
조회 1,819
|
댓글 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 여기가 맞다고 하시구요