收到错误“无效的命令'SSLProxyCheckPeerCN'

时间:2013-10-11 02:40:07

标签: .htaccess mod-rewrite ssl proxy mod-proxy

我需要在我的网站上加载一个表单,我收到错误,而我包含以下htaccess代码,我不知道如何解决此错误..

htaccess代码     

     SSLProxyCheckPeerCN off
     SSLProxyCheckPeerExpire off
    RewriteEngine on
       RewriteBase /
    RewriteRule ^(.*)$ https://www.website.com/auto/$1 [P,L]
</IfModule>

我在服务器日志中收到错误:

“无效命令'SSLProxyCheckPeerCN',可能拼写错误或由未包含在服务器配置中的模块定义”

我如何解决这个问题,任何帮助将不胜感激。

感谢 苏拉杰

1 个答案:

答案 0 :(得分:2)

您的SSL模块最有可能无法加载。取消注释httpd.conf文件

中的以下内容
LoadModule ssl_module modules/mod_ssl.so