Welcome to Centmin Mod Community
Become a Member

Hi, God Bless the Queen and CentMinMod creators, Few Question

Discussion in 'Introductions' started by danielsl, Nov 14, 2014.

  1. danielsl

    danielsl New Member

    26
    3
    3
    Nov 7, 2014
    Ratings:
    +4
    Local Time:
    3:46 AM
    centminmod 123.09beta01
    5.5
    QuestionS

    Cant recreate the environment I used to work back to apache

    under ZpanelCP I had jetty installed to opt/jetty chowned to jetty user

    With reversed proxy
    -->zpanel vitualovveride

    ServerName f.0dan.ru
    ServerAlias www.f.0dan.ru
    ProxyRequests off
    ProxyPreserveHost On

    ProxyPass / http://f.0dan.ru:8085/war/
    ProxyPassReverse / http://f.0dan.ru:8085/war/


    ------------------------
    What ever I do i can't get it work under nginx
    403 or 503 all i have
    If anyone could help..
    I saw here NOde.js guidewith some proxing, but didn't get a thing
    mine config is
    location ^~/.* {
    proxy_pass http://f.0dan.ru:8080;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $http_host;}



    Myself

    Modx revo, evo i used to host on ZpanelCP got new life with centminmod,
    PHP 5.3. -> 5.4 mods, equally double faster execution time,
    nginx faster resources fetching


    Really Glad I made .
    Planing to use for Ghost, Cloud, Elastic search( need to install MEAN STACK somehow.
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,614
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    10:46 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. danielsl

    danielsl New Member

    26
    3
    3
    Nov 7, 2014
    Ratings:
    +4
    Local Time:
    3:46 AM
    centminmod 123.09beta01
    5.5
    jetty is java servlet http engine
    works after installing java jdk
    Its like tomcat server but a bit lighter
    Ok
    you can run your scripts like google does on its app server with gwt engine. really cool. if you like java programming ... then its compiled to server side jsp and client side js
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,614
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    10:46 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    oh i see.. so it works now once you installed Java JDK ?