Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-146

Extension to Apache2 Configuration to remove need of AXIS_HOME environment variable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2 Final
    • None
    • Server - General
    • None

    Description

      The included patch augments the apache 2 configuration to specify the axis-c home directory in the configuration file. This removes the dependency on the AXIS_HOME environment variable.

      A configuration can look like this:
      Listen 9001

      LoadModule axis_module modules/libaxiscpp_mod2.so
      AxisHome /opt/axis-c-1.2

      <VirtualHost *:9001>
      <Location /axis>
      SetHandler axis
      </Location>
      </VirtualHost>

      Attachments

        1. diff-axis-c-20040902
          17 kB
          Rainer Bieniek

        Activity

          People

            Unassigned Unassigned
            rbieniek Rainer Bieniek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: