• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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