"Peter Vines" <[EMAIL PROTECTED]> wrote: > When I try to connect to localhost:8001/aegir/ get the message could not > connect to remote server. > > My virtual host entry in reads > NameVirtualHost 192.168.1.5:80 > <VirtualHost _default_:*> > MidgardEngine On
My daughter try to put circle in the square :) You request localhost:8001 while You configured Virtual Host for 192.168.1.5:80. Follow Bergie mail and pay attention to configure host' port. If You need to request http://domain.com:8001/aegir You need: Apache conf file : Listen 8001 Listen 80 Midgard Vhost: <VirtualHost domain.com:8001> ServerName xxxxx Port 8001 MidgardEngine On bla bla </VirtualHost> Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
