Mariana Martins Lopes <[EMAIL PROTECTED]> wrote:
> Hello again!
> Now I'm having another problem, but it's really strange...
>
> [Wed Apr 11 19:09:32 2001] [debug]
> /home/mariana/midgard/mod_midgard-1.4/mod_midgard.c(1221): [client 192.168.118.146]
> Midgard: host record for midgardtest:80 not found
This is a midgard message, this means that the name midgardtest is not present in the
database.
To update it, run the following query on the midgard DB:
UPDATE host set name='midgardtest' WHERE prefix='/admin';
> But I do have that virtual host defined:
> <VirtualHost midgardtest:80>
> MidgardEngine on
> ServerAdmin [EMAIL PROTECTED]
> ServerName midgardtest
> MidgardBlobDir /var/www/blobs
> # Switch off magic quotes - it is required with Midgard
> php3_magic_quotes_gpc off
> php3_magic_quotes_runtime off
> </VirtualHost>
>
> Then, in the next line of the Apache's error_log, I get:
>
> [Wed Apr 11 19:09:32 2001] [error] [client 192.168.118.146] File does not exist:
> /usr/htdocs/admin
yes, Midgard gives control back to apache if the host is not declared in the database.
> Can you help me?
> Thank you
> MAriana Lopes
>
--
Best regards, David Guerizec
http://www.guerizec.net/david/ http://www.imuable.org/
http://www.midgard-project.org/ http://www.aurora-linux.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]