Apache distributes httpd under two versions : one supporting ssl and a lighter one that doesn't.
I don't know whether the version bundled with EasyPHP is SSL or not, yet it looks like it is SSL compatible.
If it ever came that this version is not SSL compatible, you can replace it with one downloaded from apache here : [
httpd.apache.org]
Here are a few documentations about using SSL with Apache on httpd's online doc :
[
httpd.apache.org]
[
httpd.apache.org]
[
httpd.apache.org]
you may also find good tutorials by searching google with "apache ssl"
---
mega-squall