<HTML><BODY>for ubuntu&nbsp; - best way use deb package. Build deb package with add chunkin module.<br><br>or simple way (but worst ):<br><br>make <br>make install<br><br>see:<br><a href="http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html"><a href="http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html">http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html</a></a><br><br><br>Thu, 24 Mar 2011 13:37:29 -0700 письмо от Yanxin Zhang &lt;zhynxn@gmail.com&gt;:<br><br><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;" class="mailru-blockquote"><div id="class_1300999552">Hello Alexander,<div>I solved the first problem.&nbsp;</div><div>But I still can not use chunkin module.&nbsp;</div><div>I followed the exact step in your link.&nbsp;</div><div><br></div><div>Following is the .configure result:&nbsp;</div><div>
<br></div><div><div>yzhang@virus:~/nginx-0.8.41$ ./configure --add-module=./agentzh-chunkin-nginx-module-b0a3ee3</div><div>checking for OS</div><div>&nbsp;+ Linux 2.6.24-27-server x86_64</div><div>checking for C compiler ... found</div>
<div>&nbsp;+ using GNU C compiler</div><div>&nbsp;+ gcc version: 4.2.4 (Ubuntu 4.2.4-1ubuntu4)</div><div>checking for gcc -pipe switch ... found</div><div>checking for gcc builtin atomic operations ... found</div><div>checking for gcc variadic macros ... found</div>
<div>checking for C99 variadic macros ... found</div><div>checking for unistd.h ... found</div><div>checking for inttypes.h ... found</div><div>checking for limits.h ... found</div><div>checking for sys/filio.h ... not found</div>
<div>checking for sys/param.h ... found</div><div>checking for sys/mount.h ... found</div><div>checking for sys/statvfs.h ... found</div><div>checking for crypt.h ... found</div><div>checking for Linux specific features</div>
<div>checking for epoll ... found</div><div>checking for sendfile() ... found</div><div>checking for sendfile64() ... found</div><div>checking for sys/prctl.h ... found</div><div>checking for prctl(PR_SET_DUMPABLE) ... found</div>
<div>checking for sched_setaffinity() ... found</div><div>checking for crypt_r() ... found</div><div>checking for sys/vfs.h ... found</div><div>checking for nobody group ... not found</div><div>checking for nogroup group ... found</div>
<div>checking for poll() ... found</div><div>checking for /dev/poll ... not found</div><div>checking for kqueue ... not found</div><div>checking for crypt() ... not found</div><div>checking for crypt() in libcrypt ... found</div>
<div>checking for F_READAHEAD ... not found</div><div>checking for posix_fadvise() ... found</div><div>checking for O_DIRECT ... found</div><div>checking for F_NOCACHE ... not found</div><div>checking for directio() ... not found</div>
<div>checking for statfs() ... found</div><div>checking for statvfs() ... found</div><div>checking for dlopen() ... not found</div><div>checking for dlopen() in libdl ... found</div><div>checking for sched_yield() ... found</div>
<div>configuring additional modules</div><div>adding module in ./agentzh-chunkin-nginx-module-b0a3ee3</div><div>&nbsp;+ ngx_http_chunkin_filter_module was configured</div><div>checking for PCRE library ... found</div><div>checking for system md library ... not found</div>
<div>checking for system md5 library ... not found</div><div>checking for OpenSSL md5 crypto library ... found</div><div>checking for zlib library ... found</div><div>creating objs/Makefile</div><div>checking for int size ... 4 bytes</div>
<div>checking for long size ... 8 bytes</div><div>checking for long long size ... 8 bytes</div><div>checking for void * size ... 8 bytes</div><div>checking for uint64_t ... found</div><div>checking for sig_atomic_t ... found</div>
<div>checking for sig_atomic_t size ... 4 bytes</div><div>checking for socklen_t ... found</div><div>checking for in_addr_t ... found</div><div>checking for in_port_t ... found</div><div>checking for rlim_t ... found</div>
<div>checking for uintptr_t ... uintptr_t found</div><div>checking for system endianess ... little endianess</div><div>checking for size_t size ... 8 bytes</div><div>checking for off_t size ... 8 bytes</div><div>checking for time_t size ... 8 bytes</div>
<div>checking for setproctitle() ... not found</div><div>checking for pread() ... found</div><div>checking for pwrite() ... found</div><div>checking for strerror_r() ... found but is not working</div><div>checking for gnu style strerror_r() ... found</div>
<div>checking for sys_errlist[] ... found</div><div>checking for localtime_r() ... found</div><div>checking for posix_memalign() ... found</div><div>checking for memalign() ... found</div><div>checking for mmap(MAP_ANON|MAP_SHARED) ... found</div>
<div>checking for mmap("/dev/zero", MAP_SHARED) ... found</div><div>checking for System V shared memory ... found</div><div>checking for struct msghdr.msg_control ... found</div><div>checking for ioctl(FIONBIO) ... found</div>
<div>checking for struct tm.tm_gmtoff ... found</div><div>checking for struct dirent.d_namlen ... not found</div><div>checking for struct dirent.d_type ... found</div><div><br></div><div>Configuration summary</div><div>&nbsp;&nbsp;+ using system PCRE library</div>
<div>&nbsp;&nbsp;+ OpenSSL library is not used</div><div>&nbsp;&nbsp;+ md5: using system crypto library</div><div>&nbsp;&nbsp;+ sha1 library is not used</div><div>&nbsp;&nbsp;+ using system zlib library</div><div><br></div><div>&nbsp;&nbsp;nginx path prefix: "/usr/local/nginx"</div>
<div>&nbsp;&nbsp;nginx binary file: "/usr/local/nginx/sbin/nginx"</div><div>&nbsp;&nbsp;nginx configuration prefix: "/usr/local/nginx/conf"</div><div>&nbsp;&nbsp;nginx configuration file: "/usr/local/nginx/conf/nginx.conf"</div>
<div>&nbsp;&nbsp;nginx pid file: "/usr/local/nginx/logs/nginx.pid"</div><div>&nbsp;&nbsp;nginx error log file: "/usr/local/nginx/logs/error.log"</div><div>&nbsp;&nbsp;nginx http access log file: "/usr/local/nginx/logs/access.log"</div>
<div>&nbsp;&nbsp;nginx http client request body temporary files: "client_body_temp"</div><div>&nbsp;&nbsp;nginx http proxy temporary files: "proxy_temp"</div><div>&nbsp;&nbsp;nginx http fastcgi temporary files: "fastcgi_temp"</div>
<div>&nbsp;&nbsp;nginx http uwsgi temporary files: "uwsgi_temp"</div><div><br></div><div><font class="Apple-style-span" face="arial, sans-serif"><span style="border-collapse: collapse; " class="Apple-style-span"><br></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span style="border-collapse: collapse; " class="Apple-style-span">Thank you so much.&nbsp;</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span style="border-collapse: collapse; " class="Apple-style-span">Yanxin<br>
</span></font><br><div class="gmail_quote">On Thu, Mar 24, 2011 at 1:25 PM,  <span dir="ltr">&lt;<a target="_blank" href="sentmsg?compose&amp;To=nginx-request@nginx.org">nginx-request@nginx.org</a>&gt;</span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;" class="gmail_quote">
Send nginx mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a target="_blank" href="http://nginx.org/mailman/listinfo/nginx"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a><br>
or, via email, send a message with subject or body 'help' to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a target="_blank" href="sentmsg?compose&amp;To=nginx-request@nginx.org">nginx-request@nginx.org</a><br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a target="_blank" href="sentmsg?compose&amp;To=nginx-owner@nginx.org">nginx-owner@nginx.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of nginx digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
 &nbsp; 1. Re: What's fastcgi_param scope (Maxim Dounin)<br>
 &nbsp; 2. Re: .htaccess to nginx, how to make wp-minify work? (kaspars)<br>
 &nbsp; 3. Re: What's fastcgi_param scope (Jakub Zalas)<br>
 &nbsp; 4. Re: upload module help (vetri)<br>
 &nbsp; 5. Re: HTTPS - NGINX with Passenger webservers behind F5 load<br>
 &nbsp; &nbsp; &nbsp;balancer (Jarek Zmudzinski)<br>
 &nbsp; 6. Re: HTTPS - NGINX with Passenger webservers behind F5 load<br>
 &nbsp; &nbsp; &nbsp;balancer (Vitaly Tskhovrebov)<br>
 &nbsp; 7. problem in first usage of nginx (Yanxin Zhang)<br>
 &nbsp; 8. Re: problem in first usage of nginx (Ivan)<br>
 &nbsp; 9. Re: problem in first usage of nginx (Alexander Kunz)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 24 Mar 2011 12:24:16 +0300<br>
