2008/05/02

IIS 명령줄 관리 도구, AppCmd : 사이트, 응용프로그램, 가상디렉토리, 응용프로그램풀

사이트 목록

C:\Windows\System32\inetsrv>appcmd.exe list sites
SITE "Default Web Site" (id:1,bindings:http/*:80:,state:Started)
SITE "
www.wssplex.net" (id:300,bindings:http/*:80:www.wssplex.net,http/*:80:wssplex.net,state:Stoppe
d)
SITE "
www.serverinfo.pe.kr" (id:301,bindings:http/*:80:,state:Stopped)


사이트 추가

C:\Windows\System32\inetsrv>appcmd.exe add site /name:www.serverinfo.pe.kr
 /bindings:"http/*:80:" /p
hysicalPath:"C:\inetpub\wwwroot"
SITE 개체 "www.serverinfo.pe.kr"을() 추가했습니다.
APP 개체 "
www.serverinfo.pe.kr/"을(를) 추가했습니다.
VDIR 개체 "
www.serverinfo.pe.kr/"을(를) 추가했습니다.


응용프로그램 목록

C:\Windows\System32\inetsrv>appcmd.exe list app
APP "Default Web Site/" (applicationPool:DefaultAppPool)
APP "Default Web Site/default_test" (applicationPool:DefaultAppPool)
APP "
www.wssplex.net/" (applicationPool:www.wssplex.net)
APP "
www.serverinfo.pe.kr/" (applicationPool:DefaultAppPool)


응용프로그램 추가


C:\Windows\System32\inetsrv>appcmd.exe add app /site.name:www.wssplex.net
/path:/test2 /physicalPath:c:\inetbpud\wwwroot
APP 개체 "www.wssplex.net/test2"을(를) 추가했습니다.
VDIR 개체 "
www.wssplex.net/test2"을(를) 추가했습니다.


응용프로그램 풀 목록


C:\Windows\System32\inetsrv>appcmd.exe list apppool
APPPOOL "DefaultAppPool" (MgdVersion:v2.0,MgdMode:Integrated,state:Started)
APPPOOL "
www.wssplex.net" (MgdVersion:v2.0,MgdMode:Integrated,state:Started)


응용프로그램의 응용프로그램 풀 설정

C:\Windows\System32\inetsrv>appcmd.exe set app "www.wssplex.net/test2"
/applicationPool:test
APP 개체 "www.wssplex.net/test2"을(를) 변경했습니다.


응용프로그램 풀의 상세 설정값

C:\Windows\System32\inetsrv>appcmd.exe list apppool "www.wssplex.net" /text:*
APPPOOL
  APPPOOL.NAME:"
www.wssplex.net"
  PipelineMode:"Integrated"
  RuntimeVersion:"v2.0"
  state:"Started"
  [add]
    name:"
www.wssplex.net"
    queueLength:"1000"
    autoStart:"true"
    enable32BitAppOnWin64:"false" ........................



응용프로그래 풀 설정값 변경


C:\Windows\System32\inetsrv>appcmd.exe set apppool
/apppool.name "
www.wssplex.net" /autoStart:false
APPPOOL 개체 "www.wssplex.net"을(를) 변경했습니다.


댓글 없음:

댓글 쓰기

가장 많이 본 글