AW: Midgard Install

"med" <[email protected]>
Newsgroups gmane.comp.web.midgard.user
Message-ID <000001c565fa$e87db8f0$fe7aa8c0@miststueck>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.