Just asking. Why should not move this plugin as part of iMSCP. I think many people get problems with Apache standard behavior with sites and as result huge links google cache on each wildcarded domain.
Posts by Denys Kyselov
-
-
Pull request to fix problem
https://github.com/i-MSCP/plugins/pull/77 -
root@test /etc/apache2/imscp/before # cat 00_ServerDefaultPage_ssl.conf
Code- <VirtualHost 192.168.1.2:80>
- ServerName default
- DocumentRoot /var/www/virtual/ServerDefaultPage
- ErrorDocument 401 /
- ErrorDocument 403 /
- ErrorDocument 404 /
- ErrorDocument 500 /
- ErrorDocument 503 /
- <Directory /var/www/virtual/ServerDefaultPage>
- Require all granted
- </Directory>
- SSLEngine On
- SSLCertificateFile /etc/imscp/imscp_services.pem
- SSLCertificateChainFile /etc/imscp/imscp_services.pem
- </VirtualHost>
As you see problem in port for ssl default page config file.