[TYPO3-german] Re: Domain Records bei Multidomain Setup hinter Proxy

Christian Hackl hackl.chris at googlemail.com
Tue May 23 19:24:09 CEST 2017


Was hast du denn alles eingestellt?

Grundsätzlich hilft evtl: (Install-Tool bzw. LocalConfiguration.php)

'HTTP' => array( 
                'proxy_host' => 'http://xx.xx.xx.x', 
                'proxy_port' => 'xxxx', 
        ), 
und bei 
'SYS' => array( 
                ... 
                'curlProxyServer' => 'xx.xx.xx.x:xxx', 
                'curlTimeout' => '60', 
                'curlUse' => '1', 
                ... 
        ), 


More information about the TYPO3-german mailing list