PHPの設定

今回はPHPの設定編。
Apache以上に設定項目が細かくて、
それぞれをいちいち考えるのは面倒なので、
レンタルサーバのphpinfo()情報を参考に設定した。

/etc/httpd/php.ini

…だけど、変えるところ無かった(^^;
TurboLinux配布のrpmのConfigure Optionが良かったのかな?
運用中に必要があれば変更する程度のものはあるけど、
基本的にはそのまま使っても問題なかった。

で、それだけなのも悲しいので、
備忘録的にConfigure Commandを残しておく。

'./configure' '--with-apxs2=/usr/sbin/apxs' '--enable-xslt' '--with-xslt-sablot=shared' '--with-expat-dir=/usr' '--with-ming=shared' '--with-gd=shared,/usr' '--with-xpm-dir=/usr/X11R6/lib' '--enable-bz2' '--enable-bcmath' '--enable-mbstring=all' '--enable-mbregex' '--enable-sigchild' '--libdir=/usr/lib/php' '--x-libraries=/usr/X11R6/lib' '--includedir=/usr/include' '--enable-inline-optimization' '--with-pgsql=shared' '--with-imap=/usr/lib' '--with-ldap=shared' '--with-mysql=shared' '--prefix=/usr' '--exec-prefix=/usr' '--mandir=/usr/share/man' '--with-config-file-path=/etc/httpd' '--enable-safe-mode' '--disable-debug' '--with-zlib' '--enable-debugger' '--enable-magic-quotes' '--enable-ftp' '--enable-zend-multibyte' '--enable-track-vars'


さて、設定は無事終了した。
次回からは実際の運用に向けた手続きの類。
phpMyAdminの設置やDDNSサービスの登録など。

0 comments:

コメントを投稿