Hi, Thanks for the reply

I looked in my httpd.conf for the include and found
this line:
Include /usr/local/etc/midgard/apache/httpd.conf

I opened that file and found:
LoadModule midgard_module
/usr/lib/httpd/modules/midgard-apache2.so
NameVirtualHost *:80
Include /usr/local/etc/midgard/apache/vhosts/*

I then opened this file:
/usr/local/etc/midgard/apache/vhosts/midgardcms_80

and found this in it(with alot of other things):
DocumentRoot
/var/local/lib/midgard/vhosts/midgardcms/80

I then went to
/var/local/lib/midgard/vhosts/midgardcms/80 and found
nothing in the directory.

Is this correct? I still can't access
http://midgardcms/midgard or http://midgardcms/aegir. 
I get this message from Mozilla "www.midgardcms.com
could not be found".  Why is it adding www. and .com?

I am also attaching a listing of my host table.

Thanks for any help!
--- med <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> > It said that it created it
> > fine and that I could get to it with this URL 
> > http://midgardcms/midgard.  When I try to 
> > access the URL it 
> > is not found.  I looked for these directories 
> > /etc/midgard/apache/vhosts/hostname_port  
> > /var/lib/midgard/vhosts/ and could not find them.
> 
> The exact path for your vhost directive depends...
> You can search your httpd.conf for the include
> command if you want.
> More probably, a look into the host table in midgard
> db will reveal
> more.
> Do:
> --snip--
> $> mysql midgard -umidgard -pmidgard
> $mysql> select * from host;
> --snap--
> Please take a look if yor host, prefix and
> especially PORT are set
> correctly there.
> You may have to change either apache's
> Listen-directive or the port in
> the midgard-table.
> If you just want to explore midgard, aegir, midcom
> and all the other
> cool things and do'nt have a production system
> running, you can just
> switch the port to 80 for all hosts in the table by
> doing:
> $mysql> update host set port='80';
> 
> Now you should be able to access 
> - the start page for midcom at
> http://midgardcms/midgard
> - aegir at http://midgardcms/aegir
> And so on...
> 
> Hope that helps,
> 
> Alex
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 

Attachment: host
Description: 3772488922-host

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

Reply via email to