Hi all!
Now I have FreeBSD Server which has roles:
- Mail server for company
- MySQL Server
- Apache with name VirtualHosts with 4 sites
- And some other roles
I'm disturbe about sites, which was making by third-party companies and if some of it will hacked, all other roles will be compromised.
So I want to do some security and logical optimisations:
Adds one more server for internal roles (Samba, Backup, Virtualization, Database, etc..) and old server for external roles (WWW server, Mail)
And WWW-server I want to do one site in one jail (as more security level-up, because every site making by various companies, I don't 100% trust to it.), so my idea is:
- Several jails with Apache in its and its onw IP address for every jail
- Nginx will redirect requests based on domain name
- And ssh access in every jail for giving access to site-developers
One problem is: I have no experience in Jails and Nginx, so that my ideas fully teoretical, can You help me in understanding possibility of that solution, and maybe some possible difficulties in that way?
Thanks!
Now I have FreeBSD Server which has roles:
- Mail server for company
- MySQL Server
- Apache with name VirtualHosts with 4 sites
- And some other roles
I'm disturbe about sites, which was making by third-party companies and if some of it will hacked, all other roles will be compromised.
So I want to do some security and logical optimisations:
Adds one more server for internal roles (Samba, Backup, Virtualization, Database, etc..) and old server for external roles (WWW server, Mail)
And WWW-server I want to do one site in one jail (as more security level-up, because every site making by various companies, I don't 100% trust to it.), so my idea is:
- Several jails with Apache in its and its onw IP address for every jail
- Nginx will redirect requests based on domain name
- And ssh access in every jail for giving access to site-developers
One problem is: I have no experience in Jails and Nginx, so that my ideas fully teoretical, can You help me in understanding possibility of that solution, and maybe some possible difficulties in that way?
Thanks!