[Geomoose-users] Help with Apache setting multiple websites on local machine

Ed Boesenberg, III boesiii at yahoo.com
Mon Aug 15 09:54:17 EDT 2011


Thanks Dan, that fixed it.

 

From: Dan Little [mailto:danlittle at yahoo.com] 
Sent: Friday, August 12, 2011 8:03 AM
To: Ed Boesenberg, III; Geomoose Support
Subject: Re: [Geomoose-users] Help with Apache setting multiple websites on
local machine

 

Crud, it's a Windows box. :)

 

Let's try a few simple versions first.  The directory entry looks fine.  But
let's first try setting up the basic virtual host:

 

<VirtualHost *:80>

 DocumentRoot "D:/ms4w/apps/ftmagisapp/htdocs"

</VirtualHost>

 

Restart Apache and see if you get any changes.

 

Also, do not fear the error.log and the access.log, they give you a much
better idea as to what Apache is doing!

 


  _____  


From: "Ed Boesenberg, III" <eboesenberg at niraengineers.com>
To: Geomoose Support <geomoose-users at lists.sourceforge.net>
Sent: Thursday, August 11, 2011 3:34 PM
Subject: [Geomoose-users] Help with Apache setting multiple websites on
local machine

I am trying to setup different websites for different clients.  First I
added "127.0.0.1        ftmagisapp" to my hosts file, then I created one
virtual host in the Apache conf file, see code below.

 

<Directory "D:/ms4w/apps/ftmagisapp/htdocs">

   Options Indexes FollowSymLinks MultiViews

   AllowOverride All

   Order allow,deny

   Allow from all

</Directory>

 

NameVirtualHost ftmagisapp:80

<VirtualHost ftmagisapp:80>

   DocumentRoot "/ms4w/apps/ftmagisapp/htdocs"

   ServerName ftmagisapp

   ServerAlias ftmagisapp

</VirtualHost>

 

I restarted Apache, typed the address "http://ftmagisapp/" into the IE
address bar and I get the directory listing for folder
D:\ms4w\Apache\htdocs.  Why is it going to that folder? 

 

Thanks,

 

Ed Boesenberg, III


----------------------------------------------------------------------------
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Geomoose-users mailing list
Geomoose-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geomoose-users



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20110815/cd4d2dcb/attachment.html


More information about the Geomoose-users mailing list