반응형
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
- mac os git error
- No tests found for given includes
- no sources given
- property or field 'jobparameters' cannot be found on object of type
- JUnit
- Java 1.8
- java 버전 변경
- el1008e
- java 1.8 11
- log error
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- maybe not public or not valid?
- java
- OpenFeign
- querydsl no sources given
- yum install java
- AWS CLI
- easy
- aws
- springbatch error
- java 11
- error
- java version
- 스프링부트테스트
- Medium
- LeetCode
- springboottest
- springboot
- parse
- 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 |