Chào mọi người,
Em có vấn đề khi chạy một số lệnh với apache
Code:
bash-3.2$ service iptables status
Table: filter
iptables v1.3.5: can't initialize iptables table `filter': Permission denied (you must be root)
bash-3.2$
Em đã add apache vào group root
Code:
[root@ns05 fw]# id apache
uid=48(apache) gid=0(root) groups=0(root),502(admin)
Chỉnh sửa lại quyền cho apache trong visudo
Code:
root ALL=(ALL) ALL
apache ALL=(root) NOPASSWD: ALL
%root ALL=(ALL) ALL
Nhưng vẫn chưa thể giải quyết được vấn đề