Skip to content

Commit 59ce468

Browse files
committed
Minor editing
Signed-off-by: doxiao <[email protected]>
1 parent ffb8ea0 commit 59ce468

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

kubernetes/samples/charts/apache-samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The sample package contains two samples that uses the [Apache helm chart](../apache-webtier/README.md). The samples uses the Docker image for the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the details in [Apache HTTP Server with Oracle WebLogic Server Proxy Plugin on Docker](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
44

5-
[The default sample](default-sample/README.md) uses the built-in configuration in the.
6-
[The custom sample](custom-sample/README.md) demonstrates how to customize the configuration of the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugins.
5+
* [The default sample](default-sample/README.md) uses the built-in configuration in the.
6+
* [The custom sample](custom-sample/README.md) demonstrates how to customize the configuration of the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugins.
77

site/apache.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This document describes how to set up and start an Apache HTTP Server for load b
66

77
You need to build the Docker image for the Apache HTTP Server that embeds the Oracle WebLogic Server Proxy Plugin.
88

9-
1. Download and build the Docker image for the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the instructions in [Apache HTTP Server with Oracle WebLogic Server Proxy Plugin on Docker](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
9+
* Download and build the Docker image for the Apache HTTP Server with the 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the instructions in [Apache HTTP Server with Oracle WebLogic Server Proxy Plugin on Docker](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
1010

11-
2. Tag your Docker image, `store/oracle/apache:12.2.1.3`, using the `docker tag` command.
11+
* Tag your Docker image, `store/oracle/apache:12.2.1.3`, using the `docker tag` command.
1212

1313
```
1414
$ docker tag 12213-apache:latest store/oracle/apache:12.2.1.3
@@ -22,15 +22,15 @@ A graceful restart will take effect on the updated configuration without interru
2222
## Use the Apache load balancer with a WebLogic domain
2323
In order to start the Apache HTTP Server for your WebLogic domain, you need to create and start all Kubernetes' resources for the Apache HTTP Server.
2424

25-
1. Create your own `custom_mod_wl_apache.conf` file, and put it in a local directory, for example, `<host-conf-dir>`. See the instructions in [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker](https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
25+
* Create your own `custom_mod_wl_apache.conf` file, and put it in a local directory, for example, `<host-conf-dir>`. See the instructions in [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker](https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
2626

27-
2. Create a Kubernetes deployment to start an Apache load balancer instance. Note that you need to use the **volumes** and **volumeMounts** to mount `<host-config-dir>` into the `/config` directory inside the pod that runs the Apache web tier. Note that the Apache HTTP Server needs to be in the same Kubernetes namespace as the WebLogic domain that it needs to access.
27+
* Create a Kubernetes deployment to start an Apache load balancer instance. Note that you need to use the **volumes** and **volumeMounts** to mount `<host-config-dir>` into the `/config` directory inside the pod that runs the Apache web tier. Note that the Apache HTTP Server needs to be in the same Kubernetes namespace as the WebLogic domain that it needs to access.
2828

29-
3. Create a Kubernetes NodePort service to expose the internal ports to external access.
29+
* Create a Kubernetes NodePort service to expose the internal ports to external access.
3030

31-
4. Create a RBAC YAML file to setup security for your load balancer. This is optional.
31+
* Create a RBAC YAML file to setup security for your load balancer. This is optional.
3232

33-
See samples for creating Apache HTTP Server as a load balancer at [Apache load balancer helm chart](../kubernetes/samples/charts/apache-webtier/README.md) and [Apache load balance samples](../kubernetes/samples/charts/apache-sample/README.md).
33+
See samples for creating Apache HTTP Server as a load balancer at [Apache load balancer helm chart](../kubernetes/samples/charts/apache-webtier/README.md) and [Apache load balance samples](../kubernetes/samples/charts/apache-samples/README.md).
3434

3535
Note that you can choose to run one Apache HTTP Server to balance the loads from multiple domains/clusters inside the same Kubernetes cluster, as long as the Apache HTTP Server and the domains are all in the same namespace.
3636

0 commit comments

Comments
 (0)