Skip to content

Instantly share code, notes, and snippets.

@lucianovalenca
Last active June 23, 2020 01:54
Show Gist options
  • Select an option

  • Save lucianovalenca/bbc702df464e303c6b894c8f1b8a200e to your computer and use it in GitHub Desktop.

Select an option

Save lucianovalenca/bbc702df464e303c6b894c8f1b8a200e to your computer and use it in GitHub Desktop.
## Restart Apache
`/opt/bitnami/ctlscript.sh restart apache`
## Disable TLS 1.0
You can find the SSLProtocol directive configured in the configuration file below:
**/opt/bitnami/apache2/conf/bitnami/bitnami.conf**
Change to:
`SSLProtocol TLSv1.2`
# php.ini
`/opt/bitnami/php/etc/php.ini`
# htaccess
`/opt/bitnami/apps/wordpress/conf/htaccess.conf`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment