• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. 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...
  2. 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...
  3. A

    Question docker ports

    v Despite all the settings in the container being identical
  4. 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?
  5. A

    Question custom nginx config

    Dude! Thank you. That works a treat.
  6. 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?
  7. 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...
  8. 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...
  9. 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?
  10. 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?
  11. 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...
  12. 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...
  13. A

    Issue Mysql server under pressure (too much ?)

    Run mysqltuner to get suggestions on what settings to use
  14. 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
  15. 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?
  16. 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?
  17. A

    Resolved One or more IP addresses registered in Plesk are missing from the server's network

    In what sense is this "resolved" ?? This happens at least once every 3 -4 months.. affecting dozens of servers at a time at 6:30 in the morning. I can see a few others are going through the same. Just because you can rescan the IPs to fix does not mean it is "resolved"?
  18. A

    Resolved One or more IP addresses registered in Plesk are missing from the server's network

    Interestingly this happened on a server where plesk updates were specifically turned OFF.
  19. A

    Resolved One or more IP addresses registered in Plesk are missing from the server's network

    ok so restarting interfaces sudo ifdown --exclude=lo -a && sudo ifup --exclude=lo -a then plesk repair web -y -v seems to have fixed it..
  20. A

    Resolved One or more IP addresses registered in Plesk are missing from the server's network

    interstingly the main ip is handled / defined within netplan while plesk (broken ips) are handled within /etc/network
Back
Top