記一下XD~

在裝完elastix後,elastix地址,如192.168.1.111  默認的是 https://192.168.1.111  還出现“什麼什麼不安全,是否繼續” ..

怎麼解决呢:

vi /etc/httpd/conf.d/elastix.conf
   

<Directory "/var/www/html">
    # Redirect administration interface to https
    # RewriteEngine On
    # RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</Directory>

或直接把   RewriteEngine On 改成  RewriteEngine off

  1. RewriteEngine off



service httpd restart  重啟http服务。就OK啦~

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 mokiss 的頭像
    mokiss

    筆記○心情

    mokiss 發表在 痞客邦 留言(0) 人氣()