Hi KLone Team,<br><br>I download the new version of KLone (2.2.0) for test it.<br><br>However I don&#39;t define my custom error page following :<br><br>=kloned.conf=============================<br>server_list    app_http<br>
allow_root yes<br>log<br>{<br>    type                syslog<br>    syslog.facility     LOG_LOCAL0<br>}<br>app_http<br>{<br>    type            http<br><br>    addr.type       IPv4<br>    addr.port       8080<br>    dir_root        /www<br>
    error<br>    {<br>       401       /myerror.kl1?no=401<br>       404       /myerror.kl1?no=404<br>    }<br>}<br>======================================<br clear="all"><br>I would like define one custom error page &quot;error.kl1&quot; for not duplicate my source code for every error HTTP code.<br>
Here my &quot;error.kl1&quot; page<br><br>=error.kl1===============================<br>&lt;html&gt;<br>&lt;head&gt;&lt;title&gt;Error&lt;/title&gt;&lt;/head&gt;<br>&lt;body&gt;<br>&lt;h1&gt;&lt;% io_printf(out,&quot;Error %s&quot;,request_get_arg(request,&quot;num&quot;)); %&gt;&lt;/h1&gt;<br>
&lt;/body&gt;<br>&lt;/html&gt;<br>======================================<br><br>But if I test it, I have this next error page by calling &quot;<a href="http://myserveur:8080/foo">http://myserveur:8080/foo</a>&quot; and not my custom error page.<br>
======================================<br><h1>Not Found</h1><p>URL: /myerror.kl1?no=404</p><hr><address>KLone/2.2.0 web server - <a href="http://www.koanlogic.com">www.koanlogic.com</a></address>======================================<br>
<br>I reported this idea for the 2.1.1 version but you don&#39;t implement (cf. message &quot;Custom error page with GET/POST data&quot; to /2008/12/17 12:24).<br>Why ?<br>I think that this idea is interesting ;)<br><br>Bye and thank you for new version.<br>
-- <br>Mickaėl AUGER<br><br>