Hello! On Wed, Jun 08, 2016 at 07:16:39PM +0000, Ranier VF wrote:
> HI Maxim, > > What "nginx -V" shows?C:\nginx>nginx -Vnginx version: > > nginx/1.10.1built by cl 16.00.30319.01 for 80x86configure > > arguments: --with-cc=cl --builddir=objs --prefix= > > --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid > > --http-log-path=logs/access.log > > --error-log-path=logs/error.log --sbin-path=nginx.exe > > --http-client-body-temp-path=temp/client_body_temp > > --http-proxy-temp-path=temp/proxy_temp > > --http-fastcgi-temp-path=temp/fastcgi_temp > > --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.38 > > --with-zlib=objs/lib/zlib-1.2.8 --with-md5-asm --with-sha1-asm > > --with-select_module--add-module=ngx_rcpdv You are using an external module "ngx_rcpdv", and likely it's the problem in the module (incorrect configuration directive definition). Try without the module to see if it helps. > > (Additionally, please avoid posting HTML to the mailing list. > Sorry, but I only use outlook.com web. Try something like this: http://answers.microsoft.com/en-us/outlook_com/forum/oemail-osend/how-do-i-send-a-plain-text-message-using/32f33589-98f9-4e1a-b92f-053b7782cf23 -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
