
stew.schneider at adelphia
Oct 20, 2004, 6:26 PM
Post #1 of 1
(1199 views)
Permalink
|
I'm having a bit of trouble getting started. I'm running FC1. I installed from CPAN. Following the Quick Start instructions, I issued: cp -rpd /usr/lib/perl5/5.8.3/CGI /var/www/html/asp and restarted httpd. I can navigate to the examples page, but all the examples show source code instead of executing as they should. In the directory section of /etc/httpd/conf/httpd.conf, I have: DocumentRoot "/var/www/html" <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "/var/www/html"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> <Directory "/var/www/html/asp/CGI/eg"> Options FollowSymLinks AllowOverride All </Directory> I have also tried: <Directory "/var/www/html/asp"> Options FollowSymLinks AllowOverride All </Directory> and <Directory "/var/www/html/asp/CGI"> Options FollowSymLinks AllowOverride All </Directory> I checked the archives and could find no answer. Suggestions? Many thanks in advance stew --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|