Perform the following steps to enable the use of weblogs and wikis on an HTTPS server when port 8080 is disabled.
1. Stop DocuShare.
2. Verify that the Apache connection is set up properly. Refer to Appendix A, Web Servers, in the DocuShare Installation Guide.
3. To block port 80, edit httpd.conf by commenting out the following line: # Listen *:80
4. Edit amber.properties by doing the following:
a. Change http_protocol=http to http_protocol=https.
b. Change http_port=8080 to http_port=443.
5. Edit server.xml by adding "address=127.0.0.1" to the http "connector..." element.
6. Start DocuShare.
1. Stop DocuShare.
2. Verify that the Apache connection is set up properly. Refer to Appendix A, Web Servers, in the DocuShare Installation Guide.
3. To block port 80, edit httpd.conf by commenting out the following line: # Listen *:80
4. Edit amber.properties by doing the following:
a. Change http_protocol=http to http_protocol=https.
b. Change http_port=8080 to http_port=443.
5. Edit server.xml by adding "address=127.0.0.1" to the http "connector..." element.
6. Start DocuShare.