All Tags > CGI (RSS)
  • IIS6: IIS output duplicated response headers for perl CGI

    Our perl CGI scripts output response headers repeately which were inserted into the output html contents. a sample code: use strict; use CGI; $|=1; my $q = new CGI(); print $q->header("text/html"), $q->start_html("test"); print "aa"; print $q->end_html ; outputs...
    Posted to Forum by mmpower on 11-07-2009, 4:44 PM
  • Re: IIS7 & Trend Micro Officescan 8

    Hey. Had this problem myself. Just turns out had to install the CGI feature. You can do this by going to the server manager, expanding Rolls, right clicking on IIS and clicking the add feature option. CGI should be listed under 'Application Development'. You may also want to go to the root IIS7...
    Posted to Forum by KeithPoole on 11-06-2009, 1:01 AM
  • IIS7 + PHP 5.3 = 0x80070585

    Hello: I installed PHP 5.3 on a Windows 2008 Standard x64 For the test page info.php I have an 0x80070585 error. I see on the "Handler mappings" that the CGI-exe is disabled, and I don't know how to enable. I thinks this is the problem. I checked several items and followed a lot of threads...
    Posted to Forum by SDA on 10-17-2009, 7:45 PM
  • Re: Configuring Python on IIS 7

    Hey there, Basically IIS works now and has received a request from the CGI module but of course the response was not valid. Try this in your *.py file: #!/usr/bin/env python # -*- coding: UTF-8 -*- # enable debugging import cgitb cgitb . enable () print "Content-Type: text/plain;charset=utf-8"...
    Posted to Forum by Mitchell Geere on 09-10-2009, 12:25 PM
  • PHP memory usage skyrocketing

    I am running Windows Server x64, IIS 7 and php NTS 5.2.8 fastCGI module. Main application is a wordpress blog with about 60,000 visits per day (about 200,000 page views). There are other web sites, but they are all samllish compared to this one. All of a sudden my memory usage went from about 2.2 GB...
    Posted to Forum by kjcristiano on 07-21-2009, 10:04 PM
  • Re: unable to execute CGI

    In the Handler Mapping UI area, when you click on "CGI-exe" ... did you also go to "Edit Feature Permissions" (in the Actions Pane) and then make sure the "Execute" is checked ? I know it's not obvious, but it's what you have to do to get CGI's to execute. http...
    Posted to Forum by davcox on 07-07-2009, 1:02 PM
  • How to configure IIS 5.1 to test FastCGI (on specific case)

    Hello ... I´m using a CGI (mapserver.exe) on IIS 5.1 ... That is working fine... Now that CGI has support to FastCGI... I installed the 1.5 plugin to IIS 5.1 ... Now, I´d like to test that ... How can I configure my IIS 5.1 to use fastCGI to that mapserver.exe CGI? Thanks
    Posted to Forum by tresh on 06-09-2009, 10:26 AM
  • Intermittent 502.2 Errors

    Good morning, and thanks in advance for your help. I am running Windows Server 2008 Service Pack 1. We have a suite of Delphi CGI applications that run on our servers. We have >200 users and have around 150,000 hits per day. Intermittently, we'll get 502.2 errors from applications that work perfectly...
    Posted to Forum by VicAmbruso on 04-09-2009, 11:12 AM
  • How to install iis 7.0

    I had new vista home basic laptop...i need tp install iis 7.0 but i dono how to do it also then only i can locally web share my .net application for acessing it in localhoat can anyone pls help me??
    Posted to Forum by vignessh.vijay on 03-14-2009, 9:57 AM
  • Re: Combination of Application pool identity, authorization rules and handler mappings has me stumped

    For your info, found this http://support.microsoft.com/kb/942048 Added the following to my ApplicationHost.config <location path="" overrideMode="Allow"> <system.webServer> <cgi lockAllAttributesExcept="createProcessAsUser" /> </system.webServer>...
    Posted to Forum by hadge on 02-18-2009, 2:21 PM
Page 1 of 3 (24 items) 1 2 3 Next >
Microsoft Communities