Re: iceweasel does not execute perl scripts

2014-11-17 Thread David Christensen
On 11/16/2014 10:01 PM, kamaraju kusumanchi wrote: Thanks for pointing out that Apache requires additional configuration. I initially looked at http://perl.apache.org/docs/2.0/user/intro/start_fast.html before posting to the list. But it was difficult to follow since the website tries to configur

Re: iceweasel does not execute perl scripts

2014-11-16 Thread kamaraju kusumanchi
On Sun, Nov 16, 2014 at 10:17 PM, David Christensen wrote: > On 11/16/2014 06:20 PM, kamaraju kusumanchi wrote: >> rajulocal@hogwarts:~/public_html/perl$ cat mod_perl_rules1.pl >> print "Content-type: text/plain\n\n"; >> print "mod_perl rules!\n"; > > ... >> >> However, if I point the iceweasel br

Re: iceweasel does not execute perl scripts

2014-11-16 Thread David Christensen
On 11/16/2014 06:20 PM, kamaraju kusumanchi wrote: I am trying to set up the apache server with mod_perl so that I can execute perl scripts in the browser itself. There once was an attempt to put Perl code into web pages for execution by browsers (among others), but JavaScript won that contest

iceweasel does not execute perl scripts

2014-11-16 Thread kamaraju kusumanchi
I am trying to set up the apache server with mod_perl so that I can execute perl scripts in the browser itself. I have the following packages installed rajulocal@hogwarts:~/public_html/perl$ dpkg -l \*apache\* | grep ^ii ii apache2 2.4.10-6amd64Apache HTTP Serve