Hello Freevsd,

I'm using freevsd 1.4.7 on RH7, and have set up https for one of my virtuals.
In doing so, I have to change httpd.conf from:

<VirtualHost _default_:443>

to

<VirtualHost _default_:8443>

is there a reason it is set to 443 or is this a bug?

also, would note that these lines are missing from httpd.conf:

<IfDefine SSL>
LoadModule ssl_module /usr/lib/apache/libssl.so
</IfDefine>

<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>



Reply via email to