RestrictedPSGIApp
最終更新日: 2022.10.14
PSGI 環境で動作している場合、CGI ファイルの名称変更や削除、または、実行権限の変更を行なうだけでは、当該アプリケーションの利用を停止させることはできません。特定のアプリケーションを禁止したい場合は、この環境変数に禁止するアプリケーションを指定します。
複数のアプリケーションを指定する場合は、アプリケーションの数だけ指定をおこないます。
使い方
RestrictedPSGIApp commentsRestrictedPSGIApp tb
RestrictedPSGIApp new_search
RestrictedPSGIApp cd_search
RestrictedPSGIApp xmlrpc
RestrictedPSGIApp atom
RestrictedPSGIApp wizard
RestrictedPSGIApp upgrade
RestrictedPSGIApp data_api
RestrictedPSGIApp cms
RestrictedPSGIApp community
指定できる値
設定値 | 該当する機能 | 相当する CGI | 対応する環境変数 |
---|---|---|---|
comments | コメント機能 | mt-comments.cgi | CommentScript |
tb | トラックバック機能 | mt-tb.cgi | TrackbackScript |
new_search | 記事・ウェブページのサイト内検索機能 | mt-search.cgi | SearchScript |
cd_search | コンテンツデータのサイト内検索機能 | mt-cdsearch.cgi | ContentDataSearchScript |
xmlrpc | XML-RPC API 機能 | mt-xmlrpc.cgi | XMLRPCScript |
atom | Atom API 機能 | mt-atom.cgi | AtomScript |
wizard | インストールウィザード機能 | mt-wizard.cgi | なし |
upgrade | アップグレード機能 | mt-upgrade.cgi | UpgradeScript |
data_api | Data API 機能 | mt-data-api.cgi | DataAPIScript |
cms | 管理画面機能 | mt.cgi | AdminScript |
community | コミュニティ機能 | mt-cp.cgi | CommunityScript |
check | システム情報チェック機能 | mt-check.cgi | CheckScript |
feeds | ログフィード機能 | mt-feed.cgi | ActivityFeedScript |
ft_search | 記事・ウェブページのサイト内全文検索機能 | mt-ftsearch.cgi | FreeTextSearchScript |