> > I was able to get the system > > to prompt me for a password when attempting to access the admin page. > > However once I entered the username and password the system tried > > accessing the internal IP address instead of the real internet IP address. > > Hmmm... could be that the internal server keyed on it's IP address > (depends on what you have set in the 'name' field in the host table) > and it's sending a redirect. You will want to use the forced naming > trick I suggested before, or one of the better alternatives others > will inevitably suggest :)
Set UseCanonicalName ON in httpd.conf. Set the ServerName in httpd.conf to be www.host.com, and name of the host in midgard to 'www.host.com' to. don't use IP addresses, there. If you really want to use the IP addresses too, set the as ServerAlias 192.168.x.x in httpd.conf. wkr, -- Envida http://www.envida.net/ Armand A. Verstappen Graadt van Roggenweg 328 [EMAIL PROTECTED] 3531 AH Utrecht tel: +31 (0)30 298 2255 Postbus 19127 fax: +31 (0)30 298 2111 3501 DC Utrecht --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
