[Klone-users] Building several web pages with html extension
smlabs
smlabs at libero.it
Mon Sep 29 01:31:04 EDT 2008
Hello,
I did some tests and seems that when I change port to 80 I received
error 404 (= page not found).
Besides I noted that putting a klone function inside html code I have
some problems...
I mean I used the
<%!
#include <my.h>
%>
and inside the <body> </body> tag I written:
<%
myfunc();
%>
In this way myfunc() doesn't work, but I have already tested that it
works fine....
thomas fossati ha scritto:
> Hi,
>
> On Sep 28, 2008, at 9:58 AM, smlabs wrote:
>> Maybe I don't understand ...
>>
>> I pute all the html pages(i.e. pagse1.html, pages2.html ...) in
>> webapp/www and after the building process and after launching koned
>> from my browser may I write:
>>
>> http://<ip_address>/pages1.html
>>
>> ?
>
> yes, provided that "addr.port" is "80" in your kloned.conf, otherwise
> http://<ip_address>:<port>/pages[1-n].html
>
> Anyway, if there's some error in your HTML code, or if kloned isn't
> reachable at the specified address, the browser would tell it.
>
>> Because in this way It doesn't work...
>
> Do you have any .kl1 pages too ? If so, do they work ? Which error
> is displayed by your browser when you try to fetch the static (.html)
> pages ? Do kloned listen on port 80 ?
>
> Without some more hint, it's quite difficult to guess what's going on
> there :)
>
> ciao, t.
>
> _______________________________________________
> Klone-users mailing list
> Klone-users at koanlogic.com
> http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users
>
More information about the klone-users
mailing list