Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2 Final
-
None
-
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>