I'm trying to add a secure site to Zend.
When I go to the Zend server site at http://my_IP:10081 I can see, under server extensions, "openssl built-in, ON".
When I add SSLEngine On to the httpd.conf I get ...
Invalid command 'SSLEngine', perhaps misspelled or defined
by a module not included in the server configuration
Missing this line out gives....
Invalid command 'SSLCertificateChainFile', perhaps misspelled or defined by
a module not included in the server configuration.
Appendix F at Zend's site says
Uncomment the following line...
Include conf/extra/httpd-ssl.conf
But that line is not in my conf file and nor is the path indicated.
The directory /usr/lib64/httpd/modules does not have a file called mod_ssl.so or similar.
This is Zend 5.5 on Red Hat
PHP Version 5.3.8-ZS5.5.0 Zend Framework Version 1.11.10
My manager says it was a pretty standard installation. Any help would be great. Thanks.