Changeset 760
- Timestamp:
- 05/10/07 01:23:22 (1 year ago)
- Files:
-
- cherokee-www/trunk/docs/en/compiling_and_installing.md (modified) (1 diff)
- cherokee-www/trunk/docs/en/configuration.md (added)
- cherokee-www/trunk/docs/en/index.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee-www/trunk/docs/en/compiling_and_installing.md
r739 r760 9 9 The following requirements exist for building Cherokee: 10 10 11 -__Building tools__: Cherokee is built on the top of the autoconf and automake tools, hence your systems has to have some basic system programs like a sh shell, make and a ANSI C compiler. We have compiled Cherokee in various platforms with different compilers, so it shouldn't be a problem.11 * __Building tools__: Cherokee is built on the top of the autoconf and automake tools, hence your systems has to have some basic system programs like a sh shell, make and a ANSI C compiler. We have compiled Cherokee in various platforms with different compilers, so it shouldn't be a problem. 12 12 13 -__Optional__14 -Python: Cherokee includes a number of Quality Assurances tests written in Python language. If you are planning to contribute code into the project, or you just want to test everything is working in the server, you will need a Python interpreter installed on your system.15 -TLS libraries: Cherokee support two different SSL/TLS libraries: [OpenSSL](http://www.openssl.org/) and [GNUTLS](http://www.gnu.org/software/gnutls/). If you want to compile Cherokee with secure connections support, you need to have one of that libraries with its development files.13 * __Optional__ 14 * Python: Cherokee includes a number of Quality Assurances tests written in Python language. If you are planning to contribute code into the project, or you just want to test everything is working in the server, you will need a Python interpreter installed on your system. 15 * TLS libraries: Cherokee support two different SSL/TLS libraries: [OpenSSL](http://www.openssl.org/) and [GNUTLS](http://www.gnu.org/software/gnutls/). If you want to compile Cherokee with secure connections support, you need to have one of that libraries with its development files. 16 16 17 17 Download cherokee-www/trunk/docs/en/index.md
r759 r760 6 6 Introduction 7 7 ------------ 8 -[Compiling and Installing](compiling_and_installing)9 - [Configuration]()10 - [Server configuration]()11 - [Behavior configuration]()12 - [Extension configuration]()13 - [Directory configuration]()14 - [Request configuration]()15 - [Mime types configuration]()16 - [Icons configuration]()17 - [Authors]()18 - [Copying and license]()19 - [Changelog]()8 * [Compiling and Installing](compiling_and_installing) 9 * [Configuration](configuration) 10 * [Server configuration](server_configuration) 11 * [Behavior configuration](behavior_configuration) 12 * [Extension configuration](extension_configuration) 13 * [Directory configuration](directory_configuration) 14 * [Request configuration](request_configuration) 15 * [Mime types configuration](mime_types_configuration) 16 * [Icons configuration](icons_configuration) 17 * [Authors](authors) 18 * [Copying and license](copying_and_license) 19 * [Changelog](changelog) 20 20 21 21 Handlers 22 22 -------- 23 - [File sending]()24 - [Directory listing]()25 - [Common behavior]()26 - [Redirections]()27 - [CGI executing]()28 - [PHP execution]()29 - [SCGI]()30 - [FastCGI]()23 * [File sending](file_sending) 24 * [Directory listing](directory_listing) 25 * [Common behavior](common_behavior) 26 * [Redirections](redirections) 27 * [CGI executing](cgi_executing) 28 * [PHP execution](php_executing) 29 * [SCGI](scgi) 30 * [FastCGI](fastcgi) 31 31 32 32 Other modules 33 33 ------------- 34 - [Logging system]()35 - [Combined]()36 - [NCSA]()37 - [W3C]()38 - [Authentication]()39 - [Htpasswd]()40 - [Htdigest]()41 - [Plain text]()42 - [PAM]()43 - [Encoders]()44 - [Gzip]()34 * [Logging system](logging_system) 35 * [Combined](combined) 36 * [NCSA](ncsa) 37 * [W3C](w3c) 38 * [Authentication](authentication) 39 * [Htpasswd](htpasswd) 40 * [Htdigest](htdigest) 41 * [Plain text](plain_text) 42 * [PAM](pam) 43 * [Encoders](encoders) 44 * [Gzip](gzip) 45 45 46 46 FAQ 47 47 --- 48 - [Frequently asked questions]()48 * [Frequently asked questions](faq) 49 49 50 50 How to: 51 51 ------- 52 52 53 - [How to generate SSL keys]()54 - [How to manage Virtual Host]()55 - [Ruby on Rails with SCGI]()56 - [Jaws and Cherokee with FastCGI]()53 * [How to generate SSL keys](how_to_generate_ssl_keys) 54 * [How to manage Virtual Host](how_to_manage_virtual_host) 55 * [Ruby on Rails with SCGI](ruby_on_rails_with_scgi) 56 * [Jaws and Cherokee with FastCGI](jaws_and_cherokee_with_fastcgi) 57 57 58 58 Development 59 59 ----------- 60 60 61 We are also working in some sub -project and derivated tools:61 We are also working in some sub*project and derivated tools: 62 62 63 - [u-Cherokee]() -an embedded version Cherokee!64 - [cget]() -a downloading tool63 * [u-Cherokee]() * an embedded version Cherokee! 64 * [cget]() * a downloading tool