라이브러리

[APACHE_CONFIGURE] --help [short|recursive] - 도움말을 출력하고 종료한다. SHORT 아규먼트는 이 패키지 특유의 옵션만을 출력한다.




APACHE CONFIGURE의 --help 옵션은 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 옵션입니다. 이 옵션은 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 다양한 옵션과 명령어를 표시합니다.

--help [short|recursive]

- --help : 이 옵션은 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 다양한 옵션과 명령어를 표시합니다. 기본적으로, 이 옵션은 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 옵션과 명령어를 표시합니다.

- --help short : 이 옵션은 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 짧은 형태의 옵션과 명령어를 표시합니다. 짧은 형태의 옵션은 - 옵션을 사용하여 표시합니다.

- --help recursive : 이 옵션은 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 재귀적 옵션과 명령어를 표시합니다. 재귀적 옵션은 하위 디렉토리에서 사용할 수 있는 옵션과 명령어를 표시합니다.

예제

아래 예제는 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 다양한 옵션과 명령어를 표시하는 방법을 보여줍니다.

#hostingforum.kr
bash

# Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 다양한 옵션과 명령어를 표시합니다.

$ apachectl --help



# Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 짧은 형태의 옵션과 명령어를 표시합니다.

$ apachectl --help short



# Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 재귀적 옵션과 명령어를 표시합니다.

$ apachectl --help recursive



출력

아래는 Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 다양한 옵션과 명령어의 출력을 보여줍니다.

#hostingforum.kr
bash

# Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 다양한 옵션과 명령어를 표시합니다.

$ apachectl --help

Usage: apachectl [OPTION]...



Starts the Apache HTTP Server.



Options:

  -D           Define a name for use in  directives

  -f       Specify an alternate server configuration file

  -C      Pass a single directive to the config file parser

  -d      Specify a server root directory

  -k         Send a signal to the running Apache server

  -S                  Print a list of the configured virtual hosts

  -v                  Print the version number and exit

  -V                  Print the version number and build settings

  -h                  Print a list of command-line options

  -l                  Print a list of all configured modules

  -M                  Print a list of all configured modules (verbose)

  -n           Specify a name for the server

  -t                  Run a configuration file syntax test

  -T                  Print a detailed configuration report

  -C      Pass a single directive to the config file parser

  -c      Pass a single directive to the config file parser

  -e           Specify the location of the error log file

  -E           Specify the location of the error log file

  -h           Specify the location of the host headers file

  -H           Specify the location of the host headers file

  -k         Send a signal to the running Apache server

  -l           Specify the location of the lock file

  -L                  Enable logging of requests

  -M                  Print a list of all configured modules

  -m         Specify the location of the module

  -n           Specify a name for the server

  -p      Specify the location of the process ID file

  -P      Specify the location of the process ID file

  -q                  Quiet startup mode

  -R                  Run as a daemon

  -s                  Print a list of the configured virtual hosts

  -S                  Print a list of the configured virtual hosts

  -t                  Run a configuration file syntax test

  -T                  Print a detailed configuration report

  -u           Specify the user to run as

  -v                  Print the version number and exit

  -V                  Print the version number and build settings

  -w      Specify the location of the server's document root

  -W                  Enable the server's watchdog

  -x                  Enable the server's watchdog

  -X                  Enable the server's watchdog

  -y                  Enable the server's watchdog

  -Y                  Enable the server's watchdog

  -z                  Enable the server's watchdog



# Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 짧은 형태의 옵션과 명령어를 표시합니다.

$ apachectl --help short

Usage: apachectl [OPTION]...



Starts the Apache HTTP Server.



Options:

  -h                  Print a list of command-line options

  -v                  Print the version number and exit

  -V                  Print the version number and build settings

  -S                  Print a list of the configured virtual hosts

  -t                  Run a configuration file syntax test

  -T                  Print a detailed configuration report

  -k         Send a signal to the running Apache server



# Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 재귀적 옵션과 명령어를 표시합니다.

$ apachectl --help recursive

Usage: apachectl [OPTION]...



Starts the Apache HTTP Server.



Options:

  -D           Define a name for use in  directives

  -f       Specify an alternate server configuration file

  -C      Pass a single directive to the config file parser

  -d      Specify a server root directory

  -k         Send a signal to the running Apache server

  -S                  Print a list of the configured virtual hosts

  -v                  Print the version number and exit

  -V                  Print the version number and build settings

  -h                  Print a list of command-line options

  -l                  Print a list of all configured modules

  -M                  Print a list of all configured modules (verbose)

  -n           Specify a name for the server

  -t                  Run a configuration file syntax test

  -T                  Print a detailed configuration report

  -C      Pass a single directive to the config file parser

  -c      Pass a single directive to the config file parser

  -e           Specify the location of the error log file

  -E           Specify the location of the error log file

  -h           Specify the location of the host headers file

  -H           Specify the location of the host headers file

  -k         Send a signal to the running Apache server

  -l           Specify the location of the lock file

  -L                  Enable logging of requests

  -M                  Print a list of all configured modules

  -m         Specify the location of the module

  -n           Specify a name for the server

  -p      Specify the location of the process ID file

  -P      Specify the location of the process ID file

  -q                  Quiet startup mode

  -R                  Run as a daemon

  -s                  Print a list of the configured virtual hosts

  -S                  Print a list of the configured virtual hosts

  -t                  Run a configuration file syntax test

  -T                  Print a detailed configuration report

  -u           Specify the user to run as

  -v                  Print the version number and exit

  -V                  Print the version number and build settings

  -w      Specify the location of the server's document root

  -W                  Enable the server's watchdog

  -x                  Enable the server's watchdog

  -X                  Enable the server's watchdog

  -y                  Enable the server's watchdog

  -Y                  Enable the server's watchdog

  -z                  Enable the server's watchdog



이러한 예제를 통해, Apache 웹 서버의 구성 파일을 편집할 때 사용할 수 있는 다양한 옵션과 명령어를 표시할 수 있습니다.
  • profile_image
    나우호스팅 @pcs8404 

    호스팅포럼 화이팅!

    댓글목록

    등록된 댓글이 없습니다.

  • 전체 10,077건 / 1 페이지

검색

게시물 검색