[Klone-users] Building several web pages with html extension
smlabs
smlabs at libero.it
Tue Sep 30 15:46:39 EDT 2008
thomas fossati ha scritto:
> Hi,
>
> On Sep 30, 2008, at 8:35 PM, smlabs wrote:
>> 1. CSS: following the thread
>> http://koanlogic.com/pipermail/klone-users/2008-April/000308.html
>> I added the row
>> dir_alias /css /mnt/flash/root
>> in klone.conf
>> in fact I have my csss in /mnt/flash/root
>> I have also added the followinf row in the make file
>> KLONE_CONF_ARGS += --enable_sup_fs
>
> s/klone.conf/kloned.conf right ? Have you been able to make it work
> or not ?
kloned.conf you're right.
No, it doesn't work.
>
>> 2. port 80. It doesn't work after change the port in klone.conf ???
>
> Do you have permission to bind port 80 -- i.e. kloned running with
> euid=0, or appropriate SELinux policy in place, or LIDS capabilities
> set, etc. ?
The other pages run on port 80 and I saw perfevtly.
How may I see the euid of kloned? And how I could check if I able to
bind the port 80?
>
>> 3. Applet java:
>> I have a java applet in my web page and klone functions too.
>> How may I compile the page to include the java applet?
>
> Put the applet .class file in webapp/www/ and add the usual <applet />
> tag to your .kl1 page, e.g.:
>
> <html>
> <body>
>
> <applet code="HelloWorld" width="150" height="50"></applet>
>
> <% io_printf(out, "Hello from KLone"); %>
>
> </body>
> </html>
>
> 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