私が、VMware 上の CentOS に Drupal 6.2(日本語版)をインストールした際の手順を紹介します。iptables をすべて無効にするなど、セキュリティ的には好ましくない設定もしていますので、参考程度に眺めてください。 // iptablesを無効化する # chkconfig iptables off # iptables -F // xinetdをインストールする # yum -y install xinetd // Apacheを動かす # yum -y install httpd # vi /etc/httpd/conf/httpd.conf <Directory "/var/www/html"> Options Indexes FollowSymLinks ExecCGI </Directory> : AddHandler cgi-script .cgi : #