[Klone-users] HTTPS question

diakat 2000 diakat2000 at googlemail.com
Wed Nov 18 02:29:04 EST 2009


Hi Thomas,

my kloned.conf:

/*--------------------------------------------------------------------------------------------------------*/
server_list    app_https

# 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_https
{
    type            https
    model           fork
    addr.type       IPv4
    addr.port       8000
    dir_root        /www

    dir_alias       /files /mnt/flash/bin/files
    ca_file         /mnt/flash/bin/cacert.pem
    cert_file       /mnt/flash/bin/ws-creds.pem
    verify_client   no



    session
        {
                 type                           memory
                 max_age                        28800
                 memory.limit           10240   # use max 10KB of RAM
                 memory.max_count       10      # max 10 sessions
        }

        error.400        /error400.klx
}

/*--------------------------------------------------------------------------------------------------------*/


Best regards,
d.




More information about the klone-users mailing list