[ トラックバック(0) ]
Counter: 51257,
today: 172,
yesterday: 256
Webサーバ
- apache2の標準インストール
- apache2のバージョンを隠す
- Namazuによる日本語全文検索システムの導入
- NamazuでPDF検索
- HTTPサーバレスポンスコード一覧
- Apache1.3系にSSIを適用させる場合の注意点
- .htaccessとは
- .htaccessの利用例
- .htaccessでBASIC認証とIPアドレス制限を併用する
- .htaccessで携帯キャリアを振り分ける
- .htaccessでHTTPSにリダイレクト
- eAcceleratorのインストール
- バーチャルドメインの設定(apache)
- エイリアス(Alias)の設定(apache)
- CentOS+apache2.2.22+PHP5.3
- TRACE_TRACKメソッドのサポート
2013年1月現在のWebサーバ構築ログ
CentOS 5.8
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm yum --enablerepo=remi,remi-test list mysql mysql-server yum --enablerepo=remi,remi-test install mysql mysql-server yum --enablerepo=remi,remi-test install php-pear pear install Cache_Lite pear install HTTP_Request2
vi /etc/php.ini ++ date.timezone = "Asia/Tokyo"
vi /etc/my.cnf ++ [client] ++ default-character-set = utf8 ++ [mysqld] ++ character-set-server = utf8 ++ skip-character-set-client-handshake
yum --enablerepo=remi,remi-test install phpMyAdmin ※eacceleratorを有効にするとphpMyAdminは動きません vi /etc/httpd/conf.d/phpMyAdmin.conf <Directory /usr/share/phpMyAdmin/> ++ php_admin_value eaccelerator.enable 0
httpd-2.2.3-65.el5.centos.3
php-5.4.10-1.el5.remi
php-pear-1.9.4-12.el5.remi
mysql-server-5.5.29-1.el5.remi