RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}
ProxyPreserveHost On
ProxyPass / http://localhost:5000/
ProxyPassReverse / http://localhost:5000/
ErrorLog /var/log/httpd/bobsbookstore-error.log
CustomLog /var/log/httpd/bobsbookstore-custom.log common
SSLEngine On
SSLCertificateFile /etc/ssl/certs/localhost.crt
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
SSLHonorCipherOrder off
SSLCompression off
SSLSessionTickets on
SSLUseStapling off