Changeset 1881
- Timestamp:
- 08/20/08 16:08:47 (3 months ago)
- Files:
-
- cherokee/trunk/doc/basics_installation_windows.txt (modified) (1 diff)
- cherokee/trunk/doc/config_virtual_servers_rule.txt (modified) (1 diff)
- cherokee/trunk/doc/cookbook_php.txt (modified) (2 diffs)
- cherokee/trunk/doc/modules_handlers_server_info.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/basics_installation_windows.txt
r1816 r1881 7 7 link:http://www.cherokee-project.com/download/windows[Windows 8 8 download] section of the Cherokee Project website. 9 10 WARNING: The Windows build is currently broken. It will be fixed as 11 soon as possible. A Windows binary release will be available too. 9 12 10 13 Quickstart cherokee/trunk/doc/config_virtual_servers_rule.txt
r1816 r1881 16 16 link:config_virtual_servers_hanlder.html[Handler Options]. 17 17 18 . Expiration: to manage the configuration of *HTTP Cache headers* 19 used to identify cacheable content. 20 18 21 . Security: in this section one can configure *Access Restrictions* 19 22 and *Authentication*. 23 24 Expiration 25 ~~~~~~~~~~ 26 HTTP/1.1 defines caching methods in HTTP. Cherokee-Admin can 27 automatically adjust the `Cache-Control` and `Expire` headers depending 28 on 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. 20 34 21 35 Access Restrictions cherokee/trunk/doc/cookbook_php.txt
r1816 r1881 10 10 11 11 This example shows a typical usage of FastCGI. It connects to a 12 FastCGI server located in localhost in port 8002. If no server is12 FastCGI server located in localhost in port 1234. If no server is 13 13 running, the webserver will run the FastCGI server by issuing the command 14 14 defined as the *Interpreter* sub-parameter: … … 17 17 18 18 This other example shows a typical usage of multiple FastCGI 19 servers. It connects to FastCGI servers located in several20 locations. If no server is running in the local computer,the21 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 serversthere manually:19 servers. It connects to FastCGI servers in several locations. If no 20 server is running in the local computer, the webserver will run the 21 FastCGI server by issuing the specified command. Note that for remote 22 FastCGI servers, you are responsible of running the FastCGI services 23 there manually: 24 24 25 25 image::media/images/admin_handler_fastcgi2.png[Fastcgi] cherokee/trunk/doc/modules_handlers_server_info.txt
r1823 r1881 29 29 * Loaded Modules 30 30 * Icons 31 * File Caching 31 32 32 33 If set to `connection_details` it will also provide more detailed