May
11
XAMPP Linux版 インストール
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
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