Hi, At mysql do:
Update host set name='dev2.pi.local', port='80'; This should make midgard happy for a start. Later on you might want to switch back to using aegir at port 8001... Oh and you should configure Apache to listen on the selected ports.. In Apache2 you may edit Listen.conf to have Listen 80 Listen 443 (if you want ssl) Listen 8001 (for aegir staging port) You may alternatively set those directives in your vhost config, but take care not to define the Listen-Directive twice... > httpd -S gives: > > [Mon May 16 17:08:53 2005] [warn] NameVirtualHost *:0 has no > VirtualHosts Look: ^^^^^^^^^^^^^^^^^^^^ For a start: if you define a NameVirtualHost *:0 You should also have a VirtualHost *:0 > VirtualHost configuration: wildcard > NameVirtualHosts and _default_ servers: > *:80 is a NameVirtualHost > default server dev2.pi.local > (/usr/local/etc/midgard/apache/vhosts/dev2.pi.local_80:2) > port 80 namevhost dev2.pi.local > (/usr/local/etc/midgard/apache/vhosts/dev2.pi.local_80:2) > Syntax OK > > > select * from host gives me (abbreviated): > > +----+---------------------+------+-------+------+-------+---- > --+------ > id | name | root | style | info | owner | port |prefix > +---------------------+------+-------+------+-------+------+------ > 1 | localhost | 4 | 5 | | 1 | 8001 |/aegir > 2 | localhost | 20 | 6 | | 1 | 8001 > |/attachment/0 > 3 | devel.aegir-cms.org | 45 | 7 | | 2 | 80 |/sample > 4 | devel.aegir-cms.org | 49 | 6 | | 0 | 8001 | /mole > 5 | localhost | 50 | 8 | | 0 | 0 | > 6 | localhost | 50 | 10 | | 5 | 80 > |/midgard > 7 | localhost | 57 | 12 | auth | 0 | 80 > |/spider-admin > 8 | localhost | 60 | 14 | auth | 0 | 80 > |/spider-admin/attachment/0 Good Luck, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
