On Wed, Mar 14, 2007 at 09:42:49PM -0700, Bruce Ferrell wrote:
> 
> 
> Michael Folsom wrote:
> >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
> 
> what do the apache logs tell you?

Is it similar to this:
https://bugzilla.novell.com/show_bug.cgi?id=245173

-- 
Richard

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to