index

gauche-kahua

relation to Wiliki ?x

ebuild

config:

usr/etc/kahua/kahua.conf

:sockbase "unix:/usr/tmp/kahua" :working-directory "/usr/var/kahua"

How to make users?

;; /usr/var/kahua/user.conf

I don't like /usr/var ?

Running under fast-cgi:

/usr/libexec/kahua/kahua.fcg

Running under CGI?

Apache config:

<IfModule mod_alias.c>
    ...
    ScriptAlias /kahua.cgi /usr/libexec/kahua/kahua.cgi
    Alias /kahua/ /var/www/kahua/
...
</IfModule>


<Location /kahua.cgi>
    SetHandler cgi-script
    Options ExecCGI

    <IfModule mod_access.c>
      Order deny,allow
      Deny from all
      Allow from 192.168.2.11 
      #allow from .your_domain.com
    </IfModule>
</Location>

<Directory /var/www/kahua/>
    Options -Indexes ExecCGI
    Options Multiviews
    ErrorDocument 404 "The document you requested has not been installed on your system."

    <IfModule mod_access.c>
      Order deny,allow
      Deny from all
      Allow from 192.168.2.11 
    </IfModule>
</Directory>


Kahua config

theory:

http://en.wikipedia.org/wiki/Simple_API_for_XML

http://www-128.ibm.com/developerworks/library/x-matters31.html

http://www.w3.org/TR/html4/interact/forms.html#h-17.9

demos

CVS ML

http://karetta.jp/index.fcgi/karetta/show

http://www.kahua.org/cgi-bin/viewcvs.cgi/kahua/persistence-demo/viewer-screenshot.png?rev=1.1&view=auto

mine

http://maruska.gotdns.org/cgi-gauche/agenzia/virtual/pes/

http://maruska.gotdns.org/cgi-gauche/agenzia/virtual/kamehameha

http://maruska.gotdns.org/cgi-gauche/agenzia/virtual/karetta

Html:

http://www.w3.org/TR/html401/struct/tables.html

http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp

Traduzioni

http://www.sleepycat.com/docs/ref/cam/intro.html