Hi all
I get the message: The specified CGI application misbehaved by not returning a complete set of HTTP headers
after half a day on my Production IIS6 box. I am running awstats, but this error persists even with a "hello world" simple page. I can run this page from the command line and it works great. I am running activeperl 5.10.0.1004.
The machine is using fastcgi, but I don’t believe activeperl is running through it. I spent a lot of time trying to diagnose this, but cannot get any farther... PHP runs great, as do all other aspects of IIS.
hi all, any one knows the answer to my question?
would PERL 5.6 run fine on Windows Server 2003 and MS-SQL 2005?
Thanks.
__________________________________________________________________________
I have a box running Windows 2000 server with SQL 2000 and PERL 5.6, the harware is ailing and we need to move it to another newer box.
The new servers are typically Windows 2003 server and MS-SQL 2005.
Would PERL 5.6 run on Windows Server 2003 and SQL 2K5 or do I need to update to a newer version?
I am trying to run a program from a third party that has PPM and ActivePerl as one of its system requirements. The directions say to install about 8 packages. First by adding three extra repositories, then searching for and finding the packages. The problem is that only two of the packages exist.
Here is a list:
# date-pcalc
# HTML-Parser [FOUND OK]
# file-slurp
# datetime
# XML-LibXML-Common
# XML-LibXML
# XML-LibXSLT
# DBI [FOUND OK]
When I added the repository areas they all seemed to work. There were between 3 and 668 packages listed under # packages.
I am trying to install the XML-LibXML package (from the uwinnipeg repository), and it fails with the message below. I was careful to install XML-LibXML-Common first, and I manually verified that the Common.dll is actually there. This is with ActivePerl version 5.10.0.1003.
Downloading XML-LibXML-1.65 ... done
Unpacking XML-LibXML-1.65 ... done
Generating HTML for XML-LibXML-1.65 ... done
Updating files in site area ... done
Downloading XML-LibXML-1.65 install script ... done
Running XML-LibXML-1.65 install script ... |
Hi All,
Perl 5.8.8.822
IIS 6
Windows 2003 Standard
On all my windows servers except for one when I do this:
use CGI;
my $tmpfile = new CGITempFile(1);
print "tmpfile='", $tmpfile->as_string(), "'\n";
$tmpfile is = '.\CGItemp1' and this is what I want.
...but on one of my servers I incorrectly get: 'C:\temp\CGItemp1'.
All servers are running activestate perl 5.8.8.822 and the result is the same whether running script from command line or in IIS (scriptmap: .pl -> c:\perl\bin\perl.exe "%s" %s)
Hi,
I am implementing IIS 6 multiple worker processes with PerlEx. Are there any guidelines for this configuration? How is the Interpreters registry entry going to work with multiple processes-will each worker process get the number of specified interpreters or are they divided?
Thanks
Matt
Hi,
I am implementing IIS 6 multiple worker processes with PerlEx. Are there any guidelines for this configuration? How is the Interpreters registry entry going to work with multiple processes-will each worker process get the number of specified interpreters or are they divided?
Thanks
Matt
We have run into a persistent situation where uwish.exe hangs while exiting, on a multiprocessor system running Windows Server 2003 R2 with Service Pack 2 installed. We are using ActiveTcl 8.4.13 (the threaded version) for compatibility reasons with our modeling and simulation code. The only way to keep our entire simulation job from hanging is to use Task Manager to manually kill the uwish process.
Hi,
My debugger won't stop at a breakpoint I set in a module I have created.
I call a function from that module and step into it. As I step through it I hit a for loop that I want to skip over, so I set a breakpoint after it. But when I hit go/continue to run to the breakpoint the application just finishes and returns my back to the .pl script where I called the function. It never hits the breakpoint. It just skips over it.
Can anyone tell me why?
Hi,
i wrote a module using win32::api to handle some function of an not in windows included dll. Now i would like to add this dll to the auto/module folder of my module ... is this possible? and if how does the pm file find the dll?
I had a look at dynaloader but i dont get it. The next problem is that it also needs to work after using e.g.: perlapp.
Any ideas how i can solve my problem ?
Thanks
iea