[ http://issues.apache.org/jira/browse/AXISCPP-146?page=all ] Fred Preston closed AXISCPP-146: --------------------------------
> Extension to Apache2 Configuration to remove need of AXIS_HOME environment > variable > ----------------------------------------------------------------------------------- > > Key: AXISCPP-146 > URL: http://issues.apache.org/jira/browse/AXISCPP-146 > Project: Axis-C++ > Type: Improvement > Components: Server - General > Versions: 1.2 Final > Reporter: Rainer Bieniek > Attachments: diff-axis-c-20040902 > > 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> -- 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
