Archives

You are currently viewing archive for May 2009
May
24
Category: Restart
Posted by: fuku
php.ini の修正

default_charset = "utf8"
mbstring.internal_encoding = utf8
mbstring.http_input = utf8
mbstring.http_output = utf8
mbstring.language = Japanese

my.cnfの設定

[client]
default-character-set = utf8

[mysqld]
default-character-set = utf8
character-set-server = utf8

May
11
Category: Restart
Posted by: fuku
XAMPP for Linuxのサイトを参考にインストール

Linuxの環境は、さくらインターネットの専用サーバCentOS5

1.ダウンロード
xampp-linux-1.7.1.tar.gz

2.解凍
tar xvfz xampp-linux-1.7.1.tar.gz -C /opt

3./opt/lampp/etc/extra/httpd-xampp.conf を編集

[Mon May 11 11:46:30 XXXX] [error] [client XXX.XXX.XXX.XXX] client denied by server configuration: /opt/lampp/htdocs/xampp/index.php

のエラーを回避する為、

#Deny from all 

をコメント

4.パーミッションの変更

Existing configuration file (./config.inc.php) is not readable.

のエラーを回避する為、

パーミッションの変更
chmod 705 config.inc.php