You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by janbro <ja...@janbro.ath.cx> on 2005/07/10 14:28:25 UTC

Required lines in httpd.comf

Hi List,

I'm trying to get my feet wet on Perl, so please forgive
my questions.

I've written my first test.pl file with
#!/usr/bin/perl
print ("Hello World\n");
I get an output as expected when started thru command line.

I installed mod_perl (it runs without any prob.) by getting
a mod_perl.so and placing it into my modules folder. Server
lists correct use of Module + version of perl.

Now I'd like to get an output by calling the test.pl thru
localhost/perl/test.pl but all I get is the source code it
is not interpreted. Of course the line LoadModule perl_module
modules/mod_perl.so is in the httpd.conf, but I have the
feeling there is something missing, or what do I do wrong?

thx
janbro

P.s. System is winXP + Apache 2.0.50


RE: Required lines in httpd.comf

Posted by David Christensen <dp...@holgerdanske.com>.
janbro wrote:
> ... Now I'd like to get an output by calling the test.pl thru
> localhost/perl/test.pl but all I get is the source code it

http://perl.apache.org/maillist/modperl.html#Searchable_Archives

http://aspn.activestate.com/ASPN/Mail/Message/modperl/2733087 


HTH,

David