I&#39;ve used mapserver before. Although it was an older version. I was just trying to set it up again on my computer. I ran the hello_world example from Bill Kropla&#39;s book. It worked fine. But when I&#39;m trying to run the first.map, there are no errors in the logs. I checked both mapserver error log and the lighttpd error log. But the image displayed only comprises of the background color specified in the mapfile. No actual image is generated from the shapefile data provided. There are no errors either logged so I can&#39;t debug. Its been 5 days now. I have tried many methods to debug but I have failed always. Attached is mapfile and the corresponding html file. please help.<br>

<div class="gmail_quote">
<br><br>Mapfile:<br><br>MAP<br>    NAME &quot;First&quot;<br>    CONFIG &quot;MS_ERRORFILE&quot; &quot;/var/www/tmp/ms_error.txt&quot;<br>    CONFIG &quot;PROJ_DEBUG&quot; &quot;ON&quot;<br>    CONFIG &quot;CPL_DEBUG&quot; &quot;ON&quot;<br>


    SIZE 1024 768<br>    IMAGECOLOR 111 111 111<br>    IMAGETYPE jpeg<br>    SHAPEPATH /var/www/Delhi/<br>    EXTENT 76.898503 28.410443 77.337521 28.862691<br>        WEB <br>            TEMPLATE &#39;/var/www/first.html&#39;<br>


            IMAGEPATH &#39;/var/www/tmp/&#39;<br>            IMAGEURL &#39;/tmp/&#39;<br>        END<br>    LAYER<br>    NAME &quot;Highways&quot;<br>    DEBUG 5<br>    STATUS ON<br>    TYPE LINE<br>    DATA asia_southern_asia_india_delhi_highway<br>


    LABELITEM &quot;NAME&quot;<br>    CLASS<br>        STYLE<br>            OUTLINECOLOR 123 0 0<br>            COLOR 0 255 0<br>        END<br>        LABEL<br>            COLOR 255 0 0<br>            SIZE SMALL<br>        END<br>


    END<br>    END<br>END<br>END<br><br><br><br><br><br><br><br><br>Template and initialization html file:<br><br>&lt;!-- Mapserver Template --&gt;<br>&lt;html&gt;<br>&lt;head&gt;&lt;title&gt;MapServer First Map&lt;/title&gt;&lt;/head&gt;<br>


&lt;body&gt;<br>    &lt;form method=POST action=&quot;/mapserv&quot;&gt;<br>        &lt;input type=&quot;submit&quot; value=&quot;Click Me&quot;&gt;<br>        &lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;/var/www/mapfiles/first.map&quot;&gt;<br>


        &lt;input type=&quot;hidden&quot; name=&quot;map_web_imagepath&quot; value=&quot;&quot;&gt;<br>    &lt;/form&gt;<br>    &lt;IMG SRC=&quot;[img]&quot; width=1024 height=768 border=10&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br>


<br><br><br><br>The paths seem to be fine as I&#39;m using the same paths I used while running hello_world and it ran fine. Please help. <br>
</div><br>