> > > And I am not sure but midgard needs name VitualHost defined > > > > in that section in host table. > > > > So Virtual Host should be bajan.cricalix.net. > > mysql> select id,name,port,online,prefix from host; > +----+--------------------+------+--------+---------------------+ > | id | name | port | online | prefix | > +----+--------------------+------+--------+---------------------+ > | 1 | bajan.cricalix.net | 8181 | 1 | /admin | > | 2 | bajan.cricalix.net | 8181 | 1 | /example | > | 3 | bajan.cricalix.net | 8102 | 1 | /asgard | > | 4 | bajan.cricalix.net | 8102 | 1 | /asgard/framed | > | 5 | bajan.cricalix.net | 8102 | 1 | /asgard/framed/top | > | 6 | bajan.cricalix.net | 8102 | 1 | /asgard/framed/main | > +----+--------------------+------+--------+---------------------+ > > The example says to use port 80 for the main port, but I can't do that - > I've got another server running on port 80... hence 8181.
Did You set up Virtul host for that name? You may use port 80. I won't affect to other host. You may have 100 hosts on port 80. Prefix here is very usefull. And of cource important thing is set MidgardEngine ON in defined Virtual host. I guess Your Virtual Host should looks like this for these host table entries: <VirtualHost bajan.cricalix.net:8102> Port 8102 MidgardEngine on ServerName bajan.cricalix.net MidgardBlobDir /usr/local/apache/htdocs/blobs php_value magic_quotes_gpc off php_value magic_quotes_runtime off </VirtualHost> Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
