Web access error

Hi everyone,
installing LPAR2RRD on a CentOS server a have this error:

Forbidden

You don't have permission to access /lpar2rrd on this server.


Apache/2.2.15 (CentOS) Server at lnxvmmonitor Port 80

Accessing the default webpage give me no problem.
Any ideas?
Thanks

Comments

  • Hi,

    as per docu, have you tried to disable  SELinux?

    Linux: disable SELinux if you get "(13)Permission denied:" in Apache error_log
    # setenforce Permissive
    # vi /etc/sysconfig/selinux
      SELINUX=disabled
    


  • Hi,

    yes I disable SELinux.

    This is my output at the command
    # setenforce Permissive
    setenforce: SELinux is disabled

    The error in the error_log is

    [Wed Nov 16 14:41:04 2016] [error] [client 10.1.32.82] (13)Permission denied: access to /lpar2rrd denied


  • ls -ld /home
    ls -ld /home/lpar2rrd
    ls -ld /home/lpar2rrd/lpar2rrd
    ls -ld /home/lpar2rrd/lpar2rrd/www
    ls -l /home/lpar2rrd/lpar2rrd/www/index*





Sign In or Register to comment.