• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Port forward 8880 to 8443

E

EdwardDekker

Guest
Hello,

I have installed a SSL certificate for my Plesk panel. How could i forward Plesk port 8880 to 8443 to be get secured.
Or otherwise disable port 8880 for unsecured connections.

Regards,
Edward
 
Hello Igor

If i go to line 15 of /etc/sw-cp-server/applications.d/plesk.conf

Old:
include_shell "/etc/sw-cp-server/applications.d/plesk.socket.sh 8880"

New:
include_shell "/etc/sw-cp-server/applications.d/plesk.socket.sh 8880 ssl"

Reboot Pesk
Code:
 /etc/init.d/sw-cp-server restart

Than i have resolved my question.

Regards
Edward
 
Last edited by a moderator:
Update: Secure port 8880

Hello everybody,

As today i see a updated file into /etc/sw-cp-server/applications.d/plesk.conf at Plesk 10.3.
Maybe will it be better to update this post and help the other ones at this forum that having the same issue.

Also will i advise to build a function into Plesk 10 itself. (Hopefuly that Parallels reads this post)
e.g. into the server-wide configuration to secure port 8880 once and for all.

Kind of regards,
Edward

Code:
server.modules += ("mod_expire", "mod_fastcgi", "mod_rewrite", "mod_accesslog", "mod_alias", "mod_compress")

compress.filetype = ("text/plain", "text/html", "text/javascript", "text/css", "text/xml")
$HTTP["url"] !~ "\.php3?$" {
    expire.url = ( "" => "access 1 months")
}
url.rewrite-once = (
    "/skins/branding/.*\.php.*" => "/",
    "/sitebuilder/skins/branding/.*\.php.*" => "/"
)

server.tag = "sw-cp-server"

include_shell "/etc/sw-cp-server/applications.d/plesk.socket.sh 8443 ssl"
include_shell "/etc/sw-cp-server/applications.d/plesk.socket.sh 8880 ssl"
include_shell "/etc/sw-cp-server/applications.d/plesk.socket.sh 8443 ipv6 ssl"
include_shell "/etc/sw-cp-server/applications.d/plesk.socket.sh 8880 ipv6 ssl"
 
Last edited by a moderator:
Back
Top