유분투 14.04 접속자 늘리기 ubuntu 14.04 increse ServerLimit
페이지 정보

본문
vi /etc/apache2/mods-enabled/mpm_prefork.conf
vi /etc/apache2/mods-enabled/status.conf
<Location /server-status>
SetHandler server-status
#Require local
#Require ip 192.0.2.0/24
Require ip 123.456.123.123 # <--- your pc ip
</Location>
service apache2 restart
check: http://test.org/server-status
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 500 # <-- this change..
MaxConnectionsPerChild 0
</IfModule>
service apache2 restart
- 이전글리눅스 시스템 정보 보기 14.10.01
- 다음글우분투 업데이트 서버 다음으로 바꾸기(콘솔) /etc/apt/source.list 14.09.25
댓글목록
등록된 댓글이 없습니다.