I'm using FreeBSD 10.1 and would like to know if I can host the databases on a different server/jail.
I want to build a website that sells products online.
My idea for the setup is to have three jails.
I would just like to know if this is possible and how would I do it if it is possible?
I want to build a website that sells products online.
My idea for the setup is to have three jails.
- First jail: this jail contains www/apache24 and the www/drupal7 component
- Second jail: this jail has the MySQL database for my products and prices.
- Third jail: this jail contains the usernames and passwords and any balance they have at the store.
I would just like to know if this is possible and how would I do it if it is possible?