Want to subscribe to topics you're interested in?
Become a Member

SPDY with Apache + Nginx as reverse proxy

Discussion in 'System Administration' started by Andrew, Aug 9, 2014.

  1. Andrew

    Andrew New Member

    8
    1
    3
    Aug 9, 2014
    Ratings:
    +1
    Local Time:
    6:23 AM
    MariaDB 10
    I currently have my site on a server that runs whm. I am Apache and Nginx running together via nginxadmin plugin. What would be the best way to setup SPDY. Do I download it for Apache or Nginx? I also use maxcdn as a cdn as well.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    10:23 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    This forum is mainly for Centmin Mod Nginx which is pure 100% Nginx web server with no proxying so not really intended for non-Centmin Mod setups :)

    But for your situation yes you'd need to setup SPDY SSL on Nginx which in fact is probably easier to do. But it would be left up to you to do as I don't think nginxadmin has SPDY module compiled for Nginx Module ngx_http_spdy_module

    So SPDY wouldn't be supported by nginxadmin unless you recompile nginxadmin.

    But maxcdn on SSL will be expensive, don't recall the costs for maxcdn SSL CDN e

    edit: okay seems maxcdn with custom SSL CDN is an extra $39/month = US$468/yr !
     
    Last edited: Aug 9, 2014
  3. Andrew

    Andrew New Member

    8
    1
    3
    Aug 9, 2014
    Ratings:
    +1
    Local Time:
    6:23 AM
    MariaDB 10
    How easy would it be to just dump whm so I could only use nginx? I already run mariadb and php-fpm.
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,361
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    10:23 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    not that easy for whm, you better off setting up a new server without any control panel using CentOS 6.5 64bit and then install Centmin Mod Nginx if that's the route you want.

    If you want to remove WHM/Cpanel and switch to non-Centmin Mod Nginx/PHP-FPM, then don't think I'd be able to help you there as actually never done it before.