Loading WebAccess in Protected Memory Space
Novell Cool Solutions: Tip
By Tim Heywood
Reader Rating
from 2 ratings
|
Digg This -
Slashdot This
Posted: 5 Jun 2007 |
Problem
A Forum reader recently asked:
"Can someone give me directions on how to load WebAccess 7 in protected memory on a NetWare 6.5 SP5 server?"
And here's the response from Tim Heywood ...
Solution
In the strtweb.ncf file, change
load gwinter ...
to
load address space = gwwa gwinter Protection restart gwwa
I would normally put the MTA and PO on one server, and then a second MTA and the GWIA and WebAccess on a second. This is based on the need to keep the PO up at all costs, and you know that as soon as something talks to the Internet (WA and GWIA) there will be somebody likely to play around with it.
To check whether WebAccess is in protected memory, all you have to do is type:
M gwinter
You will see the module list and which memory space it is loaded in.
I would load the Apache into protected memory; however, there is the question as to what else this copy of apache is running. Netstorage cannot be loaded into protected memory, for instance.
For Apache, do this:
1. Edit the ap2webup.ncf file.
2. Replace the "load apache2" with "load address space=ap2 apache2"
3. Edit the ap2webdn and replace "load address space = os apache2" with "load address space = ap2 apache2"
Reader Comments
- Great, was looking for this. Did you mean in the strtwebdn.ncf file with #3 to use unload instead of load?
- Yes #3 Should be Unload Address space = ap2
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
