English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux apachectl 명령어

Linux 명령어大全

Linux apachectl 명령어는 Apache HTTP 서버 프로그램을 제어하는 데 사용됩니다.

apachectl은 slackware에 포함된 Apache HTTP 서버 스크립트 파일로, 관리자가 서버를 제어할 수 있지만, 다른 Linux의 Apache HTTP 서버에는 이 파일이 없을 수 있습니다.

문법

apachectl [configtest][fullstatus][graceful][help][restart][start][status][stop]

파라미터

  • configtest 설정 파일의 문법이 올바른지 확인합니다.
  • fullstatus 서버 전체 상태 정보를 표시합니다.
  • graceful Apache 서버를 재시작하지만 기존 연결을 끊지 않습니다.
  • help 도움 정보를 표시합니다.
  • restart Apache 서버를 재시작합니다.
  • start Apache 서버를 시작합니다.
  • status 서버 요약 상태 정보를 표시합니다.
  • stop Apache 서버를 중지합니다.

Linux 명령어大全