CentOS 명령어 모음
마스터욱
0
39
0
0
2023-05-21 00:25:13
아파치 재시작
# systemctl restart httpd
아파치 버전확인
# httpd -v
아파치 재시작
# apachectl restart
# systemctl restart httpd
포트 확인
# netstat -tnlp
openssl 명령어를 통하여 443 포트에 직접 접근하여 인증서 정보 확인
#openssl s_client -connect 127.0.0.1:443 | openssl x509 -noout -dates -subject