Changeset 1599
- Timestamp:
- 07/02/08 20:01:11 (2 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/handler_cgi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1598 r1599 1 1 2008-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. 2 5 3 6 * cherokee/connection.c (cherokee_connection_create_handler): cherokee/trunk/cherokee/handler_cgi.c
r1597 r1599 481 481 char *argv[4] = { NULL, NULL, NULL, NULL }; 482 482 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 483 492 /* Close useless sides 484 493 */