I did some troubleshooting and figured out that when the update happened ISPConfig created a new virual host using port 8080 of the exact location I was using for port 80, which somehow conflicted, so I had to delete my custom port 80. given that, How can I make this work for me:
<VirtualHost ipaddress:443>
ServerName host1.domain.com
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /
https://privateip:8080/
ProxyPassReverse /
https://privateip:8080/
SSLProxyEngine on
SSLEngine on
SSLCertificateFile /etc/ssl/certs/server.crt
SSLCertificateKeyFile /etc/ssl/private/server.key
Whenever I try to use port 443 on my webserver to forward proxy, the apache server gets an error:
Failed to start apache :
* Starting web server apache2
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
...fail!
Initially I had the control panel running on port 80. and it worked so I left it alone.
Recent comments
3 hours 44 min ago
13 hours 12 min ago
14 hours 1 min ago
17 hours 35 min ago
21 hours 59 min ago
22 hours 21 min ago
1 day 30 min ago
1 day 10 hours ago
1 day 15 hours ago
1 day 16 hours ago