<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi Carlos,</div>

<div> </div>

<div>thank you for your answer!</div>

<div>I completely overlooked that there was a second ms4w folder. After uninstalling, it works.</div>

<div>By the way, I had to make no settings in the httpd.conf file of the Apache. So the descriptions in the geomoose tutorial are completely correct.</div>

<div>"http://localhost/geomoose2/geomoose.html" as well as "http://localhost/geomoose.html" point me to the geomoose demo.</div>

<div> </div>

<div>I really appreciate your help!</div>

<div> </div>

<div>Greetings, geograefin</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Freitag, 30. Januar 2015 um 20:40 Uhr<br/>
<b>Von:</b> "Carlos Ruiz" <boolean10001@yahoo.com><br/>
<b>An:</b> "geo.graefin@web.de" <geo.graefin@web.de>, "TC Haddad" <tchaddad@gmail.com>, "mapserver-users@lists.osgeo.org" <mapserver-users@lists.osgeo.org><br/>
<b>Betreff:</b> Re: [mapserver-users] change htdocs directory</div>

<div name="quoted-content">
<div style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-family: HelveticaNeue , Helvetica Neue , Helvetica , Arial , Lucida Grande , sans-serif;font-size: 13.0px;">
<div>TC,</div>

<div> </div>

<div id="yui_3_16_0_1_1422645714843_4209">If you want to change the root document path, then inside httpd.conf you must change the DocumentRoot value. MS4W has it like this:</div>

<div id="yui_3_16_0_1_1422645714843_4208"> </div>

<div id="yui_3_16_0_1_1422645714843_4207">DocumentRoot "/ms4w/Apache/htdocs"</div>

<div id="yui_3_16_0_1_1422645714843_4200"> </div>

<div id="yui_3_16_0_1_1422645714843_4199">So you could change it to</div>

<div id="yui_3_16_0_1_1422645714843_4198"> </div>

<div id="yui_3_16_0_1_1422645714843_4197">DocumentRoot "/ms4w/geomoose"</div>

<div id="yui_3_16_0_1_1422645714843_4196"> </div>

<div id="yui_3_16_0_1_1422645714843_4202">Then <a href="http://localhost/" id="yui_3_16_0_1_1422645714843_4189" target="_blank">http://localhost</a> will lead you to the /ms4w/geomoose contents. Remember always to restart the Apache service after modifying httpd.conf</div>

<div id="yui_3_16_0_1_1422645714843_4187"> </div>

<div id="yui_3_16_0_1_1422645714843_4205">If you want to add a path to be reached by an URL (i.e. http;//localhost/geomoose), then you have to create a file called "httpd_geomoose" inside the httpd.d directory with the following configuration:</div>

<div id="yui_3_16_0_1_1422645714843_4300"> </div>

<div id="yui_3_16_0_1_1422645714843_4309">Alias /geomoose "/ms4w/apps/geomoose/"<br/>
<br/>
<Directory "/ms4w/apps/geomoose2/htdocs/"><br/>
  AllowOverride None<br/>
  Options Indexes FollowSymLinks Multiviews<br/>
  Order allow,deny<br/>
  Allow from all<br/>
</Directory></div>

<div id="yui_3_16_0_1_1422645714843_4186"> </div>

<div id="yui_3_16_0_1_1422645714843_4358">Then restart Apache service. It is important that the file name starts with "httpd_", because Apache looks for this pattern when it starts to load its configuration.</div>

<div id="yui_3_16_0_1_1422645714843_4449"> </div>

<div id="yui_3_16_0_1_1422645714843_4448">Another thing you have to watch (I think this can be happening to you) is that if you add a slash to the alias in the httpd_xxx file (i.e. Alias /geomoose/), then you have to call the URL with the slash at the end, otherwise it doesn't work, you will receive the HTTP 1.1 404 error. That is why I prefeer to remove it from alias.</div>

<div id="yui_3_16_0_1_1422645714843_4393"> </div>

<div id="yui_3_16_0_1_1422645714843_4391">Try this !</div>

<div id="yui_3_16_0_1_1422645714843_4477"> </div>

<div id="yui_3_16_0_1_1422645714843_4389"> </div>

<div class="signature" id="yui_3_16_0_1_1422645714843_4151"><font id="yui_3_16_0_1_1422645714843_4392" size="2" style="font-weight: bold;color: rgb(0,96,191);font-family: verdana , helvetica , sans-serif;">Mtro. Carlos Ruiz</font></div>
 

<div id="yui_3_16_0_1_1422645714843_4161" style="font-family: HelveticaNeue , Helvetica Neue , Helvetica , Arial , Lucida Grande , sans-serif;font-size: 13.0px;">
<div id="yui_3_16_0_1_1422645714843_4160" style="font-family: HelveticaNeue , Helvetica Neue , Helvetica , Arial , Lucida Grande , sans-serif;font-size: 16.0px;">
<div id="yui_3_16_0_1_1422645714843_4159">
<hr size="1"/><font face="Arial" id="yui_3_16_0_1_1422645714843_4299" size="2"><b><span style="font-weight: bold;">From:</span></b> "geo.graefin@web.de" <geo.graefin@web.de><br/>
<b><span style="font-weight: bold;">To:</span></b> TC Haddad <tchaddad@gmail.com>; mapserver-users@lists.osgeo.org<br/>
<b><span style="font-weight: bold;">Sent:</span></b> Friday, January 30, 2015 12:10 PM<br/>
<b><span style="font-weight: bold;">Subject:</span></b> Re: [mapserver-users] change htdocs directory</font></div>

<div class="y_msg_container" id="yui_3_16_0_1_1422645714843_4162"> 
<div id="yiv1524397535">
<div id="yui_3_16_0_1_1422645714843_4166">
<div id="yui_3_16_0_1_1422645714843_4165" style="font-family: Verdana;font-size: 12.0px;">
<div id="yui_3_16_0_1_1422645714843_4164">
<div id="yui_3_16_0_1_1422645714843_4163">Unfortunately, it still does not work.</div>

<div id="yui_3_16_0_1_1422645714843_4167">"http://localhost" displays the ms4w start page, but "http://localhost/geomoose2/geomoose.html" is empty (error 404).</div>

<div> </div>

<div>Can you help me again? Thank you in advance!</div>

<div id="yui_3_16_0_1_1422645714843_4218"> 
<div id="yui_3_16_0_1_1422645714843_4217" style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"><b>Gesendet:</b> Freitag, 30. Januar 2015 um 18:11 Uhr<br/>
<b>Von:</b> "TC Haddad" <tchaddad@gmail.com><br/>
<b>An:</b> geo.graefin@web.de<br/>
<b>Betreff:</b> Re: Re: [mapserver-users] change htdocs directory</div>

<div id="yui_3_16_0_1_1422645714843_4216">
<div id="yui_3_16_0_1_1422645714843_4215">
<div id="yui_3_16_0_1_1422645714843_4214">
<div>
<div>
<div>Well, the URL you must use will have to contain the name of the alias that you put in http.d<br/>
 </div>
so if your alias is called "geomoose" then your URL would be<br/>
 </div>
<a href="http://localhost/geomoose/" target="_blank">http://localhost/geomoose/</a><br/>
 </div>
Here is the example http.d file that comes with Geomoose for MS4W web mercator demo (<a href="http://www.geomoose.org/downloads/GeoMOOSE-2.7.1-MS4W.zip" id="yui_3_16_0_1_1422645714843_4219" target="_blank">http://www.geomoose.org/downloads/GeoMOOSE-2.7.1-MS4W.zip</a>)<br/>
 </div>
-------------- fwd ----------------------- >>

<div id="yui_3_16_0_1_1422645714843_4222"><br/>
Alias /geomoose2/ "/ms4w/apps/geomoose2/htdocs/"<br/>
<br/>
<Directory "/ms4w/apps/geomoose2/htdocs/"><br/>
  AllowOverride None<br/>
  Options Indexes FollowSymLinks Multiviews<br/>
  Order allow,deny<br/>
  Allow from all<br/>
</Directory>
<div><br/>
------------------------------------------------<br/>
 </div>

<div>In this example the alias is called geomoose2, so the URL will be<br/>
<br/>
<a href="http://localhost/geomoose2/" target="_blank">http://localhost/geomoose2/</a></div>

<div>
<div> </div>

<div>Normally all you have to do with the package above is unzip the contents into the MS4W directory and restart Apache. The package assumes that you did not mess with the other parts of MS4W...<br/>
 </div>

<div>Tanya</div>

<div> </div>
</div>
</div>
</div>

<div class="yiv1524397535gmail_extra"> 
<div class="yiv1524397535gmail_quote">On Fri, Jan 30, 2015 at 9:04 AM, <span><<a href="">geo.graefin@web.de</a>></span> wrote:

<blockquote class="yiv1524397535gmail_quote" style="margin: 0 0 0 0.8ex;border-left: 1.0px rgb(204,204,204) solid;padding-left: 1.0ex;">
<div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>
<div>Hi Tanya, thank you for your answer!</div>

<div> </div>

<div>I created the file with content as decribed in the instruction of README_HTTPD.txt and restarted the Apache, but still I can not go to the changed htdocs directory.</div>

<div> </div>

<div>Anything else what I have to do?</div>

<div> </div>

<div> </div>

<div>
<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"><b>Gesendet:</b> Freitag, 30. Januar 2015 um 17:54 Uhr<br/>
<b>Von:</b> "TC Haddad" <<a href="">tchaddad@gmail.com</a>><br/>
<b>An:</b> <a href="">geo.graefin@web.de</a><br/>
<b>Betreff:</b> Re: [mapserver-users] change htdocs directory</div>

<div>
<div class="yiv1524397535h5">
<div>
<div>
<div>
<div>
<div>
<div>Hi Geograefin</div>

<div><br/>
you have to put a file in<br/>
 </div>
ms4w/httpd.d/<br/>
 </div>
with your geomoose home location . leace the regular Apache http.conf file alone.<br/>
 </div>
look at the other httpd example files in ms4w for example of the syntax.<br/>
 </div>
Tanya</div>

<div class="yiv1524397535gmail_extra"> 
<div class="yiv1524397535gmail_quote">On Fri, Jan 30, 2015 at 2:54 AM, <span><<a href="http://geo%2Egraefin@web.de/" target="_blank">geo.graefin@web.de</a>></span> wrote:

<blockquote class="yiv1524397535gmail_quote" style="margin: 0 0 0 0.8ex;border-left: 1.0px rgb(204,204,204) solid;padding-left: 1.0ex;">
<div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>Hello,</div>

<div> </div>

<div>I installed the package MS4W 3.0.6. Now I will change the directory from "ms4w/Apache/htdocs" to "ms4w/apps/geomoose/htdocs". Where I have to change the directory settings? <span><span>A change</span> <span>in the httpd.conf file</span> (ms4w/Apache/conf) <span>did not lead to</span> <span>success</span></span>.</div>

<div> </div>

<div>I would be very grateful if you help me!</div>

<div> </div>

<div>Thank you!</div>

<div> </div>

<div>Geograefin</div>
</div>
</div>
<br/>
_______________________________________________<br/>
mapserver-users mailing list<br/>
<a href="http://mapserver-users@lists.osgeo.org/" target="_blank">mapserver-users@lists.osgeo.org</a><br/>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a></blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br/>
_______________________________________________<br/>
mapserver-users mailing list<br/>
<a href="mapserver-users@lists.osgeo.org" target="_parent">mapserver-users@lists.osgeo.org</a><br/>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br/>
 </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></body></html>