반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- No tests found for given includes
- yum install java
- OpenFeign
- Java 1.8
- log error
- springboot
- springboottest
- java 여러개 버전
- Medium
- statement.executequery() cannot issue statements that do not produce result sets.
- java 버전 변경
- ssl프로토콜확인
- LeetCode
- easy
- 스프링부트테스트
- ssl이란?
- JUnit
- java 1.8 11
- tls프로토콜확인
- mac os git error
- AWS CLI
- aws
- java 11
- parse
- xcrun: error: invalid active developer path
- error
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- mysql executequery error
- java version
- java
Archives
- Today
- Total
쩨이엠 개발 블로그
[ Apache ] 아파치 start/stop/restart 명령어 본문
728x90
반응형
맨날 찾아만 보다가 드디어 정리를 하기로 했다
앞으로도 계속 쓸 것 같아섴ㅋㅋㅋㅋㅋ
1. 버전확인
$ httpd -v
Server version: Apache/2.4.28 (Unix)
Server built: Oct 29 2017 19:28:54
2. Status 확인
$ systemctl status httpd
$ service httpd status
3. Apache Start
$ systemctl start httpd
$ service httpd start
$ apachectl start
4. Apache Stop
$ systemctl stop httpd
$ service httpd stop
$ apachectl stop
5. Apache Restart
$ systemctl restart httpd
$ service httpd restart
$ apachectl restart
728x90
반응형
'개발 > ETC' 카테고리의 다른 글
[ error ] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory (0) | 2020.07.11 |
---|---|
[ node ] certificate has expired 오류 (0) | 2020.07.10 |
Response Header에서 Server 노출여부 변경하기 (1) | 2020.07.02 |
XML Tree 형으로 format (0) | 2020.06.09 |
[ git ] 삭제된 파일 commit (0) | 2020.05.21 |
Comments