[TYPO3-english] Re: Proxy and EM debugging
Patrick Gaumond
gaumondpatrick at gmail.com
Thu May 8 17:34:37 CEST 2014
Solved for me. Did so many things I'm not even sure what did the trick...
1. Commented apache/conf/httpd.conf :
#<IfModule mpm_winnt_module>
# ThreadStackSize 8*1024*1024
#</IfModule>
Just keep that one :
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>
2. Adding this in Install Tool
'curlProxyServer' => 'http://123.44.55.6:8080',
3. Copy in Windows/system32/ of :
- libeay32.dll (ancienne version était présente)
- ssleay32.dll (ancienne version était présente)
- php_curl.dll
Copied from /xammp/php/ and xamp/php/ext/
Patrick
More information about the TYPO3-english
mailing list