Changeset 1881

Show
Ignore:
Timestamp:
08/20/08 16:08:47 (3 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/doc/basics_installation_windows.txt

    r1816 r1881  
    77link:http://www.cherokee-project.com/download/windows[Windows 
    88download] section of the Cherokee Project website. 
     9 
     10WARNING: The Windows build is currently broken. It will be fixed as 
     11soon as possible.  A Windows binary release will be available too. 
    912 
    1013Quickstart 
  • cherokee/trunk/doc/config_virtual_servers_rule.txt

    r1816 r1881  
    1616   link:config_virtual_servers_hanlder.html[Handler Options]. 
    1717 
     18 . Expiration: to manage the configuration of *HTTP Cache headers* 
     19   used to identify cacheable content. 
     20 
    1821 . Security: in this section one can configure *Access Restrictions* 
    1922   and *Authentication*. 
     23 
     24Expiration 
     25~~~~~~~~~~ 
     26HTTP/1.1 defines caching methods in HTTP. Cherokee-Admin can 
     27automatically adjust the `Cache-Control` and `Expire` headers depending 
     28on the values you have configured. The available options are: 
     29 
     30 . Not set: Does not write the caching headers. 
     31 . 1970: Corresponds to the Unix Epoch. 
     32 . 2038: Maximum date value representable in POSIX time. 
     33 . Custom Value: set a value by hand. 
    2034 
    2135Access Restrictions 
  • cherokee/trunk/doc/cookbook_php.txt

    r1816 r1881  
    1010 
    1111This example shows a typical usage of FastCGI. It connects to a 
    12 FastCGI server located in localhost in port 8002. If no server is 
     12FastCGI server located in localhost in port 1234. If no server is 
    1313running, the webserver will run the FastCGI server by issuing the command 
    1414defined as the *Interpreter* sub-parameter: 
     
    1717 
    1818This other example shows a typical usage of multiple FastCGI 
    19 servers. It connects to FastCGI servers located in several 
    20 locations. If no server is running in the local computer, the 
    21 webserver will run the FastCGI server by issuing the specified 
    22 command. Note that for remote FastCGI servers, you are responsible to 
    23 run the FastCGI servers there manually: 
     19servers. It connects to FastCGI servers in several locations. If no 
     20server is running in the local computer, the webserver will run the 
     21FastCGI server by issuing the specified command. Note that for remote 
     22FastCGI servers, you are responsible of running the FastCGI services 
     23there manually: 
    2424 
    2525image::media/images/admin_handler_fastcgi2.png[Fastcgi] 
  • cherokee/trunk/doc/modules_handlers_server_info.txt

    r1823 r1881  
    2929* Loaded Modules 
    3030* Icons 
     31* File Caching 
    3132 
    3233If set to `connection_details` it will also  provide more detailed