Announcements

SecurID® Discussions

Browse the SecurID discussion board to get product help and collaborate with other SecurID users.
AliTariq1
Beginner
Beginner

Web Server Too Busy

Jump to solution

Hi,

 

I have Apache 2.4 installed on RedHat 7 with RSA WebAgent_80_Apache24_RHEL_64.

When I try to authenticate user via ./acetest I get an error

Access Denied

while on RSA Auth Activity monitor authentication success log is generated.

 

If I access Web server from browser I get following error:

106: The Web Server is Busy. Please try again later.

I followed the attached guide to install the web agent, Apache is installed in Event mode.

 

 I would really appreciate the help for resolving this issue.

Thanks.

Labels (1)
0 Likes
1 Solution

Accepted Solutions
HANSJOACHIMWEBE
Beginner
Beginner

I had same Problem.

 

Red Hat Version 7.4

Apache Version 2.4.6  (mpm_Prefork)

After installed Web Agent 8.0 The Webagent was working perfekt.

But after reboot it doesnt work any more.

 

After installing Webagent.

I did following things , which works for me.

 

1. This Parameter is not written in Installationguide

Editing  file

/etc/sysconfig/httpd

insert line

USEUDP_ENV_VAR=true

 2.

cd  / usr/lib/systemd/system

you will find  --> rpcbind.Service

on Prompt   start  

systemctl enabled rpcbind.Service

 

3. RebootServer.

 

Webagent will work

 

greetings

Hajo

 

 

Would be fine if RSA will correct Installationguide for Agent 8.0 for Web  for Apache Server Installation

View solution in original post

0 Likes
2 Replies
ChristopherSalv
Employee
Employee

On the /var/ace folder let me know what permissions look like for both. Should be 755 for the ace folder. Also what files are currently in that folder now? 

 

Run the env command and post the results

0 Likes
HANSJOACHIMWEBE
Beginner
Beginner

I had same Problem.

 

Red Hat Version 7.4

Apache Version 2.4.6  (mpm_Prefork)

After installed Web Agent 8.0 The Webagent was working perfekt.

But after reboot it doesnt work any more.

 

After installing Webagent.

I did following things , which works for me.

 

1. This Parameter is not written in Installationguide

Editing  file

/etc/sysconfig/httpd

insert line

USEUDP_ENV_VAR=true

 2.

cd  / usr/lib/systemd/system

you will find  --> rpcbind.Service

on Prompt   start  

systemctl enabled rpcbind.Service

 

3. RebootServer.

 

Webagent will work

 

greetings

Hajo

 

 

Would be fine if RSA will correct Installationguide for Agent 8.0 for Web  for Apache Server Installation

0 Likes