めも
Ariela Network “Alice” Server

●OS
RHEL互換のLinux、CentOS4を採用する。
システム文字コードEUC-JP。

●Partition
/boot 512 KB ext3
/ 1,536 KB ext3
/var 4,096 KB ext3
/tmp 3,072 KB ext3
/swap 1,024 KB swap
/usr 30,720 KB ext3
/home 40,960 KB ext3

●Services
AUTH
HTTP
Database
Mail
FTP
SSH
NTP

●HTTP構成
pound - http://www.apsis.ch/pound/ 参)http://www10.ocn.ne.jp/~sayu/other/pound.html
リバースプロキシサービス
port: 80

esehttpd - http://sourceforge.jp/projects/esehttpd/
静的サーバ
port: 8001

apache2 - http://httpd.apache.org/
perl動的サーバ
port: 8002
# CFLAGS="-O2 -march=athlon-xp" ./configure --prefix=/usr/local/apache1 --enable-auth-digest --enable-auth-ldap --enable-deflate --enable-rewrite --with-mpm=prefork --enable-suexec --with-suexec-caller=nobody --with-suexec-userdir=public_html --with-suexec-docroot=/home/yuki/htdocs --with-suexec-uidmin=500 --with-suexec-gidmin=500

apache2 - http://httpd.apache.org/
PHP&Ruby動的サーバ
port: 8003
# CFLAGS="-O2 -march=athlon-xp" ./configure --prefix=/usr/local/apache2 --enable-auth-digest --enable-auth-ldap --enable-deflate --enable-rewrite --with-mpm=prefork --enable-suexec --with-suexec-caller=nobody --with-suexec-userdir=public_html --with-suexec-docroot=/home/yuki/htdocs --with-suexec-uidmin=500 --with-suexec-gidmin=500

# make
PHP 5.0.3
# CFLAGS="-O2 -march=athlon-xp" ./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-mbstring --enable-mbregex --enable-zend-multibyte --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr --with-png-dir=/usr --with-zlib --with-jpeg-dir=/usr --with-mysql=/usr --enable-exif --enable-xsl --disable-cgi

PHPのインストール(Athlon-XP用最適化)

cd ../php-4.3.8
CFLAGS="-O2 -march=athlon-xp" ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-mbstring --enable-mbregex --enable-zend-multibyte --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr --with-png-dir=/usr --with-zlib --with-jpeg-dir=/usr --with-mysql=/usr --enable-exif --disable-cgi
make
make install
vi /usr/local/apache/conf/httpd.conf