Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
OK, thank you. I'll look into your suggestions. I do have a question about how default plays into this. Can default be views as just another virtual host? Currently, /sites-available/default looks like this: ServerAdmin webmas...@localhost DocumentRoot /var/www/

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread Eric Covener
On Tue, Jul 13, 2010 at 2:43 PM, John Hudak wrote: > results of apache2ctl -S are: You have > > apache2: Could not reliably determine the server's fully qualified domain > name, using ubuntuserver.homeunix.com for ServerName > [Tue Jul 13 14:26:22 2010] [warn] VirtualHost 2150sunshine.homeip.net:

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
results of apache2ctl -S are: apache2: Could not reliably determine the server's fully qualified domain name, using ubuntuserver.homeunix.com for ServerName [Tue Jul 13 14:26:22 2010] [warn] VirtualHost 2150sunshine.homeip.net:0overlaps with VirtualHost ubuntuserver.homeunix.com:0, the first has p

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread Eric Covener
On Tue, Jul 13, 2010 at 1:06 PM, John Hudak wrote: > Perhaps I have a rogue domain name running around somewhere.in some > config file... apache2ctl -S > So, the *only* place I should have the FQDNs that I want to serve are in my > site-enabled 'configuration file' that corresponds to each

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
I agree. with that observation..not finding virtual hostsI followed this example from the debian tutorials: http://www.debian-administration.org/articles/412 Changing the www.example.com, .net, .org to match my domain names. I created a file in /etc/apache2/conf.d/virtual.conf which contains

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread Tom Evans
On Tue, Jul 13, 2010 at 4:58 PM, John Hudak wrote: > Yes, that is what is causing me to scratch my headWhy is it looking for > '/htdocs' > > The log files in the /logs directory are there for each namebased domain.  I > assume apache put them there when I restarted apache because I did not

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
Yes, that is what is causing me to scratch my headWhy is it looking for '/htdocs' The log files in the /logs directory are there for each namebased domain. I assume apache put them there when I restarted apache because I did not (I just created the directories). The log files are empty.

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread Tom Evans
On Tue, Jul 13, 2010 at 3:39 PM, John Hudak wrote: > I just checked in apache2.confServerRoot "/etc/apache2" > That is where all the apache config information is located.  Doesn't > DocumentRoot dictate where the files to be served are located? > Thanks > J > Yep, it does. It was just somewha

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
I just checked in apache2.confServerRoot "/etc/apache2" That is where all the apache config information is located. Doesn't DocumentRoot dictate where the files to be served are located? Thanks J On Tue, Jul 13, 2010 at 10:34 AM, John Hudak wrote: > Hmmm, I don't know how to set ServerRoot

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
Hmmm, I don't know how to set ServerRoot-where is it? by vhost config do you mean what sites are in sites-available? if so, here it is: # Example.com (/etc/apache2/sites-available/www.example.com) # ServerAdmin webmas...@example.com ServerName www.example.com ServerAli

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread Tom Evans
On Tue, Jul 13, 2010 at 3:16 PM, John Hudak wrote: > I am having an issue where none of the three virtual websites I've created > are being served when requested. I basically followed the approach > documented here: > http://www.debian-administration.org/articles/412 > > I am running Ubuntu server

[us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
I am having an issue where none of the three virtual websites I've created are being served when requested. I basically followed the approach documented here: http://www.debian-administration.org/articles/412 I am running Ubuntu server 8.04 LTS. My router successfully forwards the incomming page r