Hi,
Thanks for this update! But I got the same problem on each update...
can't restart Apache :
Code:
(98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
because my ispconfig is on port 443 :
Code:
ISPConfig Port [443]: 443
Create new ISPConfig SSL certificate (y,n) [n]: y
that's a damn!
My old ports.conf :
Code:
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen xxxxx:443
Listen xxxxxxx:443
</IfModule>
# Listen 443
and that's what the ispconfig install does : adding
"Listen 443" in ports.conf
Code:
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen xxxxx:443
Listen xxxxxxx:443
</IfModule>
# Listen 443
Listen 443
removing it, solved the problem. But why it does that?
Recent comments
1 day 14 hours ago
1 day 22 hours ago
2 days 1 hour ago
2 days 3 hours ago
2 days 4 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 8 hours ago
3 days 44 min ago
3 days 1 hour ago