Definir cabeçalhos para JSON no proxy do Apache

1

Olá, tento definir o cabeçalho JSON no proxy do Apache. Eu preciso disso para o login de teste no site. Abaixo eu coloquei minha configuração do apache.

<VirtualHost *:80>
    ServerName zx.xxxxxxx.xxxxxx.fr

    ServerAdmin [email protected]

    AddDefaultCharset utf-8
    AddType 'application/json; charset=UTF-8' .json

    SSLProxyEngine On
    RequestHeader set Host "xxxxxxx.xxxxxx.fr"
    ProxyPreserveHost On
    ProxyPass / https://11.111.111.111/
    ProxyPassReverse / https://11.111.111.111/


    LogLevel warn
    ErrorLog /var/log/httpd/zx.xxxxxxx.xxxxxx.fr.log
    CustomLog /var/log/httpd/zx.xxxxxxx.xxxxxx.fr.log combined
</VirtualHost>

Por favor, me dê alguns conselhos onde eu erro.

Cumprimentos Mick

    
por Mick 03.11.2014 / 14:39

0 respostas