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
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
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
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
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
>
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