Sun Java System Web Server 7.0 Update 3 관리자 설명서

CLI를 통해 Web Server에 FastCGI 플러그인 구성

FastCGI 처리기와 관련된 5개의 CLI 명령은 다음과 같습니다.

ProcedureCLI를 통해 FastCGI 플러그인을 구성하는 방법

  1. 아래 명령을 호출하여 FastCGI 처리기를 만듭니다.


    wadm> create-fastcgi-handler --config=test --vs=test --uri-pattern=/php/* --role=filter
     --app-path=C:\\php\\phppack-5_2_0-windows-i586\\php\\php-cgi.exe

    역할이 Filter인 FastCGI 처리기가 만들어집니다.

    자세한 내용은 CLI 참조 create-fastcgi-handler(1)를 참조하십시오.

  2. 명령을 호출하여 구성을 배포합니다.


    wadm> deploy-config test

    주 –

    처음 FastCGI 처리기를 만드는 경우 구성을 배포한 후 인스턴스를 다시 시작해야 합니다.


    wadm> restart-instance --config=test localhost