Vhost Config issues

Ryan Schmidt ryandesign at macports.org
Fri Sep 3 03:39:48 PDT 2010


On Sep 3, 2010, at 05:30, Jasper Frumau wrote:

> httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName

> But now when I go to http://dev-wordpress.com/ I do get to my Wordpress setup, so why the warning?

I think because you did not specify any ServerName in your default vhost, and Apache could not figure it out because there was not a DNS reverse entry available for your IP address.

On Sep 3, 2010, at 04:48, Jasper Frumau wrote:

> <VirtualHost *:80>
>     ServerAdmin webmaster at dummy-host.example.com
>     DocumentRoot "/opt/local/www/"
> #    ServerName dummy-host.example.com
> #    ServerAlias www.dummy-host.example.com
> #    ErrorLog "logs/dummy-host.example.com-error_log"
> #    CustomLog "logs/dummy-host.example.com-access_log" common
> </VirtualHost>

So specify some server name in this vhost, for example "ServerName localhost"



More information about the macports-users mailing list