> "[EMAIL PROTECTED]" <f> writes:
>
> > Hi,Name
> > after try to compile the stable relase 1.4.1 on my SuSE 7.1, with many compilation
>trouble, i've found that the snaps compile a lot better, the snaps i've compile is
>CVS200108280202.
> > But after the installation if I try to access to the asgard I got a file not
>found, maybe is a problem of this snap, I've installed another snap 3 days ago at
>home and everthing is running, but here at work there is this problem, how can work
>on it?
>
> Check that the ip address in apache virtual host configuration and
> 'name' in 'host' table in the midgard db match. For example, if
> you have 127.0.0.1 in the vhost conf and 'localhost' as the name
> in db, you can only connect from localhost. Also see that 'online'
> is set to '1' and port is right in the db tables.
infact the ip address of the vhost and the address in the db weren't the same, i've
changed that but it doesn't work again...
this is my configuration of vhost in midgarda-data.conf
[...]
VirtualHost 192.168.33.1:80
<VirtualHost 192.168.33.1:80>
MidgardEngine On
ServerName 192.168.33.1
Port 80
[...]
and the content of the db is
+----+----------------+------+-------+------+-------+------+--------+---------------------+-----------+
| id | name | root | style | info | owner | port | online | prefix
| | sitegroup |
+----+----------------+------+-------+------+-------+------+--------+---------------------+-----------+
| 1 | 192.168.33.1 | 5 | 1 | auth | 0 | 80 | 1 | /admin
| | 0 |
| 2 | 192.168.33.1 | 16 | 2 | | 1 | 80 | 1 | /example
| | 0 |
| 3 | 192.168.33.1 | 4 | 3 | auth | 0 | 80 | 1 | /asgard
| | 0 |
| 4 | 192.168.33.1 | 4 | 4 | auth | 0 | 80 | 1 | /asgard/framed
| | 0 |
| 5 | 192.168.33.1 | 4 | 5 | auth | 0 | 80 | 1 | /asgard/framed/top
| | 0 |
| 6 | 192.168.33.1 | 4 | 6 | auth | 0 | 80 | 1 |
|/asgard/framed/main | 0 |
+----+----------------+------+-------+------+-------+------+--------+---------------------+-----------+
this seems right to me, any help?
bye Fabio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]