atom feed3 messages in ru.sysoev.nginxRe: needs nginx compile install for u...
FromSent OnAttachments
xe2 delphiJan 14, 2012 12:12 pm 
António P. P. AlmeidaJan 14, 2012 12:35 pm 
xe2 delphiJan 14, 2012 8:44 pm 
Subject:Re: needs nginx compile install for use 3rd party module?
From:António P. P. Almeida (ap@perusio.net)
Date:Jan 14, 2012 12:35:23 pm
List:ru.sysoev.nginx

On 14 Jan 2012 20h13 WET, lis@ruby-forum.com wrote:

I know I have to compile 3rd party module if I want to use it.

And I want to know if I have to compile and install Nginx to use 3rd party module.

Please let me know.

Usually the module has some form of documentation where installation instructions are provided.

Generically you need a config file and to pass the nginx configure script a --add-module argument for the module you want to compile in:

--add-module=/path/to/module

--- appa