Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gfeyen

Pages: [1]
1
CentOS-WebPanel Bugs / Re: Mail explorer - error / warning
« on: November 15, 2016, 04:21:30 PM »
Have the same error!

Any news or a way to resolve?

2
SSL / Re: SSL for CWP itself
« on: April 06, 2016, 05:04:39 PM »
quick and dirty!


Listen 2031
<VirtualHost SERVER IP:2031>
        ServerName SERVER IP
        SSLEngine on
        SSLCertificateKeyFile /etc/pki/tls/private/hostname.key
        SSLCertificateFile /etc/pki/tls/certs/hostname.cert
        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>


Pages: [1]