(새 문서: ==개요== ;미디어위키 $wgMemCachedServers * memcached 서버들을 등록하는 미디어위키 환경변수 * 기본값: <code>[ '127.0.0.1:11000' ]</code> <source lang='p...) |
Jmnote bot (토론 | 기여) 잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight )) |
||
(사용자 2명의 중간 판 3개는 보이지 않습니다) | |||
4번째 줄: | 4번째 줄: | ||
* 기본값: <code>[ '127.0.0.1:11000' ]</code> | * 기본값: <code>[ '127.0.0.1:11000' ]</code> | ||
< | <syntaxhighlight lang='php'> | ||
$wgMemCachedServers = [ | $wgMemCachedServers = [ | ||
"127.0.0.1:11000", # one gig on this box | "127.0.0.1:11000", # one gig on this box | ||
[ "192.168.0.1:11000", 2 ] # two gigs on the other box | [ "192.168.0.1:11000", 2 ] # two gigs on the other box | ||
]; | ]; | ||
</ | </syntaxhighlight> | ||
==참고 | ==같이 보기== | ||
* [[미디어위키 $wgMainCacheType]] | |||
==참고== | |||
* https://www.mediawiki.org/wiki/Manual:$wgMemCachedServers | * https://www.mediawiki.org/wiki/Manual:$wgMemCachedServers | ||
* https://www.mediawiki.org/wiki/Memcached | * https://www.mediawiki.org/wiki/Memcached | ||
[[분류: 미디어위키 | [[분류:미디어위키 설정]] |
2020년 11월 2일 (월) 02:59 기준 최신판
1 개요[ | ]
- 미디어위키 $wgMemCachedServers
- memcached 서버들을 등록하는 미디어위키 환경변수
- 기본값:
[ '127.0.0.1:11000' ]
PHP
Copy
$wgMemCachedServers = [
"127.0.0.1:11000", # one gig on this box
[ "192.168.0.1:11000", 2 ] # two gigs on the other box
];
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.