version 1.1, 2013/10/14 10:32:47
|
version 1.1.1.2, 2014/06/15 20:20:06
|
Line 96 SETDEFAULTS_FUNC(mod_userdir_set_defaults) {
|
Line 96 SETDEFAULTS_FUNC(mod_userdir_set_defaults) {
|
|
|
if (!p) return HANDLER_ERROR; |
if (!p) return HANDLER_ERROR; |
|
|
p->config_storage = calloc(1, srv->config_context->used * sizeof(specific_config *)); | p->config_storage = calloc(1, srv->config_context->used * sizeof(plugin_config *)); |
|
|
for (i = 0; i < srv->config_context->used; i++) { |
for (i = 0; i < srv->config_context->used; i++) { |
plugin_config *s; |
plugin_config *s; |
Line 292 URIHANDLER_FUNC(mod_userdir_docroot_handler) {
|
Line 292 URIHANDLER_FUNC(mod_userdir_docroot_handler) {
|
return HANDLER_GO_ON; |
return HANDLER_GO_ON; |
} |
} |
} |
} |
|
|
|
buffer_copy_string_buffer(con->physical.basedir, p->temp_path); |
|
|
/* the physical rel_path is basically the same as uri.path; |
/* the physical rel_path is basically the same as uri.path; |
* but it is converted to lowercase in case of force_lowercase_filenames and some special handling |
* but it is converted to lowercase in case of force_lowercase_filenames and some special handling |