[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:43909] Re: apache2-mpm-workerでphp4を使う(Re: PukiWikiをパッケージインストール)
こうもとです。
Tatsuki Sugiura さんの書いたこと:
> > workerで動かそうと思えば、CGIとしてphpを使うしかないのでしょうか。
> 出来ますが、CGI でやった方が素直だと思います。
CGIとしてphpを使うことにしました。
モジュールをインストールしただけではだめで、以下のようにいくつか設
定の変更などが必要でした。
1.モジュールインストール
# apt-get install php4-cgi
2.ファイルの設定を変更
2-1./etc/apache2/apache2.conf(コメントアウト)
AddType application/x-httpd-php .php
2-2./etc/apache2/httpd.conf(追加)
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
Action application/x-httpd-php /cgi-bin/php4
2-3./etc/php4/cgi/php.ini(コメントアウト、変更)
cgi.fix_pathinfo=1
3.apacheのモジュール追加
# e2enmod actions
4.apacheの再起動
# apache2ctl restart
#コマンドやファイル名は手入力で、記憶を便りに手順を書いているので誤
#りなどありましたらご指摘願います。m(__)m
======================================================================
河本陽一(こうもとよういち)
mailto:komoto.yc@xxxxxxxxxxxxxxxxxxxxxx