Webagent not coming up with HTTP Apache
search cancel

Webagent not coming up with HTTP Apache

book

Article ID: 187597

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite SITEMINDER

Issue/Introduction

When trying to start the webagent the following error is received:
 
httpd: Syntax error on line 150 of /etc/httpd/conf/httpd.conf: Cannot load /webagent directory/webagent/bin/libmod_sm22.so into server: /webagent directory/webagent/bin/libmod_sm22.so: cannot open shared object file: Permission denied

Environment

Release : 14.X

Component : IdentityMinder(Identity Manager)

Cause

SE Linux is not properly set or has been reset. 

Resolution

Update SE Linux configuration from enforcing to Permissive. 


# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=enforcing
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted


# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=PERMISSIVE
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

Location: /etc/selinux/
File: config

Additional Information