Re: the perl scripts are not executed on server side

2006-06-14 Thread Tobias
Zitat von Eric GRAMMATICO <[EMAIL PROTECTED]>: > When I connect to http://localhost/perl/rocks.pl the browser shows the > source code. I believe I have a miss configuration somewhere, but I > didnt find. Here is the alias part of my /etc/httpd/conf.d/perl.conf: > > Alias /perl/ /var/www/perl/ >

the perl scripts are not executed on server side

2006-06-14 Thread Eric GRAMMATICO
A trivial question I hope. I wrote the perl script rocks.pl: #!/usr/bin/perl print "Content-type: text/plain\n\n"; print "mod_perl 2.0 rocks!\n"; When I connect to http://localhost/perl/rocks.pl the browser shows the source code. I believe I have a miss configuration somewhere, but I didnt fin