Changeset 1946

Show
Ignore:
Timestamp:
09/04/08 15:02:51 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

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

    r1944 r1946  
    112008-09-04  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * admin/CherokeeManagement.py: Updated the 'last option' 
     4        configuration snippet to the current format. 
    25 
    36        * cherokee/connection-protected.h, cherokee/handler_cgi_base.c, 
  • cherokee/trunk/admin/CherokeeManagement.py

    r1926 r1946  
    1717CHEROKEE_MIN_DEFAULT_CONFIG = """# Default configuration 
    1818server!pid_file = %s 
    19 vserver!001!nick = default 
    20 vserver!001!document_root = /tmp 
    21 vserver!001!directory!/!handler = common 
    22 vserver!001!directory!/!priority = 1 
     19vserver!1!nick = default 
     20vserver!1!document_root = /tmp 
     21vserver!1!rule!1!match = default 
     22vserver!1!rule!1!handler = common 
    2323""" % (DEFAULT_PID_LOCATIONS[0]) 
    2424