apache - why can't use 443 in httpd.conf? -
if use 443 in httpd.conf , want start httpd, error message is:
(98)address in use: make_sock: not bind address [::]:443 (98)address in use: make_sock: not bind address 0.0.0.0:443 no listening sockets available, shutting down unable open logs
actually don't use 443, check port of 443 by:
lsof -i:443
i think port of 443 used in ssl.conf, can't use in httpd.conf. when use 444 or 666 in httpd.conf, can start httpd.
this reason?
Comments
Post a Comment