Hello
always thank you for your precious work.
I have a little problem, or better "annoying" problem.
For unknown reason my server has not configured with a "server certificate" (speaking of Debian Lenny).
Looking in another server (CentOS) I discovered a SSL certificate stored in this folder: /etc/httpd/ssl. It seems that the certs store in ssl folder are used for all my web sites if activated SSL option. This sound good.
But the first server (Debian) have a different behavior. Probabilly the server cant find the SSL certs so that I discovered that apache uses the first site from the folder:
/etc/apache2/sites-enabled
i.e. all sites with the name starting with 000- doesn' respect this, so that the first site used for the SSL Certificate (for the other sites) is the first found in alphabetical order. I.e.:
100-www.site1.com
100-www.site2.com
100-www.site3.com
this mean that if I create a new site, I will have:
100-www.site1.com
100-www.site2.com
100-www.site3.com
www.newsite.com
(note: without 100- prefix!)
but when I modify the site 'newsite.com' I will have:
100-www.newsite.com
100-www.site1.com
100-www.site2.com
100-www.site3.com
as you can see newsite is at beginning so that the (new) SSL cert is not taken from 100-www.site1.com but from 100-www.newsite.com.
I can't understant what is the modification todo to:
* write the server certificate and where and which lines put into (I suppose) into apache config files...
* if (and ....why?) ISPConfig needs to rename the files above.
thank you very much for your help
Recent comments
11 hours 12 min ago
17 hours 53 min ago
21 hours 44 min ago
23 hours 22 min ago
1 day 7 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 21 hours ago
2 days 2 hours ago
2 days 2 hours ago