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

Mistake in Windows Installation Guide

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • current (nightly)
    • 1.5 Alpha
    • Documentation
    • None
    • Windows

    Description

      In the Windows Installation Guide the section under the topic "Installation with Apache 1.3.X/2.X web server" has the following entry.

      LoadModule axis_module modules/AXISMODULE
      <Location/axis>
      SetHandler axis
      </Location>

      The above line 2 has a mistake. There needs to be a space after 'Location'.

      It should be corrected as following.

      LoadModule axis_module modules/AXISMODULE
      <Location /axis>
      SetHandler axis
      </Location>

      Attachments

        Activity

          People

            Unassigned Unassigned
            roshan W.M. Roshan Weerasuriya
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: