<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Also note that in particular, mapserver_url is the (usually
      relative) URL to where mapserver can be found.</p>
    <p>As it is written, you are telling GeoMoose to look for the
      mapserver CGI at:</p>
    <p><a class="moz-txt-link-freetext" href="http://gene.webfactional.com/home/gene/bin/mapserv">http://gene.webfactional.com/home/gene/bin/mapserv</a><br>
    </p>
    which is probably not what you want.<br>
    <br>
    You will need a ScriptAlias (and possibly a Directory entry to setup
    permissions) in your Apache configuration (or equivalent) to enable
    Apache to see /home/gene/bin as a URL.<br>
    e.g.<br>
    <br>
    ScriptAlias /home/gene/bin/ /gene-bin/<br>
    <br>
    Then mapserver_url=/gene-bin/mapserv<br>
    <br>
    <br>
    <br>
    temp needs to be a directory that the web server user can read/write
    so the PHP can store temporary files.  I don't believe it needs to
    be directly accessible via URL.<br>
    <br>
    Also, don't forget to set the temp directory in
    './maps/temp_directory.map' for MapServer.<br>
    <br>
    <div class="moz-cite-prefix">On 08/16/2016 09:03 AM, Brent Fraser
      wrote:<br>
    </div>
    <blockquote
      cite="mid:69d23cec-4e6e-0907-624d-0012f37e0e89@geoanalytic.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=utf-8">
      <p>Janet,</p>
      <p>  Both paths:<br>
      </p>
      <p><tt>mapserver_url=/home/gene/bin/</tt><tt>mapserv</tt><tt><br>
        </tt></p>
      <div><tt>temp=//home/gene/tmp/ms_tmp/</tt><br>
        <br>
        need to be related (mapped) to URLs.  You can do this in the
        httpd.conf file of your Apache web server.<br>
      </div>
      <p><br>
      </p>
      <pre class="moz-signature" cols="72">Best Regards,
Brent Fraser</pre>
      <div class="moz-cite-prefix">On 8/15/2016 11:59 PM, Janet Maina
        wrote:<br>
      </div>
      <blockquote
cite="mid:CACEO17z2_rB_6tuGABf+xTqvxAmBKzdKW7oU0zXJJrsLXBZSNQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div>
            <div>
              <div>
                <div>Am trying to host geomoose in unix and am almost
                  95%. but i get a pink page <br>
                  <br>
                </div>
                check '<a moz-do-not-send="true"
                  href="http://gene.webfactional.com/geomoose/htdocs/geomoose.html"
                  target="_blank">http://gene.webfactional.com/<wbr>geomoose/htdocs/geomoose.html</a><br>
                <br>
                <br>
              </div>
              ============my local_settings.ini'===========<wbr>===<br>
              <br>
              [paths]<br>
              root=/home/gene/webapps/test/<wbr>geomoose/maps/<br>
              mapserver_url=/home/gene/bin/<wbr>mapserv<br>
              temp=//home/gene/tmp/ms_tmp/<br>
              ==============================<wbr>===========<br>
            </div>
            mapserv was installed to bin so i changed cgi-bin to bin. <br>
            <br>
          </div>
          <br>
          <div><br>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Geomoose-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geomoose-users">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Geomoose-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geomoose-users">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>