zEitEr
Super Moderator
Hello
I've set
on CentOS 5 with nginx_apache on a board, and executed:
User apache was not added into access group:
I had to add apache manually into the file:
Please check it and fix if required.
I've set
Code:
secure_access_group=access
on CentOS 5 with nginx_apache on a board, and executed:
Code:
echo "action=rewrite&value=secure_access_group" >> /usr/local/directadmin/data/task.queue
User apache was not added into access group:
Code:
# grep access /etc/group
access:x:672:nginx
I had to add apache manually into the file:
Code:
# grep acces /etc/group
access:x:672:nginx,apache
Please check it and fix if required.