| jroosen@sollogix.de 2005-08-26, 5:45 pm |
| Hi all,
I'm building a clustered search solution with QuickFinder.
I am running quickfinder in an active/active configuration means
quickfinder is running on every node. Indexes are exchanged between the
Nodes via QuickFinder Clusterfunctionality. Access is done via the
virtual ip-address of the file-ressource that is searched.
Authentication is mandatory and via https
I'm indexing local files and results-files are served in a secure manner
by apache. User and access rights are checked via mod_edir for apache.
Most things run fine. But now I have to realize that things doesn't work
with internet explorer. Firefox works fine.
The problem is that user personality is lost when searching with
InternetExplorer.
First I launch the searchpage, then I click on the signIn-button and
connect with my credentials. Then my name is listed above the SignOff
button.
When a do a query I get a resultpage that states that nothing is found.
Below this message is a link to the advanced search page. When I click
there, I can see the signIn-button on the left side with user public:-((((
When I do the same thing with firefox everything is fine.
When I do this with InternetExplorer but on the physical-node (not the
virtual cluster address) it works too.
What should I do? Anyone an idea?
|