Questions tagged [multi-tenancy]
27 questions
1
vote
1 answer
How to configure multi-tenant webapp on Apache where I need to add each customer domain certificate separately?
On our server (Apache/Ubuntu18) we have a web app running which is a multi-tenant web app. So for every new client there will be a new tenant setup and it will create a new subdomain. So:
Webapp/Vhost: domain.com
ClientA: A.domain.com (But want to…

DennisKr
- 11
- 1
0
votes
1 answer
How to have segregated database for clients while maintaining control over code?
I have a SAAS application hosted on AWS EC2 and RDS. we use django and Postgres for the stack
What we did was we had the public schema holding the tenant info but the tenant specific data are held in individual schema in the same database
Recently…

Kim Stacks
- 471
- 1
- 6
- 14
0
votes
1 answer
How to restrict network access by user on a Windows multitenant machine?
I have a multitenant windows 2012 machine running several IIS WebSites, each running it's own application pool with its own windows user identity, and I need to restrict the all outbound network access from each application pool.
I've been searching…
0
votes
1 answer
Setting up Multi-Tenant Exchange Server on AWS/EC2
I have recently had a couple of clients ask me about setting up a hosted Microsoft Exchange Server solution for them, that operates on servers based in Australia.
While I was looking into this, I noted that there were already some existing…

John Judd
- 173
- 6
0
votes
3 answers
Letting tenants host their own data
We are developing a web app and planning to deploy it in a multi-tenant model. However, some of our potential customers are having a great deal of discomfort with the idea of not having the control for their data. With that concern, we are planning…

fart-y-goer
- 111
- 1
0
votes
2 answers
Exchange 2010 roles on multiple VMs
I'm looking for some guidance / best practices on how to setup high availability on my exchange 2010 SP2 install. I'd like to install each role in a different VM on 1 server, then have a second server with VMs for each role. These 2 physical boxes…

Khalid Rahaman
- 263
- 1
- 7
- 17
0
votes
2 answers
Create an asp.net MVC multitenancy enviroment with IIS7.5
I asked this question (Mapping mvc application to subdomains using IIS 7.5) over on stackoverflow and Amritpal mentioned I should be looking at multi tenancy.
How do I set my 2 applications up to run this?
I have 2 mvc4 applications on the same…

Diver Dan
- 101
0
votes
1 answer
What kind of DNS and IIS configuration is needed to allow multiple domains to point to a multi-tenant web application?
I'm developping a multi-tenant web application in ASP.NET MVC and it will provide my users the ability to have a custom subdomain pointing to their account page (like user.myapp.com). I already have it working by using a wildcard DNS entry and a…

holiveira
- 889
- 3
- 13
- 14
0
votes
1 answer
Is it possible to confine SSH users to a new mount namespace on Login?
Users logging into our shared servers over SSH currently always enter into the root mount namespace, which for example allows all users to see the same /var/tmp directory, making it a contended resource which is shared by all users (and the root…

JamesHannah
- 1,731
- 2
- 11
- 24
-1
votes
1 answer
100 Users in Exchange Online 365, Can their mailbox storage location be split across two regions?
From my research I believe this is possible with Microsoft's 'Multigeo', but I believe this needs 5000 users, not 100. I do remember there are other ways around this, perhaps multi-tenants but then I'm unsure whether two tenants can be completely…

Adam Ash
- 1
- 1
-1
votes
1 answer
Hosting hundreds of web sites on Amazon AWS
We are considering hosting our web sites on amazon aws, so that they can scale on-demand. Currently we host in the region of 500 web sites on multi-tenanted servers, but we want to move away from this architecture and have at least 1 server per…

adp457
- 1
- 1
-1
votes
1 answer
Multi-tenant site and global privacy issues
I have a multi-tenant website. It has been hosted in the USA for many years with no problem.
In recent years my customers in Australia, Canada and the EU have shared concerns as their countries privacy laws conflict with the USA's privacy laws.
So…

Ben Sinclair
- 99
- 4