[Klone-users] Session bugs

Mickael Auger mickael.auger at gmail.com
Tue May 6 06:56:23 EDT 2008


Hi,

I replaced the next lines in header of your patch:
================
--- klone-core-2.1.0/src/libpage/var.c.org    2008-05-06 12:05:22.000000000
+0200
+++ klone-core-2.1.0/src/libpage/var.c    2008-05-06 12:00:18.000000000
+0200
================

This new patch seems correct the segmentation fault.
But others bugs appear:
- HTTP requests on files like 'index.kl1' and 'style.css' cut shortly the
HTTP connection without response (blank page in my web-browser).
- telnet GET request require an additional CRLF to get an empty response
(it's not normal).

For the gdb, my gdbserver is not operational (because I have not a solution
to use it without error).

My "kloned.conf":
============================
server_list    app_http

# needed if you want to run KLone daemon as root
allow_root yes

# syslog logging using LOCAL0 facility (set /etc/syslog.conf accordingly)
log
{
    type                syslog
    syslog.facility     LOG_LOCAL0
}

app_http
{
    model                        iterative

        type            http

    addr.type       IPv4
    addr.port       80
    dir_root        /www

    error
    {
            #======_erreur du client
            # mauvaise requete
            400                        /erreur400.html
            # Autorisation requise
            401                        /erreur401.html
            # interdit
            403                        /erreur403.html
            # page inconnue
            404                        /erreur404.html
            402                        /erreur4xx.html
            405                        /erreur4xx.html
            406                     /erreur4xx.html
            407                        /erreur4xx.html
            408                        /erreur4xx.html
            409                        /erreur4xx.html
            410                        /erreur4xx.html
            411                        /erreur4xx.html
            412                        /erreur4xx.html
            413                        /erreur4xx.html
            414                        /erreur4xx.html
            415                        /erreur4xx.html
            416                        /erreur4xx.html
            417                        /erreur4xx.html

            #======_erreur du serveur
            # Erreur interne serveur
            500                        /erreur500.html
            501                        /erreur5xx.html
            502                        /erreur5xx.html
            503                        /erreur5xx.html
            504                        /erreur5xx.html
            505                        /erreur5xx.html
            507                        /erreur5xx.html
        }
}

# langue choisie pour l'application
lang    fr

fr
{
    oui                                    Oui
    non                                    Non
    ....
}
en
{
    oui                             Yes
    non                              No
    ....
}
============================

Thank.
-- 
Mickaël AUGER
mickael.auger at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://koanlogic.com/pipermail/klone-users/attachments/20080506/9d50a9dd/attachment.htm


More information about the klone-users mailing list