Changeset 1906

Show
Ignore:
Timestamp:
08/26/08 19:20:25 (3 months ago)
Author:
taher
Message:

--

Files:

Legend:

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

    r1905 r1906  
    4141  -keyout /etc/cherokee/ssl/cherokee.pem 
    4242---- 
    43  
    4443 
    4544=== How to access cherokee-admin from a remote machine 
     
    9291link:modules_handlers_scgi.html[SCGI] backends, which are fully 
    9392supported by Cherokee. At least running `mod_wsgi` in daemon 
    94 mode. When run as an embedded part of the web server, as the author of 
    95 `mod_wsgi` pointed out, there should be a performance gain because 
    96 there is no socket involved nor any wire protocol related to 
    97 marshalling of data across the socket. In this case the information is 
    98 passed directly to the Python web application in the same process via 
    99 the WSGI programmatic API. However by running this as an embedded 
    100 component we feel that we would be violating the design principles 
    101 mentioned above, and would affect security and reliability of the web 
    102 server. 
     93mode. Running it as an embedded component could change this, but we 
     94feel this approach would violate the design principles mentioned above 
     95and would affect security and reliability of the web server. 
    10396 
    10497We believe Cherokee should be as fast, light, clean and secure as