Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-07 Thread Norman Peelman
Joseph Morgan wrote: Well, actually I have... but my stupid email client is trying to interpret the VirtualHost tags as HTML in the email... and therefore the VirtualHost stanzas aren't visible in the email text So, imagine that the VirtualHost blocks are correctly there. Ok, if that is the

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-07 Thread Joseph Morgan
Well, actually I have... but my stupid email client is trying to interpret the VirtualHost tags as HTML in the email... and therefore the VirtualHost stanzas aren't visible in the email text So, imagine that the VirtualHost blocks are correctly Norman Peelman wrote: > Rob wrote: >> It Need

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-07 Thread Joseph Morgan
Well, actually I have... but my stupid email client is trying to interpret the VirtualHost tags as HTML in the email... and therefore the VirtualHost stanzas aren't visible in the email text So, imagine that the VirtualHost blocks are correctly there. Krist van Besien wrote: > On Wed, Jan

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-07 Thread Norman Peelman
Joseph Morgan wrote: Jim here is my changed httpd.conf file: NameVirtualHost * # = ServerAdmin ad...@prosportsresumes.com DocumentRoot G:/webroot/htdocs/ProSportsResumes ServerName www.ProSportsResumes.com #

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-07 Thread Norman Peelman
Rob wrote: It Needs to look something like this: http://127.0.0.1:80>> ServerAdmin ad...@prosportsresumes.com DocumentRoot G:/webroot/htdocs/ProSportsResumes ServerName www.ProSportsResumes.com 127.0.0.1 should be ur serv

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Krist van Besien
On Wed, Jan 7, 2009 at 5:16 AM, Joseph Morgan wrote: > Jim here is my changed httpd.conf file: > > NameVirtualHost * > > # > = > > ServerAdmin ad...@prosportsresumes.com > DocumentRoot G:/webroot/htdocs/ProSportsRe

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Joseph Morgan
Jim here is my changed httpd.conf file: NameVirtualHost * # = ServerAdmin ad...@prosportsresumes.com DocumentRoot G:/webroot/htdocs/ProSportsResumes ServerName www.ProSportsResumes.com #

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Joseph Morgan
Thanks, Jim. I assume you have something similar to an index.html in each document root? I actually tried using the NameVirtualHost *, but it didn't change a thing. Apache still served the first virtual host (and poorly at that) in the list. Someone has suggested to use 127.0.0.1:80, and th

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Jim Walls
Joseph Morgan wrote: I am having a problem configuring virtual hosts on my Apache 2.2.6 server. Apache ALWAYS serves up the first virtual host regardless of the actual host requested. Well, that does not look close to my Virtual Hosts section of my httpd.conf - excerpted here: NameVirtualHos

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Joseph Morgan
Well, that seems to have done something, as now no virtual host is working it is serving up a default HTML page at the base of the document root. So, for example, my directory structure is: g:/webroot/htdocs/web_sites With this change, it is now serving up g:/webroot/htdocs/index.html S

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Rob
It Needs to look something like this: ServerAdmin ad...@prosportsresumes.com DocumentRoot G:/webroot/htdocs/ProSportsResumes ServerName www.ProSportsResumes.com 127.0.0.1 should be ur servers ip On Wed, Jan 7, 2009 at 4:24 PM, Joseph Morgan wrote: > I am

[us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Joseph Morgan
I am having a problem configuring virtual hosts on my Apache 2.2.6 server. Apache ALWAYS serves up the first virtual host regardless of the actual host requested. Here is the small snippet from my http.conf file (just so you know I did it, but please, if something is wrong...): # Virtual hos