CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


How to change apache port in plesk and enable nginx

You can change Apache web server port to use a lightweight high-performance web server, such as nginx, as a front-end web server, and move Apache web server to back-end.

To change Apache web server port, use the websrvmng utility with the following options:

  1.     –set-http-port – set a custom http port;
  2.     –get-http-port – get a custom http port;
  3.     –set-https-port – set a custom https port;
  4.     –get-https-port – get a custom https port.

To change Apache web server http port to 8888, issue the following command:

# /usr/local/psa/admin/sbin/websrvmng --set-http-port --port=8888

# /usr/local/psa/admin/sbin/websrvmng --reconfigure-all

# /usr/local/psa/admin/sbin/webmailmng --disable --name=horde

# /usr/local/psa/admin/sbin/webmailmng --enable --name=horde

# /usr/local/psa/admin/sbin/webmailmng --disable --name=atmail

# /usr/local/psa/admin/sbin/webmailmng --enable --name=atmail

# /usr/local/psa/admin/sbin/webmailmng --disable --name=atmailcom

# /usr/local/psa/admin/sbin/webmailmng --enable --name=atmailcom

You can  add vhost for a domain in nginx as follows in plesk,

# cat /etc/nginx/vhost.template

server {

listen 80;

server_name <domain.name> www.<domain.name>;

access_log /var/log/nginx/<domain.name>.access.log main;

#Main location

location / {

proxy_pass http://<domain.name>:8080/;

proxy_redirect default;

proxy_set_header Host $host;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

client_max_body_size 10m;

client_body_buffer_size 128k;

proxy_connect_timeout 90;

proxy_send_timeout 90;

proxy_read_timeout 90;

proxy_buffer_size 4k;

proxy_buffers 4 32k;

proxy_busy_buffers_size 64k;

proxy_temp_file_write_size 64k;

open_file_cache max=1024 inactive=600s;

open_file_cache_valid 2000s;

open_file_cache_min_uses 1;

open_file_cache_errors on;

}

# Static files location

location ~* ^.+.(jpg|jpeg|gif|png|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|wav|bmp|rtf|js|ico|swf)$ {

root /var/www/vhosts/<domain.name>/httpdocs;

expires 30d;

}

}

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 12345
6789101112
13141516171819
20212223242526
27282930 

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top