Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>UPDATE (November 19th, 2013): Modified script for nginx 1.4.3 (Does not need spdy patch)</p> <p><a href="https://gist.github.com/deepak-kumar/7541199#file-compile_nginx_1-4-3_with-spdy-sh">https://gist.github.com/deepak-kumar/7541199#file-compile_nginx_1-4-3_with-spdy-sh</a></p> <p>I wrote Shell Script for the setup</p> <p><a href="https://gist.github.com/deepak-kumar/5069550#file-compile_nginx_with_spdy-sh">https://gist.github.com/deepak-kumar/5069550#file-compile_nginx_with_spdy-sh</a></p> <p>I have found the solution to the problem.</p> <p>I already had nginx package installed on my ubuntu 12.04 even before compiling this 1.3.13 which was causing the problem.<code>$ sudo apt-get install nginx</code></p> <p>To solve this issue I made sure that /etc/init.d/nginx should use the correct binary.</p> <p>I did following on terminal:</p> <pre><code>$ which nginx $ /usr/local/sbin/nginx </code></pre> <p>Checked my existing <code>/etc/init.d/nginx</code> script it was using wrong <code>DAEMON</code> path so I changed it to look like this (works)</p> <pre><code>PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/local/sbin/nginx # $which nginx </code></pre> <p>Earlier above values were (does not work)</p> <pre><code>#PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin #DAEMON=/usr/sbin/nginx </code></pre> <p>Rest of the file remains same. So essentially I used the correct version binary.</p> <p>Update: This blog is also a very good reference point in case you guys are interested. <a href="http://blog.bubbleideas.com/2012/08/How-to-set-up-SPDY-on-nginx-for-your-rails-app-and-test-it.html">http://blog.bubbleideas.com/2012/08/How-to-set-up-SPDY-on-nginx-for-your-rails-app-and-test-it.html</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload