Skip to content

Commit cd6b0eb

Browse files
authored
Merge pull request #445 from oracle/rmarano
fix links and minor edits
2 parents e05f549 + 16d42f7 commit cd6b0eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/apache.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You need to build the Docker image for the Apache HTTP Server that embeds the Or
1717
1818
```
1919

20-
For more information about the Apache plugin, see [Apache HTTP Server with Oracle WebLogic Server Proxy Plugin on Docker](https://docs.oracle.com/middleware/12213/webtier/develop-plugin/apache.htm#PLGWL395).
20+
For more information about the Apache plugin, see [Configuring the Plug-In for Apache HTTP Server](https://docs.oracle.com/middleware/12213/webtier/develop-plugin/apache.htm#PLGWL395).
2121

2222
After you have access to the Docker image of the Apache HTTP Server, you can follow the instructions below to set up and start the Kubernetes resources for the Apache HTTP Server.
2323

@@ -410,13 +410,13 @@ You can fine tune the behavior of the Apache plugin by providing your own Apache
410410
411411
# Docker volume path for APACHE
412412
413-
# By default, the VolumePath is empty, which will cause the volume mount be disabled
413+
# By default, the VolumePath is empty, which will cause the volume mount to be disabled
414414
415415
loadBalancerVolumePath: <host-config-dir>
416416
417417
```
418418

419-
After the `loadBalancerVolumePath` property is specified, the `create-weblogic-domain.sh` script will use the `custom_mod_wl_apache.conf` file in `<host-config-dir>` directory to replace what is in the Docker image.
419+
After the `loadBalancerVolumePath` property is specified, the `create-weblogic-domain.sh` script will use the `custom_mod_wl_apache.conf` file in the `<host-config-dir>` directory to replace what is in the Docker image.
420420

421421
The generated YAML files will look similar except with un-commented entries like below:
422422

@@ -448,12 +448,12 @@ The generated YAML files will look similar except with un-commented entries like
448448

449449

450450

451-
## Use the Apache load balancer with a manually created WebLogic Domain
451+
## Use the Apache load balancer with a manually created WebLogic domain
452452

453-
If your WebLogic domain is not created by the WebLogic Operator, you need to manually create and start all Kubernetes' resources for the Apache HTTP Server.
453+
If your WebLogic domain is not created by the WebLogic Operator, you need to manually create and start all Kubernetes resources for the Apache HTTP Server.
454454

455455

456-
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).
456+
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://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
457457

458458
2. Create the Apache deployment YAML file. See the example above. 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.
459459

0 commit comments

Comments
 (0)