httpd -v
<?php phpinfo(); ?>
## Apache2を別途インストールした場合には --with-apxs2=/usr/local/apache2/bin/apxs 等、Apache2のインストールパスの指定に注意。
## 更に色々組み込んでみた構成 
##./configure --prefix=/usr/local/php5 --infodir=/usr/local/share/info --mandir=/usr/local/share/man
--with-config-file-path=/usr/local/php5/lib/ --with-config-file-scan-dir=/usr/local/lib/php.d
--with-pear=/usr/local/php5/lib/pear --sysconfdir=/usr/local/php5/lib/etc --with-apxs2=/usr/sbin/apxs
--with-zlib-dir=/usr --with-gd --enable-sockets --enable-exif --with-mysqli=mysqlnd --with-mysql=mysqlnd
--enable-mbstring --with-libmbfl --enable-wddx --enable-zend-multibyte --enable-cgi
--with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-xpm-dir=/usr/X11 --with-freetype-dir=/usr/local
--with-pdo-mysql=mysqlnd --with-ldap=/usr --with-kerberos=/usr --enable-cli --enable-ftp --enable-mbregex
--with-pdo-sqlite=shared --with-sqlite=shared
Alias /Volumes/xxx/rep2/DATA/cache "/Volumes/xxx/rep2/DATA/cache"
   <Directory "/Volumes/xxx/rep2/DATA/cache">
       Allow from all
   </Directory>

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS