[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question for you network/DNS/Apache gurus;



Hi John,

please don't Cc people on the list unless they explicitly ask for it.
Thanks.

John W. Foster:
> On Wed, 2013-10-16 at 10:02 -0500, John W. Foster wrote: 
>
>> the site under construction is www.physicswiki.net
>> the numerical address is 192.65.240.181
>> the default 'sites-available file is

As someone else pointed out first: fix your DNS entries first.

>>> <VirtualHost *:80>
>>> 	ServerAdmin webmaster@localhost
>>> 
>>> 	ServerName www.physicswiki.net
>>> 	ServerAlias quark.physicswiki.net	

Looks good. Is "default" actually enabled? Run 'a2ensite default' to
make sure it is.

> I also just tried adding the actual IP address to the apache config as 
> Listen NameVirtualHost 192.65.240.181:80 in apache.conf

This looks wrong. You need

Listen 192.65.240.181:80
NameVirtualHost 192.65.240.181:80

J.
-- 
My drug of choice is self-pity.
[Agree]   [Disagree]
                 <http://www.slowlydownward.com/NODATA/data_enter2.html>

Attachment: signature.asc
Description: Digital signature


Reply to: