Author:
erics, August 12th, 2021
vi /etc/postfix/main.cf
|
#inet_protocols = all inet_protocols = ipv4 |
service postfix restart
Categories: How-To's, Technology Tags: Email, Error, Gmail, howto, IPv4, IPv6, PostFix, Protocol, tips
| No comments
Author:
erics, May 11th, 2012
$protocol = (!empty($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] !== ‘off’) ? “https:” : “http:”;
Categories: How-To's, Technology Tags: $_SERVER, 443, 80, howto, http, https, php, Port 443, Port 80, Protocol, tips
| No comments
Author:
erics, February 18th, 2011
var myPrefix = ‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’;
Categories: How-To's, Technology Tags: howto, http, https, javascript, Protocol, tips
| No comments