embedded perl for nginx official release ?

Aleksandar Lazic al-nginx at none.at
Thu May 15 20:14:55 UTC 2014


Hi.

Am 14-05-2014 18:29, schrieb Maxim Dounin:
> Hello!
> 
[snipp]

> An attempt of Alexandr Gomoliako to add various features to the
> embedded perl module had major problems from our (nginx team)
> point of view, see the thread linked by Valentin.  Instead of
> trying to understand and fix the problems pointed out, Alexandr
> chose to maintain his own fork.  As far as I understand, the fork
> is mostly dead now.
> 
> [1] http://nginx.org/en/docs/http/ngx_http_perl_module.html

Maybe David could mean the offical nginx from

http://nginx.org/en/linux_packages.html

###
/usr/sbin/nginx -c /etc/nginx/nginx.conf -V 2>&1|perl -MData::Dumper 
-ane 'print Dumper(@F),"\n";'
$VAR1 = 'nginx';
$VAR2 = 'version:';
$VAR3 = 'nginx/1.7.0';

$VAR1 = 'built';
$VAR2 = 'by';
$VAR3 = 'gcc';
$VAR4 = '4.6.3';
$VAR5 = '(Ubuntu/Linaro';
$VAR6 = '4.6.3-1ubuntu5)';

$VAR1 = 'TLS';
$VAR2 = 'SNI';
$VAR3 = 'support';
$VAR4 = 'enabled';

$VAR1 = 'configure';
$VAR2 = 'arguments:';
$VAR3 = '--prefix=/etc/nginx';
$VAR4 = '--sbin-path=/usr/sbin/nginx';
$VAR5 = '--conf-path=/etc/nginx/nginx.conf';
$VAR6 = '--error-log-path=/var/log/nginx/error.log';
$VAR7 = '--http-log-path=/var/log/nginx/access.log';
$VAR8 = '--pid-path=/var/run/nginx.pid';
$VAR9 = '--lock-path=/var/run/nginx.lock';
$VAR10 = '--http-client-body-temp-path=/var/cache/nginx/client_temp';
$VAR11 = '--http-proxy-temp-path=/var/cache/nginx/proxy_temp';
$VAR12 = '--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp';
$VAR13 = '--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp';
$VAR14 = '--http-scgi-temp-path=/var/cache/nginx/scgi_temp';
$VAR15 = '--user=nginx';
$VAR16 = '--group=nginx';
$VAR17 = '--with-http_ssl_module';
$VAR18 = '--with-http_realip_module';
$VAR19 = '--with-http_addition_module';
$VAR20 = '--with-http_sub_module';
$VAR21 = '--with-http_dav_module';
$VAR22 = '--with-http_flv_module';
$VAR23 = '--with-http_mp4_module';
$VAR24 = '--with-http_gunzip_module';
$VAR25 = '--with-http_gzip_static_module';
$VAR26 = '--with-http_random_index_module';
$VAR27 = '--with-http_secure_link_module';
$VAR28 = '--with-http_stub_status_module';
$VAR29 = '--with-http_auth_request_module';
$VAR30 = '--with-mail';
$VAR31 = '--with-mail_ssl_module';
$VAR32 = '--with-file-aio';
$VAR33 = '--with-http_spdy_module';
$VAR34 = '--with-cc-opt=\'-g';
$VAR35 = '-O2';
$VAR36 = '-fstack-protector';
$VAR37 = '--param=ssp-buffer-size=4';
$VAR38 = '-Wformat';
$VAR39 = '-Wformat-security';
$VAR40 = '-Wp,-D_FORTIFY_SOURCE=2\'';
$VAR41 = '--with-ld-opt=\'-Wl,-Bsymbolic-functions';
$VAR42 = '-Wl,-z,relro';
$VAR43 = '-Wl,--as-needed\'';
$VAR44 = '--with-ipv6';
###

/usr/sbin/nginx -c /etc/nginx/nginx.conf -V 2>&1|perl -MData::Dumper 
-ane 'print Dumper(@F),"\n";'|egrep -i perl

BR Aleks



More information about the nginx mailing list