Mat wrote:
Hello can some me please tell me how to install and configure the ssl option on apache so that all the pages access from the server are ssl secured
best regards Mat
Do a web search for mod_ssl, then go to the site and get the detailed "compile your own" instructions. You need to get apache source code, and the mod_ssl patch yourself. The instructions are excellent, but expect it to take a Saturday afternoon for an intermediate level linux user. Then once you have the apache executable with mod_ssl compiled; then all you need to do is give the url as "https" instead of "http". Or you can specify port 443. This will encrypt all web traffic with your "certificate"; either a "dummy" one of your own, or a public one which you need to pay for. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/