Why would you have such a setup with three webservers?
May 20, 2020
2
Level 1
Server redirect by user
I have 3 web servers X, Y and Z all with the same public domain. X server uses laravel/apache. Y and Z should not be accesible if on laravel you aren't logged in.
I want to use laravel as middleware to access Y and Z. And if your laravel auth expires then Y and Z should be inaccesible again. Also the domain should be the same without using different ports. for example: public.domain <- laravel server public.domain/Y/ <- Y server public.domain/Z/ <- Z server
Normal redirects only change the url of the webpage, meaning that anyone with the url have access.
Please or to participate in this conversation.