Re: Hitting head against wall: can't get perl to execute file

2006-01-03 Thread Randy Kobes
On Fri, 30 Dec 2005, Pete Alvin wrote: I'm trying to set up modperl on Windows XP. Instead of executing the file, I get this returned to my browser: #!/usr/bin/perl5.8.0 print "Content-type: text/html\n\n"; print "Hello World!\n"; 1; Here is how I load perl: LoadFile "C:/Program Files/Per

Re: Hitting head against wall: can't get perl to execute file

2006-01-03 Thread Philip M. Gollucci
Pete Alvin wrote: I'm trying to set up modperl on Windows XP. Instead of executing the file, I get this returned to my browser: #!/usr/bin/perl5.8.0 print "Content-type: text/html\n\n"; print "Hello World!\n"; 1; Here is how I load perl: LoadFile "C:/Program Files/Perl/bin/perl58.dll" Loa

Hitting head against wall: can't get perl to execute file

2006-01-03 Thread Pete Alvin
I'm trying to set up modperl on Windows XP. Instead of executing the file, I get this returned to my browser: #!/usr/bin/perl5.8.0 print "Content-type: text/html\n\n"; print "Hello World!\n"; 1; Here is how I load perl: LoadFile "C:/Program Files/Perl/bin/perl58.dll" LoadModule perl_module

Re: Hitting head against wall: can't get perl to execute file

2005-12-30 Thread Peter1 Alvin
Thanks for the quick response! It works with some modifications to your code: PerlModuleModPerl::Registry SetHandlerperl-script PerlResponseHandlerModPerl::Registry Allow from all Options +ExecCGI PerlSendHeader O

Re: Hitting head against wall: can't get perl to execute file

2005-12-30 Thread Tyler MacDonald
Peter1 Alvin <[EMAIL PROTECTED]> wrote: > I'm trying to set up modperl on Windows XP. Instead of executing the > file, I get this returned to my browser: Peter, > But, I can't seem to configure Apache to actually *run* my script. > I've tried all these directives: > > > SetHandler modperl >

Hitting head against wall: can't get perl to execute file

2005-12-30 Thread Peter1 Alvin
I'm trying to set up modperl on Windows XP. Instead of executing the file, I get this returned to my browser: #!/usr/bin/perl5.8.0 print "Content-type: text/html\n\n"; print "Hello World!\n"; 1; Here is how I load perl: LoadFile "C:/Program Files/Perl/bin/perl58.dll" LoadModule perl_module