Embed presentation
Download as PDF, PPTX
































































![$GLOBALS['TYPO3_CONF_VARS']['BE']['lockSSL'] = true;
65](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-65-2048.jpg)
![$GLOBALS['TYPO3_CONF_VARS']['SYS']['cookieSecure'] = 1;
66](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-66-2048.jpg)

![$GLOBALS['TYPO3_CONF_VARS']['BE']['debug'] = false;
$GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] = false;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask'] = '';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['displayErrors'] = 0;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['enableDeprecationLog'] = '';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['sqlDebug'] = 0;
68](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-68-2048.jpg)



![$GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword'] = '';
72](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-72-2048.jpg)


































The document discusses hardening a TYPO3 website to improve security. It recommends hardening each layer of a TYPO3 application including the operating system, web server, database, PHP, and extensions. Specific techniques mentioned include regularly updating software, enabling SSL, restricting backend access, separating code from public files, removing unneeded extensions, and automating deployment processes. The goal of hardening is to reduce the number of potential vulnerabilities by minimizing exposed services and code.
































































![$GLOBALS['TYPO3_CONF_VARS']['BE']['lockSSL'] = true;
65](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-65-2048.jpg)
![$GLOBALS['TYPO3_CONF_VARS']['SYS']['cookieSecure'] = 1;
66](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-66-2048.jpg)

![$GLOBALS['TYPO3_CONF_VARS']['BE']['debug'] = false;
$GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] = false;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask'] = '';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['displayErrors'] = 0;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['enableDeprecationLog'] = '';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['sqlDebug'] = 0;
68](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-68-2048.jpg)



![$GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword'] = '';
72](https://image.slidesharecdn.com/helmut-hummel-hardening-typo3-180716151039/75/2018-CertiFUNcation-Helmut-Hummel-Hardening-TYPO3-72-2048.jpg)
































