0
(0)

 [IT] FX FROG メモ for IIS7.5 (Perl64)

IIS 7.5 ハンドラーマピング設定 – スクリプトマップの設定を行うと、次に示す web.xml が

IIS ドキュメントルート上へ配置される。

ここでは、Exploit Scanner (WordPress 向けではなく)監査対象範囲を増やすため True 状態に

ある FX FROG (Perl64) 環境内容をメモとして書き出しておく。

===
[code lang=”xml”]

<xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <handlers>
            <add name="CGI" path="*.cgi" verb="*" modules="CgiModule" scriptProcessor="C:Perl64binperl.exe %s %s" resourceType="Unspecified" />
        </handlers>
    </system.webServer>
</configuration>

[/code]

このサイト固有問題かも知れないが上記のシンタックス・ハイライターを使うと画像マッピングがうまくいかない。
直接 IMG SRC を記述すると管理上よろしくないので今回画像貼付は無し。

↑ PRE タグ前置ではなく、ショートカットコードを埋めることで解決した。 2010/05/10 追記

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

投稿者 斉藤之雄 (Yukio Saito)

Global Information and Communication Technology OTAKU / Sports volunteer / Social Services / Master of Technology in Innovation for Design and Engineering, AIIT / BA, Social Welfare, NFU / twitter@yukio_saitoh

コメントは受け付けていません。