2007/09/08

続: MT4 + mod_fcgid

Apache 2.2.xにして, mod_fcgidを2.2で強制的に入れたら,
MovableType4がちゃんと動くようになった.

<IfDefine FCGID>
  LoadModule fcgid_module modules/mod_fcgid.so
  SocketPath /var/run/fcgidsock
  SharememPath /var/run/fcgid_shm

  <Directory /data/www/localhost/cgi-bin/blog>
    AllowOverride All
    Options ExecCGI -Indexes
    Order allow,deny
    Allow from all
    <FilesMatch "^mt(?:-(?:comments|search|tb|view))?\.cgi$">
      SetHandler fcgid-script
    </FilesMatch>
  </Directory>
  IPCCommTimeout 60
  IPCConnectTimeout 60
</IfDefine>

なにが原因だったのか, よく分かんないんですけど...

0 件のコメント: