iis7上的Formmail脚本 - 错误500

时间:2013-03-16 19:08:49

标签: html perl cgi nms formmail

我遇到了formmail.pl(或者应该是.cgi)表单的问题,我的html表单代码的顶部如下所示。

<form action="/cgi/formmail.pl" method="POST">              
<input name="subject" type="hidden"
value="Advertiser Information" />
<input name="redirect" type="hidden"
value="www.findmemassage.co.uk" />
<input name="required" type="hidden"
value="Name,Email,city,phone" />
<input name="_fieldOrder" type="hidden"
value="Name,Email,city,phone" />
<input name="_continueUrl" type="hidden"
value="" />

formmail.pl文件位于网站文件夹中的文件夹cgi中(index.html为)

尝试过很多事情,我觉得现在有点生气,花了太多时间尝试所有导致错误的事情:(

尝试使用大写字母并且没有上限,只是为了尝试任何事情,

继续获得500内部服务器错误,检查权限和处理程序映射,它们似乎没问题。

日志文件显示此

3 xxxx POST /cgi/formmail.pl - 80 - xx.xxx.xxx.xxx Mozilla / 5.0 +(Windows + NT + 5.1; + rv:19.0)+ Gecko / 20100101 + Firefox / 19.0 500 0 127 203

更新: FOund this link http://community.activestate.com/forum-topic/configuring-perl-on-iis-7

现在变得越来越糟糕,认为我越来越近了,继续寻找并希望在我睡觉前让这个东西工作,现在花了2天,IIS7,爱它:)(实际上更多用户错误(我)但是要责备一些嘿嘿

0 个答案:

没有答案