Salesforce

Apache Module Requester Setup for Linux Partition (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Apache Module Requester Setup for Linux Partition (Magic xpa 3.x)

This version includes a Magic xpa Internet Requester for the Linux Apache Web Server.

The mod_mgrequestxx.so.ilinux requester should be placed in the libexec directory of the Apache installation. The default is /usr/local/libexec with execute permissions.

You should add the lines below to the httpd.conf Apache configuration file and restart the Apache Web server once you have made this modification:

LoadModule mgrequest031_module libexec/mod_mgrequest031.so.ilinux

<Location /mgrequest031>

SetHandler mgrequest031-handler

</Location>

SetEnv MGREQ_INI_PATH <directory>

The Apache requester is configured via the MGREQ.INI file. The directory location of the MGREQ.INI file is specified by the MGREQ_INI_PATH setting in the Apache configuration file (httpd.conf).

For example:

SetEnv MGREQ_INI_PATH /usr/local/httpd/conf

The Apache requester uses the following file:

/usr/local/httpd/conf/MGREQ.INI

To use this requester, the URL that calls Magic xpa should be:

http://server/mgrequest031?appname=...

You should also modify the MAGIC.INI file as follows:

InternetDispatcherPath= /mgrequest031

Reference
Attachment 
Attachment