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