• 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.

Resolved Problems of config of Varnish using Docker

greg2017

New Pleskian
Hi everybody
I am running this domain [redacted] using Varnish under Docker and it is running perfect

Docker / Varnish

Details

Settings
For a Magento Update I transfered a copy of the shop to a dev server and changed the domain to dachbox2.ch
And set up Docker

Varnish Details

Varnish Settings:

We always got some 503 errors but after changing PHP to FMP by Apache once the error message went away and I only get the Plesk Defaut page:
But his page is not in den FTP directory.

So we think that somehow the settings are wrong or cached.
FYI: I am not a developer but I communicate with a external Linux Expert that does not know Plesk/Docker/Varnish very wel

Thanks a lot for any hints!

Gregor
 
Last edited by a moderator:
my developer writs me:

To define that you need to go and update the file /etc/varnish/default.vcland find the following section, that will be configured for our example purpose like this: backend default { .host = "192.168.1.2"; .port = "8080"; .first_byte_timeout = 60s; .connect_timeout = 300s;} It will instruct Varnish to listen the application running at IP 192.168.1.2 and port 8080.

where can we find this file
/etc/varnish/default.vcland

Thanks!
 
We did this

in /root we found a default.vcl
this was a kind of active one, but you need to put it inside of container first
commands are:
docker cp default.vcl varnish:/etc/varnish
docker restart varnish
 
Back
Top