Thanks! Sorry for not listing that -
from access_log............... xxx.xxx.223.41 - - [14/Mar/2007:22:17:35 -0600] "GET /rock.pl HTTP/1.1" 200 85 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2" xxx.xxx.223.41 - - [14/Mar/2007:22:19:10 -0600] "GET /rock.pl HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2" xxx.xxx.223.41 - - [14/Mar/2007:22:28:11 -0600] "GET /perl-lib/rock.pl HTTP/1.1" 404 1005 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2" xxx.xxx.223.41 - - [14/Mar/2007:22:30:26 -0600] "GET /perl-lib/rock.pl HTTP/1.1" 404 1005 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2" xxx.xxx.223.41 - - [14/Mar/2007:22:35:52 -0600] "GET /rock.pl HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2" from error.log................. [Wed Mar 14 22:15:19 2007] [error] [client 192.168.223.41] File does not exist: /srv/www/htdocs/perl-lib [Wed Mar 14 22:15:48 2007] [error] [client 192.168.223.41] File does not exist: /srv/www/htdocs/perl-lib [Wed Mar 14 22:16:44 2007] [error] [client 192.168.223.41] File does not exist: /srv/www/htdocs/rock.pl [Wed Mar 14 22:28:11 2007] [error] [client 192.168.223.41] File does not exist: /srv/www/htdocs/perl-lib [Wed Mar 14 22:30:26 2007] [error] [client 192.168.223.41] File does not exist: /srv/www/htdocs/perl-lib Frankly I'm not sure what this is saying - I searched both files and find no mention of mod_perl - Thanks for the help - Michael On 3/14/07, Bruce Ferrell <[EMAIL PROTECTED]> 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?
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
