[ http://issues.apache.org/jira/browse/AXISCPP-229?page=all ] Fred Preston closed AXISCPP-229: --------------------------------
> Mistake in Windows Installation Guide > ------------------------------------- > > Key: AXISCPP-229 > URL: http://issues.apache.org/jira/browse/AXISCPP-229 > Project: Axis-C++ > Type: Bug > Components: Documentation > Versions: current (nightly) > Environment: Windows > Reporter: Roshan Weerasuriya > Fix For: 1.5 Alpha > > 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> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
