Mengatasi Permission Denied Apache Di Centos

Cara mengatasi permission denied Apache di Linux CentOS. Biasanya error duduk kasus perizinan ini akan menjadikan Apache tidak dapat membuat/membaca error_log dan maupun file aplikasi web. Contoh errornya ibarat ini:


[Error]: failed to open strem: Permission denied in /var/www/html


Dan berikut solusi permission denied pada Apache di CentOS


Disable SELinux


nano /etc/selinux/config

Perhatikan baris ini, edit menjadi disabled


SELINUX=disabled

Kemudian reboot server


CHMOD file dan folder


find /var/www -type d -exec chmod 755 {} \; && find /var/www -type f -exec chmod 644 {} \;

CHOWN file dan folder


Instalasi Apache tanpa panel di CentOS default user dan groupnya apache:apache, jadi perintahnya


chown apache:apache /var/www -R

Selesai



Sumber https://idnetter.com

Mari berteman dengan saya

Follow my Instagram _yudha58

Subscribe to receive free email updates:

0 Response to "Mengatasi Permission Denied Apache Di Centos"

Posting Komentar