카테고리 없음

AddDefaultCharset UTF-8 -> AddDefaultCharset off

add
AddCharset us-ascii .ascii .us-ascii
AddCharset ISO-8859-1 .iso8859-1 .latin1
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .arb .arabic
AddCharset ISO-8859-7 .iso8859-7 .grk .greek
AddCharset ISO-8859-8 .iso8859-8 .heb .hebrew
AddCharset ISO-8859-9 .iso8859-9 .latin5 .trk
AddCharset ISO-8859-10 .iso8859-10 .latin6
AddCharset ISO-8859-13 .iso8859-13
AddCharset ISO-8859-14 .iso8859-14 .latin8
AddCharset ISO-8859-15 .iso8859-15 .latin9
AddCharset ISO-8859-16 .iso8859-16 .latin10
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5 .b5
AddCharset cn-Big5 .cn-big5
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8 .koi8
AddCharset KOI8-E .koi8-e
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-U .koi8-u
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-7 .utf7
AddCharset UTF-8 .utf8
AddCharset UTF-16 .utf16
AddCharset UTF-16BE .utf16be
AddCharset UTF-16LE .utf16le
AddCharset UTF-32 .utf32
AddCharset UTF-32BE .utf32be
AddCharset UTF-32LE .utf32le
AddCharset euc-cn .euc-cn
AddCharset euc-gb .euc-gb
AddCharset euc-jp .euc-jp
AddCharset euc-kr .euc-kr
AddCharset EUC-TW .euc-tw
AddCharset gb2312 .gb2312 .gb
AddCharset iso-10646-ucs-2 .ucs-2 .iso-10646-ucs-2
AddCharset iso-10646-ucs-4 .ucs-4 .iso-10646-ucs-4
AddCharset shift_jis .shift_jis .sjis

Restart Apache2
카테고리 없음
yum provides libcrypto.so.4


Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: ftp.daum.net
 * base: ftp.daum.net
 * epel: mirror.nus.edu.sg
 * extras: ftp.daum.net
 * updates: ftp.daum.net
openssl097a-0.9.7a-9.el5_2.1.i386 : The OpenSSL toolkit
Repo        : base
Matched from:
Other       : libcrypto.so.4

카테고리 없음
1. Install libevent
Use yum
# yum install libevent
# yum install libevent-devel

2. download memcached source and Install
http://www.danga.com/memcached/download.bml
# tar -xvzf memcached-version.tar.gz
# cd memcached-version
# ./configure --prefix=/usr/local/memcached --with-libevent=/usr/lib/
# make
# make install

3. Set init.d
download script file
http://wiki.bookworm.pe.kr/dokuwiki/lib/exe/fetch.php?media=memcached.script.tar
# cd /
# tar -xvf memcached.script.tar
# cd /etc/init.d
# chkconfig --add memcached
check ntsysv command


1 ··· 21 22 23 24 25 26 27 ··· 35
블로그 이미지

개발자

우와신난다