Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: проблема с "hello world" модул ем
Hello!
On Fri, Aug 06, 2010 at 07:06:33PM +0400, Ivan wrote:
[...]
> static void* ngx_http_hello_world_create_conf(ngx_conf_t *cf)
> {
> ngx_http_hello_world_conf_t *conf;
>
> // conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_hello_world_conf_t));
> // if (conf == NULL) {
> // return NULL;
> // }
> // return conf;
> }
[...]
> По идее для переменной testtest в данном случае должно присваиваться значение
> 11.
>
> Но при запуске nginx возникает ошибка:
> emerg]: "testtest" directive is duplicate in
> /usr/local/nginx//conf/nginx.conf:29
>
> В чем может быть проблема ?
В том, что значение переменной в конфиге не инициализировано.
Да и вообще, закомментированные строчки действительно
закомментированы - странно что не SIGSEGV/SIGBUS, ибо память под
конфиг вообще не выделяется.
Maxim Dounin
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|