-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 5.0.0.0
-
Fix Version/s: None
-
Component/s: Web Agents
-
Labels:
-
Environment:Ubuntu14.0.4 apache 22
-
Target Version/s:
The installer does not change the permissions on the agent files when we install
web-agents-5.0.0-M19-Apache_v22_Linux_64bit.zip
To recreate:
1) Set up Openam
2) Download the agent and install using cli
3) Start Apache
When we try to start Apache it fails. The problem is that the permissions for the agent conf file does not get set properly since the installer does not recognise that the User and Group are set by environmental variables.
Work-around is to set the permissions on the conf file file manually.
# These need to be set in /etc/apache2/envvars User ${APACHE_RUN_USER} Group ${APACHE_RUN_GROUP}