I have nginx installed but I need to install an additional module now: NginxEmbeddedPerlModule.
How do I go about doing this without messing up my current configuration?
Can I just do this?
./configure --with-http_perl_module --with-perl_modules_path=/opt/local/nginx/modules/perl
make
make install
or do i have to run configure with all my previous options?
Thanks for the help!