Hello,
I have one virtual host listen on secured 443 port with three domain mappings:
The only way i can do this looks like is if i add 3 separated virtual hosts with same config but different domain name and certificate. In that case, (i didn't tested) since i`m using process-group LSAPIit will spawn 3 separated PHP processes with same user, so cached objects in php process cant be shared, required 3 times more memory for cache.
Any solution?
I have one virtual host listen on secured 443 port with three domain mappings:
- example1.com
- example2.com
- example3.com
The only way i can do this looks like is if i add 3 separated virtual hosts with same config but different domain name and certificate. In that case, (i didn't tested) since i`m using process-group LSAPIit will spawn 3 separated PHP processes with same user, so cached objects in php process cant be shared, required 3 times more memory for cache.
Any solution?