Questions tagged «cgi»

1
Apache“70007超时错误”
我偶尔会从(我认为)Perl CGI脚本中获取Apache 70007超时错误。我认为问题是我的脚本超出了Apache的TimeOut值,但我编写了一个睡眠脚本,它在Apache超时时给出了不同的错误。 任何人都可以对这个错误有所了解吗? ---我的测试--- [2013年5月13日星期一13:46:45] [警告] [客户端X.168.X.43]超时等待CGI脚本输出/var/www/cgi-bin/sleep.pl [Mon May 13 13:46 :45 2013] [错误] [客户端X.168.X.43]脚本标题的提前结束:sleep.pl ---实际错误--- [2013年5月13日13:46:52] [错误] [客户端X.182.X.175](70007)指定的超时已过期:读取请求实体数据时出错[Mon May 13 13:47:00 2013] [错误] [client X.0.X.27](70007)指定的超时已到期:读取请求实体数据时出错

0
具有root访问权限的CGI IIS脚本[关闭]
我一直在为一家拥有一些公共网页的公司工作,将数据发布到非常简单的CGI程序,以远程重启/关闭机器。 CGI程序冒充管理员帐户,如果程序过于简单而无法包含缓冲区溢出和/或未经检查的缓冲区,攻击者是否有任何方式可以访问系统?
1 windows  iis  cgi 

1
Nginx提供C ++ cgi脚本:响应是二进制格式
我试图在nginx上运行C ++ CGI脚本。我正在使用来自nginx网站的脚本的FCGIWrap。程序代码是这样的: #include <iostream> using namespace std; int main () { cout << "Content-type:text/html\n\n"; cout << "<html>\n"; cout << "<head>\n"; cout << "<title>Hello World - First CGI Program</title>\n"; cout << "</head>\n"; cout << "<body>\n"; cout << "<h2>Hello World! This is my first CGI program</h2>\n"; cout << "</body>\n"; cout << …
centos  nginx  c++  cgi  fastcgi 

1
如何下载bash cgi标题http://?
在cgi bash中的某个时候能够通过http看到整个网址: “$ VAR” $ HTTP_HOST $ REQUEST_URI $ VAR = http://←我不记得因为它被称为显示http://的变量 我整日搜索,你怎么也不知道变量叫什么?
bash  cgi 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.