CentOS 5 に mod_process_security を install してみた
symlink問題対策で追加してみる。
CentOS release 5.9 (Final)
httpd-devel はインストール済
wget -O mod_process_security.zip http://github.com/matsumoto-r/mod_process_security/archive/master.zip
libcap-devel をインストールしていなかったので ERROR。
apxs:Error: Command failed with rc=65536
自分にあきれた。
後は、README.md 通り。
実際は、htscanner との絡みで、suPHP と併用って事で対応して貰うかな。
PHP5.2.x の環境もまだ残っているみたいだしで .user.ini ってわけにもいかないし。
問題は、周知して投入後のフォローのフォローなんだろうなー。
参考 : http://blog.matsumoto-r.jp/?p=3757
CentOS release 5.9 (Final)
httpd-devel はインストール済
wget -O mod_process_security.zip http://github.com/matsumoto-r/mod_process_security/archive/master.zip
libcap-devel をインストールしていなかったので ERROR。
apxs:Error: Command failed with rc=65536
自分にあきれた。
後は、README.md 通り。
実際は、htscanner との絡みで、suPHP と併用って事で対応して貰うかな。
PHP5.2.x の環境もまだ残っているみたいだしで .user.ini ってわけにもいかないし。
問題は、周知して投入後のフォローのフォローなんだろうなー。
参考 : http://blog.matsumoto-r.jp/?p=3757
コメント