[thelist] Virtualhosts on Windows apache

js js at 12frogs.com
Sun Apr 25 16:46:08 CDT 2004


On Apr 25, 2004, at 5:22 PM, PeterV wrote:

> Hi,
> I have installed Apache on my Win XP machine.
>
> My hosts file settings and httpd.conf settings are below. I am trying 
> to
> get some virtual domains going, but it doesn't seem to work.
>
> What I see:
> ===========
> http://localhost works.
> http://127.0.0.1 works as well.
> http://taxomita.dev does not work, and it should...
>

http://dev.taxomita.com/ works, though

> If I open a commandline:
> Ping localhost works
> Ping taxomita.dev does not work, and it should...
>
> Any ideas on where to start debugging would be very welcome! I'm still 
> a
> beginner at this... I don't even know what that ping information really
> means...
>
> My settings:
> ===========
> Hosts file:
>
> 127.0.0.1       taxomita.dev
> 127.0.0.1       localhost
> # Start of entries inserted by Spybot - Search & Destroy
> 127.0.0.1       images.real.com
> 127.0.0.1       real.com
> 127.0.0.1       ct5.hypercount.com
> ....
>
> Httpd.conf file: (relevant settings)
>
> BindAddress *
> Port 80
> ServerName localhost
> DocumentRoot "C:/"
> Listen 80
> Listen 9000
> NameVirtualHost *
> <VirtualHost *>
>     ServerAdmin peter at poorbuthappy.com
>     DocumentRoot C:/testapache/taxomita.dev/
>     ServerName taxomita.dev
>     ErrorLog logs/tgc_error
>     CustomLog logs/tgc_access common
> </VirtualHost>
> <VirtualHost *>
>     ServerAdmin peter at poorbuthappy.com
>     DocumentRoot C:/testapache/
>     ServerName localhost
>     ErrorLog logs/tgc_error
>     CustomLog logs/tgc_access common
> </VirtualHost>
>
>
>
> Thanks!
> Peter
>
>
>
>
> -- 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>



More information about the thelist mailing list