【发布时间】:2012-02-24 14:24:53
【问题描述】:
我正在尝试向 Zend 添加一个安全站点。
当我在http://my_IP:10081 访问 Zend 服务器站点时,我可以看到,在服务器扩展下, “openssl 内置,开启”。
当我将 SSLEngine On 添加到 httpd.conf 时,我得到...
Invalid command 'SSLEngine', perhaps misspelled or defined
by a module not included in the server configuration
缺少这条线会给出....
Invalid command 'SSLCertificateChainFile', perhaps misspelled or defined by
a module not included in the server configuration.
Zend 网站的附录 F 说
Uncomment the following line...
Include conf/extra/httpd-ssl.conf
但是那行不在我的 conf 文件中,也没有指明路径。
目录 /usr/lib64/httpd/modules 没有名为 mod_ssl.so 或类似的文件。
这是 Red Hat 上的 Zend 5.5
PHP 版本 5.3.8-ZS5.5.0 Zend 框架版本 1.11.10
我的经理说这是一个非常标准的安装。任何帮助都会很棒。谢谢。
【问题讨论】:
标签: php apache ssl redhat zend-server