How can i implement exile??<div>that is what i am trying to ask!!</div><div>any sample scripts for exile(if it is a script), this would be very helpful for my project.<br><br><div class="gmail_quote">On Wed, Jan 4, 2012 at 2:21 AM, Steve Vinoski <span dir="ltr"><<a href="mailto:vinoski@ieee.org">vinoski@ieee.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Jan 3, 2012 at 7:45 PM, Gokul Evuri <<a href="mailto:chandu.gokul138@gmail.com">chandu.gokul138@gmail.com</a>> wrote:<br>


> <a href="http://www.myserver.com/exile?Key1=Value1&Key2=Value2" target="_blank">http://www.myserver.com/exile?Key1=Value1&Key2=Value2</a><br>
><br>
> When i get a request in this format to my server, how do i handle this<br>
> request? What i need to do: Need to get all the values and run a Erlang<br>
> module, and send the result to the client.Is exile a CGI and if so how come<br>
> it doesn't have a .cgi extension?<br>
<br>
</div>You can't tell how exile is implemented just from this URL alone.<br>
<div class="im"><br>
> Additional Data: I have setup an Yaws on my server(Desktop running linux<br>
> server). yaws.conf file is configured.<br>
<br>
</div>If you want exile to be processed via CGI, take a look at the Yaws CGI<br>
documentation here:<br>
<br>
<a href="http://yaws.hyber.org/cgi.yaws" target="_blank">http://yaws.hyber.org/cgi.yaws</a><br>
<br>
You can also do this with a Yaws appmod:<br>
<br>
<a href="http://yaws.hyber.org/appmods.yaws" target="_blank">http://yaws.hyber.org/appmods.yaws</a><br>
<br>
In an appmod you can obtain the query string portions of the URL via<br>
the #arg appmod argument, as described here:<br>
<br>
<a href="http://yaws.hyber.org/query.yaws" target="_blank">http://yaws.hyber.org/query.yaws</a><br>
<br>
For Yaws-specific questions, you might want to use the erlyaws-list:<br>
<br>
<a href="https://lists.sourceforge.net/lists/listinfo/erlyaws-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/erlyaws-list</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--steve<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><b><font face="garamond, serif" size="4">Gokul Reddy Evuri</font>,</b><div><span style="line-height:15px"><i><font face="'comic sans ms', sans-serif" color="#c0c0c0"><b>IT Universitet </b></font></i></span><span style="line-height:15px"><i><font face="'comic sans ms', sans-serif" color="#c0c0c0"><b>Göteborg</b></font></i></span><span style="line-height:15px"><i><font face="'comic sans ms', sans-serif" color="#c0c0c0"><span style="font-weight:bold">,</span></font></i></span></div>

<div><span style="line-height:15px"><em style="font-weight:bold"><span style="font-weight:normal"><font face="'comic sans ms', sans-serif" color="#c0c0c0">Göteborg,</font></span></em></span></div><div><span style="line-height:15px"><em style="font-weight:bold"><span style="font-weight:normal"><font face="'comic sans ms', sans-serif" color="#c0c0c0">Sverige.</font></span></em></span></div>

<br>
</div>