What will be work location?
My skill sets are Perl, Python
On Wed, 25 Apr 2018, 16:11 black jack, wrote:
> Greetings,
>
> Is there anybody who has interest on blockchain development with
> perl/modperl?
> if so please write me back. we are hiring.
>
> thanks.
>
I have saved the following file C:\Program Files\Apache Software
Foundation\Apache2.2\Perl\printenv.cgi
# printenv -- demo CGI program which just prints its environment
use strict;
print "Content-type: text/html\n\n";
print "Environment variables";
foreach (sort keys %ENV) {
my $val
I have placed that files in C:\Perl\site\lib\Apache2\Hello.pm
but still it gives the error..
On Mon, Apr 13, 2009 at 10:33 PM, Randy Kobes wrote:
> On Mon, Apr 13, 2009 at 11:57 AM, sandhya pawar
> wrote:
> > File does not exist: C:/Program Files/Apache Software
> > Foundatio
File does not exist: C:/Program Files/Apache Software
Foundation/Apache2.2/htdocs/hello.pm
It gives the above error?
On Fri, Apr 10, 2009 at 10:57 PM, Randy Kobes wrote:
> On Thu, Apr 9, 2009 at 2:53 AM, sandhya pawar
> wrote:
>
> > On Thu, Apr 9, 2009 at 10:12 AM, Jef
It is the typo in my email..
On Thu, Apr 9, 2009 at 10:12 AM, Jeff Soules wrote:
> > and put the following lines in C:\Program Files\Apache Software
> > Foundation\Apache2.2\conf\httpd.conf
> >
> > PerlModule Apache2::Hello
> >
> > SetHandler modperl
> > PerlResponseHandler Apache2:
I installed and configured mod_perl2.0004 successfully.
To test that, I wrote one Hello.pm prg as per document and saved it
C:\Perl\site\lib\Apache2\
package Apache2::Hello;
use strict;
use Apache2::RequestRec (); # for $r->content_type
use Apache2::RequestIO (); # for $r->puts
use Ap
operating System: Vista
ActivePerl5.10
Apache 2.2.11
mod_perl2.004
Mod_perl has been installed successfully for Perl5.10.
C:\>ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/mod_perl.ppd
Downloading mod_perl-2.04...done
Unpacking mod_perl-2.04...done
Generating HTML for mod_perl-2.
I have O.S Windows Vista
ActivePerl5.8
Apache 2.2.11
Installed.
C:\> ppm install mod_perl-2.0
ppm install failed: Can't find any package that provides mod_perl-2.0
C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
ppm install failed: 500 can't connect to
theoryx5.uwinnipeg.ca/ppms
When I edit tht httpd.cong for mod_perl,
Apache not works.
?
Sandhya.
On Tue, 24 Feb 2009 02:56:11 +0530 wrote
>
>
>On Mon, 23 Feb 2009, Clinton Gormley wrote:
>> to:
>> eval {load_application(); 1} || print STDERR $@;
>> 1;
>>
>> then I see the proper error message, but apache starts
>>
e "C:/Perl/bin/perl58.dll" [This line works.]
What r the steps to configure mod_perl?
My installation are:
perl5.8 windows xp
Apache 2.0
Sandhya.
On Sun, 01 Feb 2009 23:09:38 +0530 wrote
>sandhya pawar wrote:
>> I have installed perl5.8 & Apache 2.2 . Also Mod_p
I have installed perl5.8 & Apache 2.2 . Also Mod_perl2.2
I have to configure mod_perl.
When I used to add following line in httpd.conf,
LoadModule perl_module modules/mod_perl.so
Apache used to get stop.
How can I check that mod_perl properly installed. & what are the steps to
configure it.?
11 matches
Mail list logo