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

Search results

  1. A

    Question nginx rewrites

    Tried that 1st.. no effect at all.
  2. A

    Question nginx rewrites

    Surely we don't need to resort to custom templates to do this?
  3. A

    Question nginx rewrites

    I am trying to do a very simple removal of index.php from a url using nginx only config. eg https://www.domain.com/index.php/some/category The standard code has no effect in Additional nginx settings and has to be placed within the server block .. which of course will not survive a rebuild...
  4. A

    Question How to setup a SFTP account in Plesk

    Create the ftp account as usual. Make sure you set the domain as root not a publically accessible sub folder (bash history will be stored here) now edit /etc/passwd change /bin/false to /bin/bash restart ssh now your ftp user can ssh /sftp into the box not supported but works just fine.
  5. A

    Question nginx and varnish (docker)

    OK story so far.. this is Magento 2.. So creating a custom nginx block in /etc/nginx/conf.d/ with a copy of the port 80 nginx server block (minus any extension inserts) running on a random port and pointing varnish (default m2 exported vcl) to this works just fine for everything except images...
  6. A

    Question Magento 2.4.6 mulitple vhosts on a single server and Varnish in Docker

    Hey Yes, works just fine. Use an alias to make life easier (if using a full domain just point it to the same varnish instance) Add something like this to your apache settings (or .htaccess) SetEnvIf Host www.my_second_domain.co.uk* MAGE_RUN_CODE=web_code SetEnvIf Host...
  7. A

    Question docker ports

    v Despite all the settings in the container being identical
  8. A

    Question docker ports

    Hi there What determines if docker is mapped like this 127.0.0.1:32899->80/tcp, 127.0.0.1:32898->8443/tcp or like this e55609449eec varnish:7.3.1 "/usr/local/bin/dock…" 11 days ago Up 12 hours 0 it seems to select these at random?
  9. A

    Question custom nginx config

    Dude! Thank you. That works a treat.
  10. A

    Question custom nginx config

    How hard can this be? Can anyone point me to the file that needs editing to add something to the very bottom of the nginx.conf file?
  11. A

    Question custom nginx config

    Hi there All attempts to edit nginxDomainVirtualHost.php insert includes INTO the server blocks.. each block we want an include at the bottom of this file Not matter where I put the include it is the wrong location. in essence all I want is if custom.conf exists include custom.conf (which...
  12. A

    Question custom nginx config

    HI all I want to add a new server block to nginx.conf The easiest way seems to be a simple if exists ... include "/var/www/vhosts/system/domain.com/conf/vhost_nginx.conf"; at the bottom However, I cant find the right file to add this to...
  13. A

    Question nginx and varnish (docker)

    OK the silence is deafening.. what if I add a new nginx block for a new port (minus the docker proxy block) and point varnish to this port?
  14. A

    Question nginx and varnish (docker)

    Has anyone worked out a method of running pure nginx with varnish? Currently I can run everything with nginx only but the only way I can get varnish running in docker is to point that to 7080 / apache. Can anyone see a way to point varnish to nginx?
  15. A

    Issue docker ports

    Hi all, We use docker a LOT for varnish / redis / elasticsearch / opensearch normally with any issues We have one server where suddenly plesk is allocating used ports to new containting causing all sorts of mayhem. So for instance the next new port is 32986 it is automatically allocating to...
  16. A

    Issue new relic mystery

    Hi all I have installed the new relic extension.. added the api key and ticked php 7.4 everything claimed to have installed and server data is showing in NR However, none of the relevant php extensions have been installed in 7.4 folder. I went back and ticked 7.3 and this installed fine...
  17. A

    Issue Mysql server under pressure (too much ?)

    Run mysqltuner to get suggestions on what settings to use
  18. A

    Issue ERROR: Zend_Http_Client_Adapter_Exception: Unable to Connect to ssl://hub.docker.com:443. Error #110: Connection timed out (Socket.php:235)

    Same issues here Docker Catalog at Localhost ERROR: Zend_Http_Client_Adapter_Exception: Unable to Connect to ssl://hub.docker.com:443. Error #0: (Socket.php:235) Search for related Knowledge Base articles
  19. A

    Question remove legacy authentication protocols, such as POP3 and IMAP

    We are seeing requests from customers via their insurance companies to enhance email security with phrases like "remove legacy authentication protocols, such as POP3 and IMAP" This sounds like a glorified advert for 365 or google However, is there anyway to allow similar through plesks offerings?
  20. A

    Question IPs disconnected after plesk updates

    happened again today.. this time Rescan IP does not work and we had to remove and re-add all IPs.. has anyone found a permanent fix for this?
Back
Top