WordPress instalation with ELB on AWS
-
The plan was to install wordpress on AWS with ELB. So far I have two instances of Ubuntu 16.04 each with PHP7 and both connected to RDS (MariaDB). The PHP Session is shared between the ec2 instances and hosted in ElastiCache (Memcached). So in php.ini, at the session section, I use memcached. If I have only one ec2 under the ELB, I can login to the admin and all is perfect. The problem is when have both of them under ELB (the exact same config) the website is working but the login in the admin no any more. Does someone have any idea/clue/suggestion about this matter? Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress instalation with ELB on AWS’ is closed to new replies.