After you create the mod_jk.conf file, edit the Apache httpd.conf file to configure the Apache server name and port and include the mod_jk.conf file.
To edit the Apache httpd.conf file
Apache_install_dir\conf
Specifies your Apache installation directory.
Listen 80
Listen Apache_server_name:Apache_port
Specifies the server name that you used when you installed the Apache HTTP server.
Specifies the port of the Apache HTTP server.
Default: 80 (http); 443 (https)
Note: We recommend that you use the default port so you do not need to remember the port to access the Apache server.
The Apache server name and port are configured.
#add the mod_jk.conf file to add the jk configurations Include conf/mod_jk.conf
The mod_jk.conf file is included.
The Apache httpd.conf file is edited.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |