If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > HTTP Informix server administration - HOW TO LOGIN?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-25-02, 03:03
Steve Steve is offline
Registered User
 
Join Date: Aug 2002
Location: Kurva
Posts: 10
HTTP Informix server administration - HOW TO LOGIN?

Dear Friends!

We have IBM AIX server with Informix 9.21 uc 5.
MY pc is connected to internet via proxy server
We have also ISA Installed, when I run it:

/usr/informix/isa/sbin/isactl start

it seems to be running ok,

in httpd.conf I have set port 1111,

the problem is, when I go to my PC, open
explorer and type in address:
(I have set in explorer settings not to use proxy to access my informix server)


http://ip of my server:1111 , Iīm getting the dialog:

ENTER NETWORK PASSWORD:

I will enter right login for INFORMIX user and password,
but server donīt accept it, after three tries I will get message:



Authorization Required
This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

What could be the problem? Could it be because of proxy?
Do I need to set the proxy to httpd.conf?

Or another problem?

Thanx
Reply With Quote
  #2 (permalink)  
Old 11-25-02, 09:41
thedafna thedafna is offline
Registered User
 
Join Date: Oct 2002
Posts: 52
correct!
on the informix server
Change to the directory containing Apache cd "\ISA\httpd\Apache".
Execute: bin\htpasswd -c conf\passwd informix
Password: your_password (twice).

Hope I helped
Dafna
Reply With Quote
  #3 (permalink)  
Old 11-26-02, 02:50
Steve Steve is offline
Registered User
 
Join Date: Aug 2002
Location: Kurva
Posts: 10
ThanK You very MUCH! It WORKS!

But here is another question!

How to add to my ISA another servers, which also run
the same IBM AIX and INFORMIX?

I can ping them from my server, everything seems to be already configured, but ISA doesnīt know them

I think, this things are needed:

1.in usr/informix/etc/sqlhosts I must have other remote servers
-- I have checked them, they are there

2. in /etc/hosts must be other servers
-- I have checked it, they are

3. /etc/services
-- Iīm not sure about this, what should be here, should be there servernames and ports? in what format?

4. /etc/hosts.equiv
-- I have checked it, there are my servers, it is ok


5. Adding a servers in ISA CONFIG:


this one works:

INFORMIXSERVER myserver
INFORMIXDIR /usr/informix
ONCONFIG onconfig
END

this one not - how to configure remote server?
I think it is wrong format, how to input onconfig of remote server?
(that remote server has itīs own onconfig when I login to it from telnet)


INFORMIXSERVER remote_server
INFORMIXDIR remote_server:/usr/informix
ONCONFIG remote_server:/usr/informix/etc/onconfig
END


ThanX
Steve
Reply With Quote
  #4 (permalink)  
Old 11-26-02, 06:56
thedafna thedafna is offline
Registered User
 
Join Date: Oct 2002
Posts: 52
Never tryed this but as far as I understand you need to install ISA server or component on every INFORMIX server.

Dafna
Reply With Quote
  #5 (permalink)  
Old 11-26-02, 18:40
AdamG AdamG is offline
Registered User
 
Join Date: Nov 2002
Posts: 6
ISA ...

After some struggling with configuration of my IDS, finally, I managed to install ISA Version 1.41 and get it working well enough to use it for testing software I develop

As I can see, after logging as Informix admin into ISA web page, there is a option to add local server and remote servers also. I added my local server just through ISA web page and it works fine.

The "add server..." option is visible only when you log in as an admin, I do not know your configuration but I know this a pain in a.... to get all things working together, specially when you are short of time

Good luck!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On