• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Apache on different port

M

meto

Guest
Hi,

I'd like to run Apache:)82) and lighttpd:)81) as backend servers and nginx as frontend server (using reverse proxy). Every thing work grate in test config: nginx:82 and apache:80, but if i reverse it server fails to resolve vhosts. I figured that every vhost comes with :80 port directiv in PLESK config. Here comes the question: Is it possible to reconfigure PLESK settings to other port? I've tried changing Listen to 81 and %plesk%/weebsrvmng -a, which doesn't do the thing... Maybe other solution?
 
I've redirected port 80 to 82 with ipchains. Performance loss is qite big. If anybody want to see theis solution i can write a small tutorial.

Server config is now: Frondend - nginx (fast, efficient keepalive's) Backend: Apache - (slow and boring, default for all) and Lighttpd (for very big sites).

Req/s in Apache status before was ~100. Now Apache reports <10 req/s and Lighttpd <30 req/s.
 
Back
Top