Kbase P19095: Dynamics: problems setting up Apache Web Server on Unix.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Dynamics: problems setting up Apache Web Server on Unix.
Messenger: Internal command access denied. (6368)
CAUSE:
In the Progress Dynamics Web Development Guide" (Configuring the Apache Web Server) there is an example of how to set up the server for a Windows Platform. But there is no example for Unix.
FIX:
An example of how to set up the Web server for Unix is:
Configuring the Apache Web Server (unix example)
Setting up Extension Mapping
ScriptAliasMatch (.*)\.icf$ "/path/to/messenger/messenger.sh/$1"
In the example below, Apache is installed in /usr/internet/apache and under the cgi-bin directory. The messenger script is called dyn.sh.
ScriptAliasMatch (.*)\.icf$ "/usr/internet/apache/cgi-bin/dyn.sh/$1"
Alias /dynamics/ /bases2/prod/apps/ry/
<Directory /bases2/prod/apps/ry/>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
The import part of the dyn.sh script look like this:
# option 2 using a service name defined in $DLC/ubroker.properties
$DLC/bin/cgiip -i wsdynamics