[EMAIL PROTECTED] wrote:
That was the answer!  I rewrote the .htaccess as suggested in your message,
and was able to view the graphics on the Midgard-Lite banner page.  I was
also to successfully access the Asgard, Old Midgard Admin, and SpiderAdmin
applications.  However, I cannot access the Aegir CMS application.

With Aegir, I am able to view the log in screen.  I used the default user
name and password from the INSTALL document:

Company: System Administrator
Username: admin
Password: password

On the next URL: http://www.midgard-lite.test/aegir/frameset/, I recieve
the following error messages:

Warning: fopen(/dev/urandom): failed to open stream: No such file or
directory in C:\Program Files\Apache
Group\Apache2\htdocs\MidgardLite\cache\Nemein_Authentication%2FClasses on
line 27

Hmm, either Aegir has very old version of nemeinauth (there should be error suppressing around the random device opening [and in the CVS version there is even a fallback system based on mersenne twister]) or the error suppression does not work properly under windows PHP, however the second error on fread for all purposes confirms that it's not checked whether we could open the stream before we try to read it, which points to ancient version of the authentication module.


Anyways if I remember correctly Aegir has also other *nix dependencies (and MidgardLite doesn't implement some of the more obscure APIs that Aegir might use) so it propably will not work in MidgardLite or under Windows.

/Rambo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to