2 messages in ru.sysoev.nginxerror running /usr/local/nginx/sbin/n...
FromSent OnAttachments
WinnieAug 17, 2007 12:49 am 
Igor SysoevAug 17, 2007 12:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:error running /usr/local/nginx/sbin/nginxActions...
From:Winnie (lamm@public.gmane.org)
Date:Aug 17, 2007 12:49:57 am
List:ru.sysoev.nginx

Hi all,

I can't run "nginx" as following error:

2007/08/17 15:46:05 [emerg] 26265#0: unknown directive "mail" in /usr/local/nginx/conf/nginx.conf:6

pls help....thx a lot...

configuration as following: ================================= worker_processes 1;

events { worker_connections 1024; }

mail { auth_http localhost:80/cgi-bin/auth.php;

pop3_capabilities "TOP" "USER";

server { listen 110; protocol pop3; proxy on; } }