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