To reduce POODLE exposure, edit /etc/apache2/mods-available/ssl.conf and change the line:
SSLProtocol all -SSLv2
to:
SSLProtocol all -SSLv2 -SSLv3
and run:
service apache restart