Thanks to Tom, the problem was solved.<br><br>I put in the httpd.conf <br><br>Alias /tmp/ &quot;/usr/local/apache2/apps/mosaico_sandbox/htdocs/tmp&quot;<br><br>having my tmp directory in &quot;/usr/local/apache2/apps/mosaico_sandbox/htdocs/tmp&quot;
<br>and in the&nbsp; mapfile<br><br>&nbsp;IMAGEURL tmp/<br>&nbsp;IMAGEPATH &quot;/tmp/&quot; &nbsp;&nbsp;&nbsp; <br><br>and also de OGR correctly installed in the linux.<br><br><br><br><br><div><span class="gmail_quote">2007/11/5, Ruben Pardo &lt;<a href="mailto:correosig@gmail.com">
correosig@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks Tom,<br><br>when i do a GetCapabilities request on Linux i get 
<span class="q"><br><br>&lt;UserDefinedSymbolization SupportSLD=&quot;1&quot; UserLayer=&quot;0&quot; UserStyle=&quot;1&quot; RemoteWFS=&quot;0&quot;/&gt;<br><br></span>on windows i get the same ...
<span class="q"><br><br>
&lt;UserDefinedSymbolization SupportSLD=&quot;1&quot; UserLayer=&quot;0&quot; UserStyle=&quot;1&quot; RemoteWFS=&quot;0&quot;/&gt;<br><br><br></span>&nbsp;I&#39;ve got differents ports&nbsp; because i&#39;ve got two servers, an oc4j that generate SLD&#39;s, and 
<br>a apache with mapserver. The SLDs are visible from the mapserver machine. I also test with a SLD in<br>the same server, but i doesn&#39;t work<br><br>thanks <br><br><br><div><span class="gmail_quote">2007/11/5, Kralidis,Tom [Burlington] &lt;
<a href="mailto:Tom.Kralidis@ec.gc.ca" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Tom.Kralidis@ec.gc.ca</a>&gt;:</span><div><span class="e" id="q_1160fd3c9ce41c64_5"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Hi,<br><br>A couple of initial ideas:
<br><br>- when you do a GetCapabilities request on Windows, do you get the<br>following within the XML:<br>&lt;UserDefinedSymbolization SupportSLD=&quot;1&quot; UserLayer=&quot;0&quot; UserStyle=&quot;1&quot;<br>RemoteWFS=&quot;0&quot;/&gt;
<br><br>- I notice that the SLD is on a host with a different port.&nbsp;&nbsp;Can the WMS<br>box see the box of the SLD document (not sure if your example below is<br>actual or has been modified for the list)<br><br>..Tom<br><br>
<br>
<br><br><br>________________________________<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From: UMN MapServer Users List<br>[mailto:<a href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
MAPSERVER-USERS@LISTS.UMN.EDU</a>] On Behalf Of Ruben Pardo<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sent: 05 November, 2007 5:56 AM
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To: <a href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">MAPSERVER-USERS@LISTS.UMN.EDU</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subject: [UMN_MAPSERVER-USERS] SLD not working on linux Fedora
<br>Core 5<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hi everybody,<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I&#39;m using&nbsp;&nbsp;mapserver attaching SLD to a mapserver request. On<br>windows the same request, with the same mapfile, with the same SLD<br>works perfectly but it doesn&#39;t with my linux configuration.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I read that the only thing that i need to get working SLD is
<br>OGR.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;works with windows.<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;what could id do? where can i see what it happens?<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The request is:<br><br><a href="http://localhost/cgi-bin/mapserv?map=/usr/local/apache2/apps/mosaico_san" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://localhost/cgi-bin/mapserv?map=/usr/local/apache2/apps/mosaico_san</a><br>dbox/htdocs/prbmosaico.map&amp;service=WMS&amp;request=GetMap&amp;Layers=Municipios&amp;<br>version=1.1.1&amp;SLD=http://localhost:8989/mosaico/jspx/sig/tmp/prb.xml

<br>&lt;<a href="http://localhost/cgi-bin/mapserv?map=/usr/local/apache2/apps/mosaico_sa" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://localhost/cgi-bin/mapserv?map=/usr/local/apache2/apps/mosaico_sa
</a><br>ndbox/htdocs/prbmosaico.map&amp;service=WMS&amp;request=GetMap&amp;Layers=Municipios
<br>&amp;version=1.1.1&amp;SLD=http://localhost:8989/mosaico/jspx/sig/tmp/prb.xml&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;My linux mapserver version is:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MapServer version 4.10.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG<br>OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE
<br>SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER<br>SUPPORTS=FASTCGI SUPPORTS=THREADS INPUT=TIFF INPUT=EPPL7 INPUT=SDE<br>INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The linux os is:<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.6.15-1.2054_FC5<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;thanks a lot.<br><br><br></blockquote></span></div></div><br>
</blockquote></div><br>