From: Maxim Dounin &lt;<a target="_blank" href="sentmsg?compose&amp;To=mdounin@mdounin.ru">mdounin@mdounin.ru</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: Re: What's fastcgi_param scope<br>
Message-ID: &lt;<a target="_blank" href="sentmsg?compose&amp;To=20110324092416.GV99496@mdounin.ru">20110324092416.GV99496@mdounin.ru</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hello!<br>
<br>
On Wed, Mar 23, 2011 at 04:34:38PM -0700, Jakub Zalas wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; I'm experiencing odd behavior of fastcgi_param.<br>
&gt;<br>
&gt; Based on the URL I'd like to pass additional parameters to PHP.<br>
&gt;<br>
&gt; For example:<br>
&gt;<br>
&gt; location ~ "^/foo/bar$" {<br>
<br>
Just a side note: use "location = /foo/bar" instead.<br>
<br>
&gt; &nbsp; # this is not passed to fastcgi and not acesible via $_SERVER<br>
&gt; &nbsp; fastcgi_param _ROUTING__route foo;<br>
&gt; &nbsp; fastcgi_index app.php;<br>
<br>
Just a side note: fastcgi_index doesn't make sense here at all.<br>
<br>
&gt; &nbsp; rewrite ^(.*) /app.php last;<br>
&gt; }<br>
<br>
As soon as you did internal redirect (with rewrite) -<br>
configuration in this location no longer applies. &nbsp;Instead<br>
configuration in destination location will be used.<br>
<br>
&gt; # standard PHP stuff<br>
&gt; location ~ \.php {<br>
&gt; &nbsp; &nbsp; set &nbsp;$script &nbsp; &nbsp; $uri;<br>
&gt; &nbsp; &nbsp; set &nbsp;$path_info &nbsp;"";<br>
&gt; &nbsp; &nbsp; if ($uri ~ "^(.+\.php)(/.*)") {<br>
&gt; &nbsp; &nbsp; &nbsp; set &nbsp;$script &nbsp; &nbsp; $1;<br>
&gt; &nbsp; &nbsp; &nbsp; set &nbsp;$path_info &nbsp;$2;<br>
&gt; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; fastcgi_pass &nbsp; <a target="_blank" href="http://127.0.0.1:9000">127.0.0.1:9000</a>;<br>
&gt; &nbsp; &nbsp; include /etc/nginx/fastcgi_params;<br>
&gt; &nbsp; &nbsp; fastcgi_param &nbsp;SCRIPT_FILENAME &nbsp;/var/www/$host/web$script;<br>
&gt; &nbsp; &nbsp; fastcgi_param &nbsp;PATH_INFO &nbsp; &nbsp; &nbsp; &nbsp;$path_info;<br>
&gt; &nbsp; &nbsp; fastcgi_param &nbsp;SCRIPT_NAME $script;<br>
&gt; }<br>
<br>
... and this one has no "fastcgi_param _ROUTING__route" set.<br>
<br>
&gt; I also tried nesting location but the result is the same.<br>
&gt; fastcgi_param defined in nested location block is not passed to PHP.<br>
&gt;<br>
&gt; Could anyone explain me why it works this way?<br>
<br>
See above. &nbsp;Solution is to write explicitly what you want to<br>
happen instead of using internal redirects, i.e. something like<br>
this:<br>
<br>
 &nbsp; &nbsp;location = /foo/bar {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_pass <a target="_blank" href="http://127.0.0.1:9000">127.0.0.1:9000</a>;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;include /etc/nginx/fastcgi_params;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_param SCRIPT_FILENAME /var/www/$host/web/app.php;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_param _ROUTING__route foo;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;...<br>
 &nbsp; &nbsp;}<br>
<br>
Maxim Dounin<br>
<br>
p.s. The only thing which survives internal redirect is variables.<br>
Theoretically you may rewrite your config to set some variables<br>
before rewrite and then use appropriate fastcgi_param in .php<br>
location. &nbsp;But it's not going to scale well and not recommended.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 24 Mar 2011 05:31:35 -0400<br>
From: "kaspars" &lt;<a target="_blank" href="sentmsg?compose&amp;To=nginx-forum@nginx.us">nginx-forum@nginx.us</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: Re: .htaccess to nginx, how to make wp-minify work?<br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a target="_blank" href="sentmsg?compose&amp;To=c7e82d92ec6eaaf22e18941a4385fbd8.NginxMailingListEnglish@forum.nginx.org">c7e82d92ec6eaaf22e18941a4385fbd8.NginxMailingListEnglish@forum.nginx.org</a>&gt;<br>
<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
If your WordPress installation works, WP Minify does too! There is no<br>
need for special rewrites.<br>
<br>
Posted at Nginx Forum: <a target="_blank" href="http://forum.nginx.org/read.php?2,185233,185351#msg-185351"></a><a href="http://forum.nginx.org/read.php?2,185233,185351#msg-185351"><a href="http://forum.nginx.org/read.php?2,185233,185351#msg-185351">http://forum.nginx.org/read.php?2,185233,185351#msg-185351</a></a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 24 Mar 2011 03:22:56 -0700 (PDT)<br>
From: Jakub Zalas &lt;<a target="_blank" href="sentmsg?compose&amp;To=jzalas@gmail.com">jzalas@gmail.com</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@sysoev.ru">nginx@sysoev.ru</a><br>
Subject: Re: What's fastcgi_param scope<br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a target="_blank" href="sentmsg?compose&amp;To=87e0ddd5-3593-4c8c-878e-92e20de1b737@k7g2000yqj.googlegroups.com">87e0ddd5-3593-4c8c-878e-92e20de1b737@k7g2000yqj.googlegroups.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
<br>
<br>
On Mar 24, 10:24?am, Maxim Dounin &lt;<a target="_blank" href="sentmsg?compose&amp;To=mdou...@mdounin.ru">mdou...@mdounin.ru</a>&gt; wrote:<br>
&gt; Hello!<br>
&gt;<br>
&gt; On Wed, Mar 23, 2011 at 04:34:38PM -0700, Jakub Zalas wrote:<br>
&gt; &gt; Hi,<br>
&gt;<br>
&gt; Just a side note: use "location = /foo/bar" instead.<br>
<br>
Actually I need a regexp here. I just simplified my example.<br>
<br>
&gt; As soon as you did internal redirect (with rewrite) -<br>
&gt; configuration in this location no longer applies. ?Instead<br>
&gt; configuration in destination location will be used.<br>
<br>
This explains a lot. Thanks!<br>
<br>
<br>
&gt; See above. ?Solution is to write explicitly what you want to<br>
&gt; happen instead of using internal redirects, i.e. something like<br>
&gt; this:<br>
&gt;<br>
&gt; ? ? location = /foo/bar {<br>
&gt; ? ? ? ? fastcgi_pass <a target="_blank" href="http://127.0.0.1:9000">127.0.0.1:9000</a>;<br>
&gt; ? ? ? ? include /etc/nginx/fastcgi_params;<br>
&gt; ? ? ? ? fastcgi_param SCRIPT_FILENAME /var/www/$host/web/app.php;<br>
&gt; ? ? ? ? fastcgi_param _ROUTING__route foo;<br>
&gt; ? ? ? ? ...<br>
&gt; ? ? }<br>
&gt;<br>
&gt; Maxim Dounin<br>
&gt;<br>
&gt; p.s. The only thing which survives internal redirect is variables. ?<br>
&gt; Theoretically you may rewrite your config to set some variables<br>
&gt; before rewrite and then use appropriate fastcgi_param in .php<br>
&gt; location. ?But it's not going to scale well and not recommended.<br>
<br>
Thank you. Your suggestions helped me a lot.<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 24 Mar 2011 08:10:03 -0400<br>
From: "vetri" &lt;<a target="_blank" href="sentmsg?compose&amp;To=nginx-forum@nginx.us">nginx-forum@nginx.us</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: Re: upload module help<br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a target="_blank" href="sentmsg?compose&amp;To=502dbed122fac8937be4b0466db03dc4.NginxMailingListEnglish@forum.nginx.org">502dbed122fac8937be4b0466db03dc4.NginxMailingListEnglish@forum.nginx.org</a>&gt;<br>
<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
mr alexander,<br>
<br>
&nbsp;i am already using form to to upload files. my doubt is why its not<br>
saving the file in uploaded file <a target="_blank" href="http://name.it">name.it</a> is saving the file in number<br>
form like this &nbsp;0040353221 .i dont know why its happening and one more<br>
question how to parse header using nginx configuration ?<br>
<br>
thanks for the reply<br>
<br>
Posted at Nginx Forum: <a target="_blank" href="http://forum.nginx.org/read.php?2,185057,185375#msg-185375"></a><a href="http://forum.nginx.org/read.php?2,185057,185375#msg-185375"><a href="http://forum.nginx.org/read.php?2,185057,185375#msg-185375">http://forum.nginx.org/read.php?2,185057,185375#msg-185375</a></a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 24 Mar 2011 13:25:10 +0100<br>
From: Jarek Zmudzinski &lt;<a target="_blank" href="sentmsg?compose&amp;To=lists@ruby-forum.com">lists@ruby-forum.com</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: Re: HTTPS - NGINX with Passenger webservers behind F5 load<br>
 &nbsp; &nbsp; &nbsp; &nbsp;balancer<br>
Message-ID: &lt;<a target="_blank" href="sentmsg?compose&amp;To=07139f4e5d84597f445649d65126d7fb@ruby-forum.com">07139f4e5d84597f445649d65126d7fb@ruby-forum.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Jarek Zmudzinski wrote in post #986664:<br>
&gt; What I would like is to NGINX listen to https:// on port 80 this way any<br>
&gt; https request to F5 LB could still be taken care of by NGINX listening<br>
&gt; on port 80 without being redirected to http. But I am afraid it's not<br>
&gt; possible.<br>
<br>
Problem solved. It was a F5 configuration issue. NGINX doesn't redirect<br>
https:// on port 80 to <a href="http://."><a href="http://.">http://.</a></a><br>
<br>
Thanks.<br>
<br>
--<br>
Posted via <a target="_blank" href="http://www.ruby-forum.com/"></a><a href="http://www.ruby-forum.com/"><a href="http://www.ruby-forum.com/">http://www.ruby-forum.com/</a></a>.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Thu, 24 Mar 2011 20:40:17 +0300<br>
From: Vitaly Tskhovrebov &lt;<a target="_blank" href="sentmsg?compose&amp;To=vt@chgk.info">vt@chgk.info</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: Re: HTTPS - NGINX with Passenger webservers behind F5 load<br>
 &nbsp; &nbsp; &nbsp; &nbsp;balancer<br>
Message-ID: &lt;<a target="_blank" href="sentmsg?compose&amp;To=4D8B8201.9000009@chgk.info">4D8B8201.9000009@chgk.info</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
Thanks for your follow up.<br>
<br>
--<br>
Regards, Vitaly Tskhovrebov<br>
System Administrator<br>
U.S. <a target="_blank">+1 (206) 905-9939</a><br>
Russia <a target="_blank">+7 911 094-2035</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Thu, 24 Mar 2011 13:03:36 -0700<br>
From: Yanxin Zhang &lt;<a target="_blank" href="sentmsg?compose&amp;To=zhynxn@gmail.com">zhynxn@gmail.com</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: problem in first usage of nginx<br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a target="_blank" href="sentmsg?compose&amp;To=AANLkTinRmkR1taDHSMugJUjhF63kBDZ3%2B40K8u-_ebhm@mail.gmail.com">AANLkTinRmkR1taDHSMugJUjhF63kBDZ3+40K8u-_ebhm@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hello,<br>
I have several questions about using NginX.<br>
<br>
1)<br>
After I first install nginx-0.8.41 in Ubuntu 8.04 system, with the default<br>
.conf file.<br>
I start nginx with <a target="_blank" href="http://127.0.0.1:8000">127.0.0.1:8000</a>, however, I can not see the default<br>
webpage. The browser can not connect to server.<br>
Could anyone help me to figure it out?<br>
<br>
2)<br>
I am following the instructions in<br>
<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a><br>
<br>
to configure nginx.<br>
when I start nginx, I encounter the error:<br>
[emerg]: unknown directive "chunkin" in ./conf/nginx.conf:36<br>
<br>
The line is<br>
&nbsp;35 &nbsp; &nbsp; server {<br>
&nbsp;36 &nbsp; &nbsp; &nbsp; &nbsp; chunkin on;<br>
&nbsp;37 &nbsp; &nbsp; &nbsp; &nbsp; listen &nbsp; &nbsp; &nbsp; &nbsp;<a target="_blank" href="http://127.0.0.1:8000">127.0.0.1:8000</a>;<br>
<br>
<br>
Thanks,<br>
Yanxin<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a target="_blank" href="http://nginx.org/pipermail/nginx/attachments/20110324/cff6ff28/attachment-0001.html"></a><a href="http://nginx.org/pipermail/nginx/attachments/20110324/cff6ff28/attachment-0001.html"><a href="http://nginx.org/pipermail/nginx/attachments/20110324/cff6ff28/attachment-0001.html">http://nginx.org/pipermail/nginx/attachments/20110324/cff6ff28/attachment-0001.html</a></a>&gt;<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Thu, 24 Mar 2011 23:23:29 +0300<br>
From: Ivan &lt;<a target="_blank" href="sentmsg?compose&amp;To=bdfy@mail.ru">bdfy@mail.ru</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: Re: problem in first usage of nginx<br>
Message-ID: &lt;<a target="_blank" href="sentmsg?compose&amp;To=E1Q2r45-0001d2-00.bdfy-mail-ru@f238.mail.ru">E1Q2r45-0001d2-00.bdfy-mail-ru@f238.mail.ru</a>&gt;<br>
Content-Type: text/plain; charset="koi8-r"<br>
<br>
 &nbsp;(<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a>) &nbsp;<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a> (<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a>)<br>

This module is not distributed with the Nginx source. See &nbsp;the installation instructions (<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule#Installation"></a><a href="http://wiki.nginx.org/HttpChunkinModule#Installation"><a href="http://wiki.nginx.org/HttpChunkinModule#Installation">http://wiki.nginx.org/HttpChunkinModule#Installation</a></a>) .<br>

<br>
<br>
Thu, 24 Mar 2011 13:03:36 -0700 ?????? ?? Yanxin Zhang &lt;<a target="_blank" href="sentmsg?compose&amp;To=zhynxn@gmail.com">zhynxn@gmail.com</a>&gt;:<br>
<br>
Hello, I have several questions about using NginX.<br>
1) After I first install nginx-0.8.41 in Ubuntu 8.04 system, with the default .conf file. I start nginx with <a target="_blank" href="http://127.0.0.1:8000">127.0.0.1:8000</a>, however, I can not see the default webpage. The browser can not connect to server. Could anyone help me to figure it out?<br>

2)<br>
I am following the instructions in &nbsp; (<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a>) &nbsp;<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a> (<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a>)<br>

