: 안녕하세요.
: 아래쪽에 글들을 찾아 보았지만..
: 아파치 웹서버에 들어오는 인원제한이 제대로 나오는 것이
: 없어서 이렇게 질문을 드립니다.
: 그리고 속도 조절하는 방법도 부탁드립니다.
: 귀한 답변을 부탁드립니다.
: 그럼.. 안녕히 계십시오.
# Limit on total number of servers running, i.e., limit on the number
# of clients who can simultaneously connect --- if this limit is ever
# reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW.
# It is intended mainly as a brake to keep a runaway server from taking
# the system with it as it spirals down...
#
MaxClients 150
이 부분을 참고 해 주세요
아마 150이란 숫자만 고쳐 주만 될것 같습니다..