On Thu, 3 Oct 2002, Paul Simon wrote:
> If I try to call index.cgi under /test/index.cgi, the page just
> hangs. index.cgi works as a straight CGI page. Here it is:
> #!C:/Perl/bin/Perl.exe
>
> print "Content-type: text/plain\n\n";
> print "mod_perl 2.0 rocks!\n";
[ .. ]
I just upgraded all the
Randy Kobes <[EMAIL PROTECTED]>wrote:
On Thu, 3 Oct 2002, Paul Simon wrote:> > Is there something in the configuration not jiving?> > Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm)> > In http.conf I have:> Include conf/test.conf> AddHandler cgi-script .cgi> > In test.conf I have:> P
On Thu, 3 Oct 2002, Ben Mathews wrote:
> You say eventually perl 5.8 will be recommended. Why is it not the
> recommended version now?
That's really Doug's call, but perhaps one consideration holding
back a recommendation of 5.8 on Win32 is that ActiveState won't
be making a perl-5.8 binary i
Kobes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 8:30 AM
To: Paul Simon
Cc: [EMAIL PROTECTED]
Subject: Re: install/config mod_perl-2(1.99_08)
Maybe not easy :) Using perl-5.6.1, and Apache-2.0.42, I found
the above to also hang ... However, it worked as expected using
the per
On Thu, 3 Oct 2002, Paul Simon wrote:
>
> Is there something in the configuration not jiving?
>
> Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm)
>
> In http.conf I have:
> Include conf/test.conf
> AddHandler cgi-script .cgi
>
> In test.conf I have:
> PerlRequire "C:/Apache2/conf
Is there something in the configuration not jiving?
Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm)
In http.conf I have:Include conf/test.confAddHandler cgi-script .cgiIn test.conf I have:PerlRequire "C:/Apache2/conf/startup.pl" Options +ExecCGI SetHandler perl-script PerlR