KanonConductor

changeset 26:25f4428e12c2 centos5-support

fixed python module error.
author okamototk
date Sat, 26 Mar 2011 00:28:50 +0900
parents c3099c3aa885
children a4877cd05de3
files kanon-setup
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/kanon-setup	Mon Mar 21 14:24:26 2011 +0900
     1.2 +++ b/kanon-setup	Sat Mar 26 00:28:50 2011 +0900
     1.3 @@ -225,6 +225,7 @@
     1.4          fi
     1.5          echo 0 > /selinux/enforce
     1.6          echo "SELinuxが無効化されました"
     1.7 +        mv /etc/httpd/conf.d/python.conf /etc/httpd/conf.d/python.conf.disabled
     1.8          service httpd stop
     1.9          service httpd start
    1.10          ;;