since you are handling passwords it would be great if you could enable TLS for forum.maniaplanet.com which should be no problem since you have a wildcard certificate, also you could update your TLS settings for your websites like login.maniaplanet.com because they are weak.
If you don't know what you are doing you can follow this guides, may also take a look at Strict Transport Security and forbid unencryptet login. You can also take a look at https://code.google.com/p/mod-spdy/ for performance improvements.
https://wiki.mozilla.org/Security/Serve ... patibility
https://wiki.mozilla.org/Security/Serve ... TLS#Apache
Short:
1 Enable TLS 1.2
2 Disable SSLv3
3 Enable TLS for forum
3 Enable *AES_128_GCM_SHA256
5 Only use Ciphers that had Forward Secrecy
you can see here some things that are wrong
https://www.ssllabs.com/ssltest/analyze ... 33.248.149
Thank you
May also post updates here if you change something
