origoni's Blog from Millky

origoni의 스프링 블로그 입니다.

XP에서 403.9에러 해결하기

Posted on April 17th, 2010 at 13:27 by 별이 


403.9에러란?

IIS에서 제한하고 있는 동접자 수를 초과했을때 나오는 에러다.

XP에서는 왜 자주 보이나?

XP는 서버용 운영체제가 아니기 때문에 동접자 수가 10으로 제한되어 있다.

그럼 어떻게 해야 하나?

http://kin.naver.com/qna/detail.nhn?d1id=1&dirId=10301&docId=69651374&qb=WFAgSUlT&enc=utf8&section=kin&rank=2&sort=0&spq=0&pid=f8Fsjwoi5TVssslw1m0sss--254959&sid=S8nAa8l4yUsAAAgwpAo

여기서 채택된 글을 확인하면 해답이 나와있다.

This can be bumped up to 40 but not higher (40 is the hardcoded limit).
To do this, find the adsutil.vbs script (should be in c:\inetpub\AdminScripts or similar) and run the following command: 
adsutil set w3svc/MaxConnections 40 

이렇게 실행하면 40명으로 늘어난다.(필자는 500명으로 해 놓았다;;;)


01/23 2011 23:42:03
하나로와 80포트
back to top