Folks: New to mod_perl and am having trouble getting mod_perl going on OpenSuse 10.2.
Have a system with apache installed and working and used yast to install mod_perl from the install DVD. It created the directory /srv/www/perl-lib and in /etc/apache2 I find mod_perl-startup.pl and in /etc/apache2/conf.d I find mod_perl.conf. Problem is when I dropped the file rock.pl (see below) in /srv/www/perl-lib it doesn't run - meaning I go to http://server_name/perl-lib/rock.pl in a browser and get an "Object not found!". Permissions on rock.pl: -rwxr-xr-x 1 nobody nobody 85 2007-03-14 21:56 rock.pl ........................... rock.pl #!/usr/bin/perl print "Content-type: text/plain\n\n"; print "mod_perl 2.0 rocks!\n"; Suggestions appreciated! Michael -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
