lighttpd - WindyHana's Solanara

목차

개요

설치

  1. 윈디하나의 솔라나라: MySQL 5.5
  2. 윈디하나의 솔라나라: OpenSSL
  3. 윈디하나의 솔라나라: Memcached
  4. 라이브러리: zlib
    # wget http://www.zlib.net/zlib-1.2.5.tar.gz
    # tar xvfz zlib-1.2.5.tar.gz
    # cd zlib-1.2.5
    # ./configure -s
    # make
    # make test
    ...
    
                    *** zlib test OK ***
    # make install
    
  5. 라이브러리: Perl Compatible Regular Expressions
    # wget "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.13.tar.bz2"
    # tar xvfj pcre-8.13.tar.bz2
    # cd pcre-8.13
    # ./configure --enable-utf8 --enable-unicode-properties --enable-pcregrep-libz
    # make
    # make install
    
  6. lighttpd

    root@wl ~ # wget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.28.tar.bz2
    root@wl ~ # tar xvfj lighttpd-1.4.28.tar.bz2
    root@wl ~ # cd lighttpd-1.4.28
    root@wl ~/lighttpd-1.4.28 # CC=/usr/sfw/bin/gcc ./configure \
    	--prefix=/usr/local/lighttpd \
    	--with-mysql=/usr/local/mysql/bin/mysql_config \
    	--with-ldap \
    	--with-openssl=/usr/local/ssl \
    	--with-zlib \
    	--with-memcache
    root@wl ~/lighttpd-1.4.28 # make
    root@wl ~/lighttpd-1.4.28 # make install
    root@wl ~/lighttpd-1.4.28 # cp doc/lighttpd.conf /etc/lighttpd.conf
    

설정

실행

Twitter RSS IconTexto 올바른 XHTML 1.0 Transitional 입니다 올바른 CSS입니다!