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?
Part of httpd.conf:
<VirtualHost midgardtest>
        DocumentRoot /usr/local/opt/midgard/www
        ServerName midgardtest
        php3_magic_quotes_gpc off
        php3_magic_quotes_runtime off
</VirtualHost>

>
> > [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:

<VirtualHost midgardtest:8099>
    MidgardEngine on
    ServerName midgardtest
    # Switch off magic quotes - it is required with Midgard
DocumentRoot /usr/local/opt/midgard/www/midgard/images

    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
</VirtualHost>

<VirtualHost midgardtest:8102>
MidgardEngine on
ServerName midgardtest
MidgardBlobDir /var/www/blobs
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
</VirtualHost>

I don't understand:-(
Where can it be written anything about IP address 127.0.0.1 ?
Thank you!
Mariana



>
> Emile
>
> PS, When replying, please type your text interspersed with the
> (quoted & snipped for relevancy) original text. Reading from
> bottom to top is confusing.
>
> ---------------------------------------------------------------------
> 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]

Reply via email to