atom feed10 messages in ru.sysoev.nginxAdding a module, config variables unk...
FromSent OnAttachments
BjoernAug 20, 2008 4:30 am 
Dawid WęglińskiAug 20, 2008 4:44 am 
Valery KholodkovAug 20, 2008 5:44 am 
Dawid WeglinskiAug 20, 2008 6:01 am 
BjoernAug 20, 2008 6:32 am 
BjoernAug 21, 2008 8:07 am 
Valery KholodkovAug 21, 2008 8:22 am 
Igor SysoevAug 21, 2008 8:24 am 
Igor ClarkAug 26, 2008 9:49 am 
ngin...@public.gmane.orgAug 26, 2008 12:59 pm 
Subject:Adding a module, config variables unknown
From:Bjoern (bjoe@public.gmane.org)
Date:Aug 20, 2008 4:30:02 am
List:ru.sysoev.nginx

Hi everybody,

I have a problem adding a module.

I've downloaded and extracted the nginx sources. ~/devel/nginx/

Downloaded the sources of the module called "accesskey". Extracted the files to a folder let's call it ~/devel/ngx_accesskey/src/

cd ~/devel/nginx ./configure --add-module=~/devel/ngx_accesskey/src/ make make install

Added "accesskey on" to the config (in a location) and started nginx I get: 2008/08/20 13:18:05 [emerg] 32055#0: unknown directive "accesskey" in /usr/local/nginx/conf/nginx.conf:47

What did I do wrong? The object seems to be built and linked to the binary.

I have the same problem with a module I've started to write myself.

Thanks everybody!