[TYPO3-english] Backend access via an Apache SSL proxy

roland at roland-jarry.fr roland at roland-jarry.fr
Tue Jul 6 12:51:39 CEST 2010


 Hello,
Changing the architecture of my website, I haven't access to the backend : 
- the client is redirected to a proxy SSL which IP is yyy.yyy.yyy.yyy (apache 2 ; proxy directives : ProxyPass / http://xxx.xxx.xxx.xxx/foo ; ProxyPassreverse / http://xxx.xxx.xxx.xxx/foo).
- then it goes to the server hosting pages which IP is xxx.xxx.xxx.xxx

The access to fronted is OK since I've set the variables : 
$TYPO3_CONF_VARS['SYS']['reverseProxyIP'] = 'yyy.yyy.yyy.yyy';
$TYPO3_CONF_VARS['SYS']['reverseProxyHeaderMultiValue'] = 'first';
$TYPO3_CONF_VARS['SYS']['reverseProxySSL'] = 'yyy.yyy.yyy.yyy';



More information about the TYPO3-english mailing list