This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
각 script 설정 방법 및 간략 설명
---------------------------------------------------------------------
[apache-restart.sh] => 삭제 처리 : httpd_ctl로 통합됨
1. 설명: apache를 재기동 함.
2. 상세 내역
- 설치경로 : /user/service/http/bin
3. 설치 후 확인 사항
- apache-restart.sh 실행시 콘솔에 출력되는 로그가 아래와 같은지 확인.
- httpd restart success.
- "ps aux | grep httpd | grep -v grep" 명령으로 httpd 실행 확인.