• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question Domain/Page Forwarding with Port

Syc

New Pleskian
Hey Guys,

crr, i had some trubble with Forwarding on my Plesk VM, and no more idea how to solve it -.-


i got the following Situation:

Host = Proxmox
Server 1: CentOS with Plesk (only WebServer)
Server 2: UCS with Kopano (AD & MailServer)
Server 3 & 4: Windows Server 2016 (but i think, they'll be not interesting to solve my problem :D)

i open the ports 80,8080,8443,443 for the Plesk VM and set the Mail Ports 25,110,143,995,993,465, etc. for the Kopano Server... The mail delivery on both ways works fine, but now i had some trubble with the Webapp...

Cause i need port 443 for som features of my webpages, i set the port forwarding to the Kopano-Web panel on 4433... So with "https://domain.com:4433/webapp" i got access to the Kopano-WebMailer, but is there any chance to tell Plesk, if i connect to "webmail.domain.com" or "domain.com/webmail" that it schould be redirected to the "https://domain.com:4433/webapp"?

I tryed the "Domain Forwarding" and:

Code:
ProxyRequests Off
ProxyPass               /webapp                         https://192.168.50.2/webapp timeout=120 flushpackets=on
ProxyPassReverse        /webapp                         https://192.168.50.2/webapp

in the "Apache & nginx Settings", but both didnt work for me... Is there any other option, or did is something wrong?

What happen if i edit the Apache manually with the Tags above? Will Plesk override it?


Sorry, my english is not the best, but i hope you understand what's my problem ist :D


Thanks @AlL

Greetz Syc
 
Last edited:
Back
Top