ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

01_linux:02_www:15_centos6_suphp

文書の過去の版を表示しています。


15 CentOS6 suPHP7.2

必要なパッケージインストール

# yum -y install autoconf libtool gcc-c++
# yum install httpd php php-mysql php-mbstring mod_ssl apr-devel httpd-devel

suPHP

# wget http://www.suphp.org/download/suphp-0.7.2.tar.gz
# tar zxvf suphp-0.7.2.tar.gz
# cd suphp-0.7.2
# autoreconf --force --install
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-apr=/usr/bin/apr-1-config \
--with-apxs=/usr/sbin/apxs \
--with-apache-user=apache \
--with-setid-mode=owner \
--with-logfile=/var/log/httpd/suphp_log \
--with-min-uid=100 \
--with-min-gid=100 

# make 
# make install
01_linux/02_www/15_centos6_suphp.1526027643.txt.gz · 最終更新: 2018/05/11 17:34 by matsui