Install guide
# WOW
Alias /wow/ "/apps/ow/WebApps2/htdocs/"
line 645: Add lines:
#WOW
ScriptAlias /bin/ "/apps/ow/WebApps2/cgi-bin/"
<Directory "/apps/ow/WebApps2/cgi-bin">
AllowOverride AuthConfig
Options None
Order allow,deny
Allow from all
</Directory>
line 945: Insert line ErrorDocument 500 "/wow/error.html"
4. Start Apache (as root if port is less than 80):
/usr/local/apache2/bin/apachectl start
5. Duplicate the WOW software tree:
cd $OWHOME
mkdir WebApps2
cd WebApps
find . -depth -print | cpio -pdlmv ../WebApps2
6. Configure WOW:
If the WOW URL is fully qualified in files index.html and wow_css.js, change all
references from the default to the new port e.g. change wow.oilco.com to
wow.oilco.com:8082 (3 locations in each file).
7. Update the wow.env file (line numbers are approximate):
cd $OWHOME/WebApps2/conf
vi wow.env
line 24: change WOW_HOME to /apps/ow/WebApps2
line 51: change WOW_URL to http://wow.oilco.com:8082
line 110: change APACHE_HOME to /usr/local/apache2
Change ORACLE_SID, OWSYSSID and any other variables as appropriate.
8. Copy the index.html and favicon.ico to the web root:
cd /usr/local/apache2/htdocs
cp index.html index.html.orig (if it exists)
cp $OWHOME/WebApps2/htdocs/index.html .
cp $OWHOME/WebApps2/htdocs/favicon.ico .
9. Repeat steps above as often as is required, e.g.:
Port: 80, Apache: default OS package, WOW: $OWHOME/WebApps
Port: 8082, Apache: /usr/local/apache2, WOW: $OWHOME/WebApps2
Port: 8083, Apache: /usr/local/apache3, WOW: $OWHOME/WebApps3
Port: 8084, Apache: /usr/local/apache4, WOW: $OWHOME/WebApps4
etc.
See PeopleSoft Solution Doc 170943 for instructions of configuring both R2003 and
R5000 WOW Apache servers on the same system.
WOW 5000.0.1.11 Release Notes Page 85 of 104 March 2014