채택완료

아파치 서버 설정 후 리스타트 할 때... 512까지만 가능하다 ServerLimit directive 확인방법?

[root@serverhosting22-73 site22]

# service httpd restart Stopping httpd: [ OK ] 

Starting httpd: WARNING: MaxClients of 2048 exceeds ServerLimit value of 512 servers, 

 lowering MaxClients to 512. 

 To increase, please see the ServerLimit directive. 


                                                           [ OK ]



어디에서 뭘 봐야할까요?

|

답변 2개 / 댓글 1개

채택된 답변
+20 포인트

답변에 대한 댓글 1개

홈/server/mpm/prefork/prefork.c파일에서 DEFAULT_SERVER_LIMIT 256 를 1024 로 수정.


위치가 어디에 있는건가요?

답변을 작성하려면 로그인이 필요합니다.