반응형
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
- log error
- springboottest
- querydsl no sources given
- java 버전 변경
- java 11
- java version
- java
- error
- property or field 'jobparameters' cannot be found on object of type
- parse
- java 여러개 버전
- LeetCode
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- el1008e
- maybe not public or not valid?
- no sources given
- Java 1.8
- Medium
- 스프링부트테스트
- mac os git error
- easy
- springboot
- OpenFeign
- AWS CLI
- JUnit
- java 1.8 11
- aws
- yum install java
- springbatch error
Archives
- Today
- Total
목록apache 명령어 (1)
쩨이엠 개발 블로그
[ Apache ] 아파치 start/stop/restart 명령어
맨날 찾아만 보다가 드디어 정리를 하기로 했다 앞으로도 계속 쓸 것 같아섴ㅋㅋㅋㅋㅋ 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..
개발/ETC
2020. 7. 4. 10:39