Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hello,
I want all mails to leave the server even thos that appear to be local, because the mail server is on a different IP.
For that I changed in /etc/postfix/main.cf from
virtual_transport = plesk_virtual
to
virtual_transport = relay
And after restart of postfix, it works fine...
Hello,
varnish connects to Apache on 127.0.0.1:8081.
But in the configuration file it is <VirtualHost 123.12.1.2:8081 >
How to make plesk write the local IP or the * instead?
Apache and Varnish without Nginx
After having changed the Apache port, it does not load the domain-specific directory but the default parallels landingpage.
Could you please review my post here?
http://forum.parallels.com/showthread.php?t=280668
Hello,
I am quite astouned how hard it is to change a port number in Plesk for such a common scenario as using Varnish and/or Nginx in front of Apache.
My goal is to change the port of Apache to 8081 and let Varnish accept connections on port 80.
The official documentation tells that...