Author:
erics, July 4th, 2016
If you get this error when starting Apache or via apachectl configtest: [warn] _default_ VirtualHost overlap on port 443, the first has precedence then you must add: NameVirtualHost *:443 to /etc/httpd/conf/httpd.conf, then restart Apache
Categories: How-To's, Technology Tags: 443, apache, AWS, CentOS, howto, https, Linux, Overlap, ssl, tips, VirtualHost, Web
| 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, October 16th, 2009
Need to find the client’s SSL cert – anyone seen it?
Categories: Business, Rants, Technology Tags: 443, apache, cert, certificate, httpd, https, ssl
| No comments