<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Crud, it's a Windows box. :)</div><div><br></div><div>Let's try a few simple versions first. &nbsp;The directory entry looks fine. &nbsp;But let's first try setting up the basic virtual host:</div><div><br></div><div>&lt;VirtualHost *:80&gt;</div><div>&nbsp;DocumentRoot "D:/ms4w/apps/ftmagisapp/htdocs"</div><div>&lt;/VirtualHost&gt;</div><div><br></div><div>Restart Apache and see if you get any changes.</div><div><br></div><div>Also, do not fear the error.log and the access.log, they give you a much better idea as to what Apache is doing!</div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div style="font-size: 10pt; font-family: arial, helvetica, sans-serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2"
 face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> "Ed Boesenberg, III" &lt;eboesenberg@niraengineers.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Geomoose Support &lt;geomoose-users@lists.sourceforge.net&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, August 11, 2011 3:34 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [Geomoose-users] Help with Apache setting multiple websites on local machine<br></font><br><div id="yiv502094982">


 
 
<style>
<!--
#yiv502094982  
 _filtered #yiv502094982 {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;}
 _filtered #yiv502094982 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
#yiv502094982  
#yiv502094982 p.yiv502094982MsoNormal, #yiv502094982 li.yiv502094982MsoNormal, #yiv502094982 div.yiv502094982MsoNormal
        {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"sans-serif";}
#yiv502094982 a:link, #yiv502094982 span.yiv502094982MsoHyperlink
        {color:blue;text-decoration:underline;}
#yiv502094982 a:visited, #yiv502094982 span.yiv502094982MsoHyperlinkFollowed
        {color:purple;text-decoration:underline;}
#yiv502094982 span.yiv502094982EmailStyle17
        {font-family:"sans-serif";color:windowtext;}
#yiv502094982 .yiv502094982MsoChpDefault
        {}
 _filtered #yiv502094982 {margin:1.0in 1.0in 1.0in 1.0in;}
#yiv502094982 div.yiv502094982Section1
        {}
-->
</style>



 

<div class="yiv502094982Section1">

<div class="yiv502094982MsoNormal">I am trying to setup different websites for different
clients.&nbsp; First I added "127.0.0.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ftmagisapp" to my hosts
file, then I created one virtual host in the Apache conf file, see code below.</div> 

<div class="yiv502094982MsoNormal"> &nbsp;</div> 

<div class="yiv502094982MsoNormal">&lt;Directory "D:/ms4w/apps/ftmagisapp/htdocs"&gt;</div> 

<div class="yiv502094982MsoNormal">&nbsp;&nbsp; Options Indexes FollowSymLinks MultiViews</div> 

<div class="yiv502094982MsoNormal">&nbsp;&nbsp; AllowOverride All</div> 

<div class="yiv502094982MsoNormal">&nbsp;&nbsp; Order allow,deny</div> 

<div class="yiv502094982MsoNormal">&nbsp;&nbsp; Allow from all</div> 

<div class="yiv502094982MsoNormal">&lt;/Directory&gt;</div> 

<div class="yiv502094982MsoNormal"> &nbsp;</div> 

<div class="yiv502094982MsoNormal">NameVirtualHost ftmagisapp:80</div> 

<div class="yiv502094982MsoNormal">&lt;VirtualHost ftmagisapp:80&gt;</div> 

<div class="yiv502094982MsoNormal">&nbsp;&nbsp; DocumentRoot "/ms4w/apps/ftmagisapp/htdocs"</div> 

<div class="yiv502094982MsoNormal">&nbsp;&nbsp; ServerName ftmagisapp</div> 

<div class="yiv502094982MsoNormal">&nbsp;&nbsp; ServerAlias ftmagisapp</div> 

<div class="yiv502094982MsoNormal">&lt;/VirtualHost&gt;</div> 

<div class="yiv502094982MsoNormal"> &nbsp;</div> 

<div class="yiv502094982MsoNormal">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.&nbsp;
Why is it going to that folder? </div> 

<div class="yiv502094982MsoNormal"> &nbsp;</div> 

<div class="yiv502094982MsoNormal">Thanks,</div> 

<div class="yiv502094982MsoNormal"> &nbsp;</div> 

<div class="yiv502094982MsoNormal">Ed Boesenberg, III</div> 

</div>

 


</div><br>------------------------------------------------------------------------------<br>Get a FREE DOWNLOAD! and learn more about uberSVN rich system, <br>user administration capabilities and model configuration. Take <br>the hassle out of deploying and managing Subversion and the <br>tools developers use with it. <br><a href="http://p.sf.net/sfu/wandisco-dev2dev" target="_blank">http://p.sf.net/sfu/wandisco-dev2dev</a><br>_______________________________________________<br>Geomoose-users mailing list<br><a ymailto="mailto:Geomoose-users@lists.sourceforge.net" href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br><br><br></div></div></blockquote></div></div></body></html>