On Tue, 2004-03-16 at 19:13, Mr. Egomaniac wrote: > Now, with this configuration, I would expect a browser attempting to access > localhost/perl/test.pl to get a page with Hello World string centered in h1 > font. > > Instead: You don't have permission to access /perl/test.pl on this server.
You should su to the user that you run apache as (probably "nobody") and see if it will let you execute that script. Remember that the whole path counts, so if the /www directory in /www/mod_perl/test.pl is not set up correctly, it won't matter how the permissions on your script are set. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html