comparison src/http/modules/perl/ngx_http_perl_module.c @ 1163:8288459f15c9

set nginx_stash after reconfiguration in single interpreter perl
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Apr 2007 09:23:35 +0000
parents e6fc18f1a032
children efb7d84db340
comparison
equal deleted inserted replaced
1162:f59d15404269 1163:8288459f15c9
464 { 464 {
465 return NGX_CONF_ERROR; 465 return NGX_CONF_ERROR;
466 } 466 }
467 467
468 pmcf->perl = perl; 468 pmcf->perl = perl;
469 pmcf->nginx = nginx_stash;
469 470
470 return NGX_CONF_OK; 471 return NGX_CONF_OK;
471 } 472 }
472 473
473 #endif 474 #endif