• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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