List modules compiled with nginx in ec2?

I setup an amazon ec2 instance that had nginx pre-compiled is there a
way to see what optional modules have been configured?

Thanks

Posted at Nginx Forum:

On Sat, Nov 26, 2011 at 2:25 PM, anagio [email protected] wrote:

I setup an amazon ec2 instance that had nginx pre-compiled is there a
way to see what optional modules have been configured?

nginx -V


O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Thanks, is it possible to add a module after it’s been compiled?

Posted at Nginx Forum:

On Sat, Nov 26, 2011 at 2:35 PM, anagio [email protected] wrote:

Thanks, is it possible to add a module after it’s been compiled?

Nope. nginx must be recompiled to add/remove modules.


O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

On Nov 26, 2011, at 11:25 AM, anagio wrote:

I setup an amazon ec2 instance that had nginx pre-compiled is there a
way to see what optional modules have been configured?

Do you mean an AMI with precompiled nginx? Which one is that?