to configure nginx. when I start nginx, I encounter the error: [emerg]: unknown directive "chunkin" in ./conf/nginx.conf:36<br>
The line is &nbsp;35 &nbsp; &nbsp; server { 36 &nbsp; &nbsp; &nbsp; &nbsp; chunkin on; 37 &nbsp; &nbsp; &nbsp; &nbsp; listen &nbsp; &nbsp; &nbsp; &nbsp;<a target="_blank" href="http://127.0.0.1:8000">127.0.0.1:8000</a>;<br>
<br>
Thanks,Yanxin<br>
<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
&nbsp;<a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a> (sentmsg?compose&amp;amp;To=<a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a>)<br>
 &nbsp;(<a target="_blank" href="http://nginx.org/mailman/listinfo/nginx"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a>) &nbsp; (<a target="_blank" href="http://nginx.org/mailman/listinfo/nginx"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a>) &nbsp;<a target="_blank" href="http://nginx.org/mailman/listinfo/nginx"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a> (<a target="_blank" href="http://nginx.org/mailman/listinfo/nginx"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a>)<br>

<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a target="_blank" href="http://nginx.org/pipermail/nginx/attachments/20110324/c7866067/attachment-0001.html"></a><a href="http://nginx.org/pipermail/nginx/attachments/20110324/c7866067/attachment-0001.html"><a href="http://nginx.org/pipermail/nginx/attachments/20110324/c7866067/attachment-0001.html">http://nginx.org/pipermail/nginx/attachments/20110324/c7866067/attachment-0001.html</a></a>&gt;<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Thu, 24 Mar 2011 21:25:56 +0100<br>
From: Alexander Kunz &lt;<a target="_blank" href="sentmsg?compose&amp;To=akunz@ntmedia.de">akunz@ntmedia.de</a>&gt;<br>
To: <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
Subject: Re: problem in first usage of nginx<br>
Message-ID: &lt;<a target="_blank" href="sentmsg?compose&amp;To=4D8BA8D4.9080403@ntmedia.de">4D8BA8D4.9080403@ntmedia.de</a>&gt;<br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
<br>
Hello Yanxin,<br>
<br>
starts nginx if you not set the chunkin on; option?<br>
<br>
Chunkin is no build in option, you must build ngnix from source. Use<br>
<br>
--add-module=/path/to/chunkin-nginx-module<br>
<br>
<br>
while you configure...Described here:<br>
<br>
<a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule#Installation"></a><a href="http://wiki.nginx.org/HttpChunkinModule#Installation"><a href="http://wiki.nginx.org/HttpChunkinModule#Installation">http://wiki.nginx.org/HttpChunkinModule#Installation</a></a><br>
<br>
If you already do this, please show us the output from<br>
<br>
nginx -V<br>
<br>
<br>
Cheers,<br>
Alexander<br>
<br>
<br>
<br>
On <a target="_blank">24.03.2011 21</a>:03, Yanxin Zhang wrote:<br>
&gt; Hello,<br>
&gt; I have several questions about using NginX.<br>
&gt;<br>
&gt; 1)<br>
&gt; After I first install nginx-0.8.41 in Ubuntu 8.04 system, with the<br>
&gt; default .conf file.<br>
&gt; I start nginx with <a target="_blank" href="http://127.0.0.1:8000">127.0.0.1:8000</a> &lt;<a target="_blank" href="http://127.0.0.1:8000"></a><a href="http://127.0.0.1:8000"><a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a></a>&gt;, however, I<br>
&gt; can not see the default webpage. The browser can not connect to server.<br>
&gt; Could anyone help me to figure it out?<br>
&gt;<br>
&gt; 2)<br>
&gt; I am following the instructions in<br>
&gt; <a target="_blank" href="http://wiki.nginx.org/HttpChunkinModule"></a><a href="http://wiki.nginx.org/HttpChunkinModule"><a href="http://wiki.nginx.org/HttpChunkinModule">http://wiki.nginx.org/HttpChunkinModule</a></a><br>
&gt;<br>
&gt; to configure nginx.<br>
&gt; when I start nginx, I encounter the error:<br>
&gt; [emerg]: unknown directive "chunkin" in ./conf/nginx.conf:36<br>
&gt;<br>
&gt; The line is<br>
&gt; &nbsp;35 &nbsp; &nbsp; server {<br>
&gt; &nbsp;36<br>
&gt; &nbsp;37 &nbsp; &nbsp; &nbsp; &nbsp; listen <a target="_blank" href="http://127.0.0.1:8000">127.0.0.1:8000</a> &lt;<a target="_blank" href="http://127.0.0.1:8000"></a><a href="http://127.0.0.1:8000"><a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a></a>&gt;;<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Yanxin<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; nginx mailing list<br>
&gt; <a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
&gt; <a target="_blank" href="http://nginx.org/mailman/listinfo/nginx"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a target="_blank" href="http://nginx.org/pipermail/nginx/attachments/20110324/e39e9822/attachment.html"></a><a href="http://nginx.org/pipermail/nginx/attachments/20110324/e39e9822/attachment.html"><a href="http://nginx.org/pipermail/nginx/attachments/20110324/e39e9822/attachment.html">http://nginx.org/pipermail/nginx/attachments/20110324/e39e9822/attachment.html</a></a>&gt;<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a target="_blank" href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
<a target="_blank" href="http://nginx.org/mailman/listinfo/nginx"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a><br>
<br>
<br>
End of nginx Digest, Vol 17, Issue 55<br>
*************************************<br>
</blockquote></div><br></div></div>

_______________________________________________<br>
nginx mailing list<br>
<a href="sentmsg?compose&amp;To=nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank"></a><a href="http://nginx.org/mailman/listinfo/nginx"><a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a></a><br>
<br>
</div></blockquote><br></BODY></HTML>