

Installing CA Workload Automation DE Web Client › How to Install CA Workload Automation DE Web Client with Tomcat › How to Configure CA Workload Automation DE Web Client to Work with Apache on Windows › How to Configure Secure Socket Layer (SSL) for Apache › Edit the Apache httpd.conf File for SSL
Edit the Apache httpd.conf File for SSL
After you create a signing certification, edit the Apache httpd.conf file to load the SSL module and SSL configuration file.
To edit the Apache httpd.conf file for SSL
- Change to the following directory:
Apache_install_dir\conf
- Apache_install_dir
-
Specifies your Apache installation directory.
- Open the httpd.conf file in a text editor.
- Locate the following line:
#LoadModule ssl_module modules/mod_ssl.so
- Uncomment this line by removing the #:
LoadModule ssl_module modules/mod_ssl.so
The SSL module is loaded.
- Locate the following line:
#Include conf/extra/httpd-ssl.conf
- Uncomment this line by removing the #:
Include conf/extra/httpd-ssl.conf
The SSL configuration file is loaded.
- Save the httpd.conf file.
The httpd.conf file is edited for SSL.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|