Hello
At first, I know: nginx is not part of the "standard" pfSENSE packages list, but getting it from the port tree is possible, and I think it would be a nice addition.
It seems to me that nginx and nginx-devel have no SSL support (at least from the ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/ repo).
[u]My release:[/u] FreeBSD hostname 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Fri Aug 21 23:03:33 UTC 2009 sullrich@RELENG_2_0__FreeBSD_7_2-snaps.pfsense.org:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense_SMP.7 i386
[b]### nginx (stable)[/b]
# ./sbin/nginx -V
nginx version: nginx/0.6.36
configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt=-I /usr/local/include --with-ld-opt=-L /usr/local/lib --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-log-path=/var/log/nginx-access.log --with-http_stub_status_module
[b]### nginix-devel[/b]
# /usr/local/sbin/nginx -V
nginx version: nginx/0.7.51
configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt=-I /usr/local/include --with-ld-opt=-L /usr/local/lib --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-log-path=/var/log/nginx-access.log --with-http_stub_status_module --with-pcre
The ports were configured without SSL support (missing --with-http_ssl_module)
By the way, it would be nice to have the two below as well.
*) --without-poll_module
*) --with-http_geoip_module
Are nginx FreeBSD ports SSL not compiled because of known issues or is it just an omission?
Tks and kind regards,
P
P.S. By the way, congratulations for nginx. So far, the test I made (http only) were just amazing!