2008/12/18 db <[email protected]>
> replace ownership of /etc/httpd/mason to 'nobody:nobody', and/or
> change User/Group settup to 'nobody' in httpd.conf DIDN'T solve the
> issue. web page returns same error.
>
My configuration is:
- for directory of mason:
drwxr-xr-x 4 nobody nogroup 96 oct 22 10:29 mason
- in my httpd.conf:
User nobody
Group #-1
- in /etc/passwd
nobody:x:65534:65534:nobody:/:/bin/false
- in /etc/group
nogroup:x:65533:
>
> On 12/17/08, Felipe de Jesús Molina Bravo <[email protected]> wrote:
> >
> >
> > 2008/12/17 db <[email protected]>
> > > I have Apache/2.0.52, and HTML::Mason::ApacheHandler VERSION = 1.69.
> > > Http server can be started without error, but web page will show
> > > following error:
> > >
> > > ~~~~~~~~~~~~~~
> > > mkdir /etc/httpd/mason/obj/: Permission denied at
> > >
> > /usr/lib/perl5/site_perl/5.8.5/HTML/Mason/Compiler/ToObject.pm
> > line
> > > 107
> > > ~~~~~~~~~~~~~~
> > >
> > > On the RedHat server, /etc/httpd/mason is set with 777 permission and
> > > owned by 'apache:apache', which is how httpd.conf set for user and
> > > group.
> >
> > try with nobody...
> > >
> > >
> > > How can I stop this Permssion error?
> > >
> > > Thanks,
> > > John Reiman
> > >
> >
> >
>