
infinite loops on wordpress with https

WOW!
I had to add $_SERVER['HTTPS'] = 'on'; to my wp-config.php.
This solved my infinite loops on wordpress with https.
phpMyAdmin 2.5.4 – a blast from the past

ERROR:HLSError – Cannot load M3U8: crossdomain access denied:Error #2048
ERROR:HLSError(code/url/msg)=1/http://www.domain.com/tutorials/laravel_facade/hls.m3u8/Cannot load M3U8: crossdomain access denied:Error #2048 VM1749:1 INFO:HLSNetStream:close
This is my crossdomain.xml example…
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" secure="false" /> <allow-http-request-headers-from domain="*" headers="*" secure="false"/> </cross-domain-policy>
php glob – case sensitive
Search for jpg, JPG, JpG, etc
glob('my/path/*.[jJ][pP][gG]')
Chrome – change browser agent
Here it goes…
Under Developer Tools… do the following…

Et voilá!

Catch all HTTP GET / POST requests on a Linux server…
GETs
ngrep -q '^GET .* HTTP/1.[01]'
POSTs
ngrep -q '^POST .* HTTP/1.[01]'
Other solutions
ngrep -d eth0 -W byline port 80
adobe – pessoas físicas

dinheirovivo.pt
This is outrageous……



check_yum – YUM output signature is larger than current known format
If you are using /check_yum you might face the following error…
YUM output signature is larger than current known format, please make sure you have upgraded to the latest version of this plugin. If the problem persists, please contact the author for a fix
nano /etc/nagios/nrpe.cfg
set the correct command to check_yum
command[check_yum]=/usr/lib64/nagios/plugins/check_yum --all-updates
and then restart nrpe
/bin/systemctl restart nrpe.service