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/ > <Directory /perl/>
Just a guess: Make this <Directory /var/www/perl/> and see if that helps! Toby