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.
It´s a little bit complicated to describe.
I try to explain that in detail.
First Part: There is one active Domain / Database for an Wordpress Installation (www.domain.tld) - via Apache Webserver, no nginx
Second Part: Second Database for TomCat Instance (manually installed / configured Tomcat...
That´s clear. But this Apache "redirect" or proxy is used to redirect an external request at "www.domain.tld/App/" to an alone standing Tomcat Instance (not Plesk)!
My question is regarding, how can i close the open proxy for everyone, that nobody can use it to fire spam mails, or illegal...
Ok - i missed some informations!
There is used apache with mod_proxy and following modules - proxy_http, proxy, proxy_fcgi, proxy_ajp
and following additional rules for apache:
ProxyRequests On
ProxyPreserveHost On
ProxyPass /App/ 127.0.0.1:8080/App/
ProxyPassReverse /App/ 127.0.0.1:8080/App/
Hello guys.
I get some questions / informations that the server will provide an open Proxy Server for everyone on Ubuntu 14 - Plesk 17.5.3!
How can i check or disable the proxy server, that nobody can use the server from outside?
If you need more informations, please ask for it - i don´t know...
Hello @IgorG !
Thanks for your response.
Yes, i choosed the forwarding option. Is there any other possibility to redirect it manually via Plesk or do i have to edit the vhost.conf for this?
On the server there is also an extern (not Plesk) TomCat instance and i need to put the subdomain...
Hello guys,
Thanks for your great help here in the forum.
I added the subdomain app.xxx.com to the plesk domains and redirect to the server ip: x:xx.xx.xx:8080/app/
Now i would like to use the Let´s Encrypt Extension from Plesk to create and integrate an SSL Cert for this Subdomain...