On Wed, Dec 12, 2001 at 03:51:59PM -0000, Jon wrote:
> 
> Hi
> 
> Finally worked out that I really had installed Nadmin properly ... but only found 
>problem when I typed in http://10.0.0.3(ip of
> machine)/nadmin/ ...and up it popped, arg!
> My question is that if I want to develop midgard off line (locally) within a network 
>environment why is it tha
> http://localhost/nadmin/ or http://localhost/asgard/ will not work? The apache.conf 
>ServerName is localhost, midgard-conf has
> 
> NameVirtualHost 10.0.0.3:80
> <VirtualHost 10.0.0.3:80>
This is because you restricted this virtual host only to 10.0.0.3 and
localhost (127.0.0.1) doesn't respond on this virtual host. Duplicate the
<VirtualHost> entry for 127.0.0.1 as well.

-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
                    Self-destruct in 5 seconds.  Have a nice day...

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

Reply via email to