반응형
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 |
Tags
- No tests found for given includes
- log error
- java
- ssl프로토콜확인
- Medium
- OpenFeign
- LeetCode
- aws
- parse
- tls프로토콜확인
- java version
- xcrun: error: invalid active developer path
- yum install java
- AWS CLI
- JUnit
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- java 여러개 버전
- mysql executequery error
- ssl이란?
- springboot
- Java 1.8
- 스프링부트테스트
- statement.executequery() cannot issue statements that do not produce result sets.
- java 버전 변경
- mac os git error
- easy
- error
- springboottest
- java 1.8 11
- java 11
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