Changeset 1748

Show
Ignore:
Timestamp:
08/06/08 13:19:10 (5 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1746 r1748  
    112008-08-06  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * admin/static/images/favicon.ico, cherokee/main_admin.c, 
     4        admin/static/images/Makefile.am: Adds the missing favicon.ico 
     5        file. 
    26 
    37        * cherokee/socket.c (cherokee_socket_connect): EINVAL was not 
  • cherokee/trunk/admin/static/images/Makefile.am

    r1509 r1748  
    2323collapsed.gif \ 
    2424expanded.gif \ 
    25 bin.png 
     25bin.png \ 
     26favicon.ico 
    2627 
    2728EXTRA_DIST = \ 
  • cherokee/trunk/cherokee/main_admin.c

    r1738 r1748  
    125125                                 RULE_PRE "3!handler!iocache = 0\n"); 
    126126 
    127         cherokee_buffer_add_str (&buf,  
     127        cherokee_buffer_add_va (&buf,  
    128128                                 RULE_PRE "4!match = request\n" 
    129129                                 RULE_PRE "4!match!request = ^/favicon.ico$\n" 
    130                                  RULE_PRE "4!handler = file\n"); 
     130                                 RULE_PRE "4!document_root = %s/static/images\n" 
     131                                 RULE_PRE "4!handler = file\n", document_root); 
    131132 
    132133        cherokee_buffer_add_va  (&buf,