Ubuntu ~PHP5~
○ PHP5
xxxxx
○ インストール
# apt-get install php5
Reading package lists... Done
Do you want to continue [Y/n]? y
* Stopping web server apache2
[ OK ]
* Starting web server apache2
[ OK ]
* Reloading web server config apache2
[ OK ]
Setting up php5 (5.2.4-2ubuntu5.3) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
○ インストール
# apt-get install php5-mysql
Reading package lists... Done
xxxxx
Unpacking php5-mysql (from .../php5-mysql_5.2.4-2ubuntu5.3_i386.deb) ...
Setting up php5-mysql (5.2.4-2ubuntu5.3) ...
○ 設定の変更
xxxxx
# xxxxx
xxxxx
○ 再起動
設定を変更したら、設定を有効にするため Apache を再起動する
# /etc/init.d/apache2 restart
* Restarting web server apache2
[ OK ]