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
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
Can you help me?
Thank you
MAriana Lopes
Emiliano wrote:
> Mariana Martins Lopes wrote:
>
> > > > When watching error_log, I got the following:
> > > >
> > > > [alert] httpd: Could not determine the server's fully qualified domain name,
> > > > using 127.0.0.1 for ServerName
> > >
> > > Use a name, not an IP number for ServerName
> >
> > I'm using a name for ServerName on my httpd.conf file!!! Should I define
> > anywhere else?
>
> The above error is generated for the default ServerName, outside any
> virtualhost. You'll have to set that ServerName to something and I
> think the alert will go away.
>
> > > > [Mon Apr 9 17:29:13 2001] [error] VirtualHost midgardtest:8102 -- mixing *
> > > > ports and non-* ports with a NameVirtualHost address is not supported,
> > > > proceeding with undefined results
> > >
> > > Use explicit ports instead of '*' in your VirtualHost
> > > declarations.
> > >
> >
> > I'm using explicit ports:
>
> For all hosts? That's what I think the complaints are about.
>
> > Where can it be written anything about IP address 127.0.0.1 ?
>
> This I don't understand. Can you rephrase?
>
> Emile
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]