[TYPO3-english] Login backend with Reverse Proxy

Awashi mhornar james.bond1996 at hotmail.com
Thu Apr 24 14:42:40 CEST 2014


Hi every body,

I use TYPO3 6.2 on Ubuntu  behind a Proxy.

When I want to login in the backend, all the times I have this error :

    Your login attempt did not succeed
    Make sure to spell your username and password correctly, including upper/lowercase characters.

But I'm sur, the username and the password are good cause I try to create an other usr in the install fill and I have the same error with the new user.

I tried to change this conf but that doesn't work too.

[SYS][reverseProxyIP] = 169.65.125.14 (This IP adress is not real)
[SYS][reverseProxyHeaderMultiValue] = first
[SYS][reverseProxyPrefix] = /exemple/

I don't use SSL

I need perhaps add something in my conf with Apache (It's compulsory to use proxy)

NameVirtualHost 127.0.0.1:80
<VirtualHost exemple.com:80>
        DocumentRoot /var/www/
        ServerName exemple.com
        ServerAlias www.exemple.com
        <Directory /var/www>
                Order Allow,Deny
                Deny from all
        </Directory>
        ProxyPass /exemple/ www.exemple1.local/

        ProxyPassReverse /exemple/ www.exemple1.local/
</VirtualHost>

<VirtualHost 127.0.0.1:80>
        DocumentRoot /exemple/
        ServerName exemple1.local/
        <Directory /exemple/>
                Order Allow,Deny
                Allow from all
        </Directory>
</VirtualHost>




More information about the TYPO3-english mailing list