2013-12-11 人阅读
答:用户编写的CGI程序应该放在服务器端的CGI-BIN目录下,且目录及文件属性应改为755。下面是我公司提供的一段CGI测试程序,如果此程序放在用户的空间中可以正常运行,说明服务器端没有问题,请用户检查程序。
#!/bin/sh
echo Content-type: text/plain
echo
/bin/date
测试 PREL 程序:
#!/usr/bin/perl
use CGI qw(:standard);
use strict;
print header;
print "<B>Hello, World!</B>";微信公众号 关注我们
加我微信 售前咨询
加我微信 售前咨询