Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
If you’ll find that your web server for enterprise version is not working, make sure it is up - restart it.
To do so: 
1. SSH to your HostBill Enterprise server as root:

 


Code Block
languagetext
# ssh root@yourhostbilladdress

 

 


2.
Restart webserver: 

 

 

 
Restart webserver & php-fpm, make sure its enabled for auto-start post reboot:


Code Block
languagetext
/usr/local/kbkp-software/apps/b-nginx/etc/init.d/nginx restart
systemctl restart nginx
systemctl restart php-fpm

systemctl enable nginx
systemctl enable php-fpm