hello, I installed the Bind DNS server, using the instructions provided on the link, but modified the file to the latest version of Facilemanager.
yum install bind bind-utils php-mysql wget vim php-posix
wget http://www.facilemanager.com/download/facilemanager-complete-4.0.3.tar.gz
tar zxvf facilemanager-complete-4.0.3.tar.gz
cd facileManager
mv server/ /var/www/html/facileManager
chmod -R 750 /var/www/html/facileManager/
nano /etc/httpd/conf.d/facilemanager.conf
Alias /facileManager /var/www/html/facileManager
<Directory “/var/www/html/facileManager”>
AllowOverride All
mysql -e "create database facileManager;"
mysql -e "grant all on facileManager.* to admin identified by 'pwd';"
service httpd restart
After running the ip address, i am getting error 403,
what could be the problem?