Update 64 - CloudFlare + LVE Bad Gateway
Hi,
Just in case somebody else has the same issue using CloudFlare + LVE and you can't see stats or any settings because CloudFlare returning 502 Bad Gateway.
The issue is in the way that cPanel changed the handling of Proxy Subdomains.
Open /usr/local/cpanel/whostmgr/docroot/cgi/CloudLinux.cgi and find this lines
- ]
- sub _checkReferer
- {
- my $protocol = (exists $ENV{ HTTPS } && $ENV { HTTPS } eq 'on')
- ? 'https' : 'http';
- my $ip = $ENV { HTTP_HOST };
- unless ($ENV{ HTTP_REFERER } =~ qr/^$protocol:\/\/$ip/) {
- sendError('BAD REFERER', 0, 1);
- }
- }
-
Hello @Jamira40, It looks like CloudLinux has an internal case open (WEB-542) to investigate and determine if this is a bug in their LVE Manager plugin. We'll monitor the case and update this thread with more information once it's available. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment