Acid-Duck wrote:
Please note guys that mod_ssl does *not* appear in the list. I think we found our problem

Well, yes its a problem, but not the final solution...well spotted though, thanks!
I did tick the mod_ssl box, but when I saved it and go back in, its unticked again! I figured out this was due to the fact the apache OpenSSL modules were not loaded on my Debian install.
So I've tried several things and am now a little further on...
Installed OpenSSL - OK
Setup virtualhost on port 443 - OK
In the Virtualhost, in 'SSL Options' I switch on SSL = NOT OK!
When the last step is done and I 'apply changes', I then receive the following error:
Failed to apply changes :
Syntax error on line 1020 of /etc/apache/httpd.conf:
Invalid command 'SSLEnable', perhaps mis-spelled or defined by a module not included in the server configuration
At the end of the conf file is:
<VirtualHost *:443>
DocumentRoot "/var/www"
ServerName li5-177.members.linode.com
SSLEnable
</VirtualHost>
If I comment out the 'SSLEnable' line Apache reports no errors.
Now I guess that this occurs due to the fact the I haven't generated a cert or something, due to the following errors reported in ERROR.LOG
[Fri Jun 11 06:25:05 2004] [error] mod_ssl: Init: (li5-177.members.linode.com:443) No SSL Certificate set [hint: SSLCertificateFile]
[Fri Jun 11 07:00:24 2004] [error] mod_ssl: Init: Server li5-177.members.linode.com:443 should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
So I think that I am almost there now. My final hurdle is the missing Cert. Do I set this up in 'SSL Options' under Virtualhost for port 443? If so what values do I give? All key files are set to 'Default', and I thought this would have re-used the Webmin Cert????
Any suggestions?