Changeset 1599

Show
Ignore:
Timestamp:
07/02/08 20:01:11 (2 months ago)
Author:
alo
Message:

--

Files:

Legend:

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

    r1598 r1599  
    112008-07-02  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cherokee/handler_cgi.c (manage_child_cgi_process): Added a 
     4        couple of new TRACE lines. 
    25 
    36        * cherokee/connection.c (cherokee_connection_create_handler): 
  • cherokee/trunk/cherokee/handler_cgi.c

    r1597 r1599  
    481481        char                        *argv[4]       = { NULL, NULL, NULL, NULL }; 
    482482 
     483#ifdef TRACE_ENABLED 
     484        TRACE(ENTRIES, "About to execute: '%s'\n", absolute_path);  
     485 
     486        if (! cherokee_buffer_is_empty (&conn->effective_directory)) 
     487                TRACE(ENTRIES, "Effective directory: '%s'\n", conn->effective_directory.buf); 
     488        else 
     489                TRACE(ENTRIES, "No Effective directory %s", "\n"); 
     490#endif 
     491 
    483492        /* Close useless sides 
    484493         */