Operating System - HP-UX
1753839 Members
8854 Online
108806 Solutions
New Discussion юеВ

Re: How to disable apache dependence on ace server

 
Dermot Beirne
Frequent Advisor

How to disable apache dependence on ace server

Hi
I have two hpux boxes, one is 11 the other 10.20.
The 11 box is running apache, and the 10.20 box is running an ACE securid server.
The 10.20 box is being permanently removed, however, the apache server will not start on the 11.0 box unless the ACE server is running, and I cannot find out how/where this dependency is configured so i can disable it.
We are using apache 1.3.12. If I stop the ACE server running on the 10.20 box, and do a "apachectl startssl" on the 11 box, i get the following error in the /opt/apache/adm/error_log
"[error] SecurID: could not initialize client-server communications (using VAR_ACE=/var/ace/sdconf.rec)"
and the httpd server will fail to start.
I cannot find a reference to the sdconf.rec file in my httpd.conf file, or understand where this link is made.
Can anyone help me with this? I need to keep apache running, but no longer need the ACE authentication.

Thanks,
Dermot.
Happy is harder than money. Anyone who thinks money will make them happy, doesn't have money.
5 REPLIES 5
Tony Berry
Valued Contributor

Re: How to disable apache dependence on ace server

Did you carefully check the LoadModule section of your httpd.conf? Are you positive the httpd.conf file is the same one that the running Apache is using? The swinstall installation sticks most of the files in /opt/apache, but most people create links to maintain some cross-compatibility with the standard Apache install method. Did you specify a separate https.conf file elsewhere? Did you check the various authentication methods being used by the system (/etc/pam.conf)?
Unix is boss.
Steven E. Protter
Exalted Contributor

Re: How to disable apache dependence on ace server

Shalom,

apache will need to be reconfigured to stop using the ACE server.

Take a look at httpd.conf and you will probably see some references that you won't find the apache website.

The httpd.conf file is human readable.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dermot Beirne
Frequent Advisor

Re: How to disable apache dependence on ace server

Tony:
There are several httpd.conf files on the machine, and the one i think apache is using has no LoadModule section in use. I have googled for ages, and cannot find out how to determine the httpd.conf file that apache is using, other than the fact it is specified at compile time. Seems strange that once it's compiled, there is no way of finding out afterwards.
Can you tell me how to find out for sure which httpd.conf file is the live one.

Steven,
I have looked through all the httpd.conf files on the machine, and none of them specify the loading of the mod_securid module which from research i believe is the module in question.
I can post the httpd.conf file once I can determine for sure which one is being used.

Dermot.
Happy is harder than money. Anyone who thinks money will make them happy, doesn't have money.
Steven Schweda
Honored Contributor

Re: How to disable apache dependence on ace server

You can rename all the httpd.conf files which
you think are not being used, which will make
sure that they're not used. Just be sure
you've found them all, and remember to what
you change the name(s).
Dermot Beirne
Frequent Advisor

Re: How to disable apache dependence on ace server

Steven,
Excellent point! I tried renaming the first one that i suspected was the live one, and the apache server failed to start! So now i know the correct one.
The next stage is to identify what is tying it to the ace server.
I have extracted part of my httpd.conf file here in the hope that someone can spot a dependency setting.

This section is the SSL portion, which is the only part that seems to have anything to do with security. I am now going to start researching ssl config in apache, as i don't understand it myself at the moment.

Dermot.
Happy is harder than money. Anyone who thinks money will make them happy, doesn't have money.