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

    Issue Appwrite Websocket not working

    I am running selfhosted appwrite behind nginx: $:/home/appwrite# docker port appwrite-traefik 80/tcp -> 0.0.0.0:32080 80/tcp -> [::]:32080 443/tcp -> 0.0.0.0:32443 443/tcp -> [::]:32443 Websocket working...
  2. itexpertnow

    Resolved Websockets not working in Docker

    1. Disable proxy mode. 2. Remove docker proxy 3. Use the following and add YOUR_DOCKER_PORT to the Additional nginx directives
  3. itexpertnow

    Resolved NextJS image not able to optimization

    this is really strange, both approaches are now working even when using the .bin/next file, not sure what happened: https://dev.amcolubricants.com/_next/image?url=%2Fcontent%2Fimages%2Fuser-icon.png&w=128&q=75
  4. itexpertnow

    Resolved NextJS image not able to optimization

    Only solution I found is to host the website somewhere else. I used vercel, it's free and works perfectly
  5. itexpertnow

    Resolved next.js images not loading error 500

    Hi, I am get issue while loading the image in NextJS project. The issue is with NextJS <Image> tag. If I use <Image/> than in production the image not get load/display. It gives 500 error. If I add unoptimized in <Image /> than it get load in production. I tried deploying the same github repo...
  6. itexpertnow

    Resolved NextJS image not able to optimization

    I have the same issue, any idea how to fix? No error https://dev.amcolubricants.com/images/footage-placeholder.png Error 500 https://dev.amcolubricants.com/_next/image?url=/images/footage-placeholder.png&w=3840&q=75
  7. itexpertnow

    Question how to access python flask on my server?

    Hi, I want to build an api on my website, I created python venv and installed flask with a simple script. The application is running, I can access it locally but I don't know how to access it through the internet? also I am not sure if I am using nginx or apache, I think nginx. please help...
  8. itexpertnow

    Resolved block / strict access to sensitive files

    Thank you! that worked after I remove the extensions I wanted to block from this list:
  9. itexpertnow

    Resolved block / strict access to sensitive files

    Hi, how to block access to sensitive files i nthis location? /var/www/vhosts/domain.com/httpdocs/wp-content/updraft/ I tried this nginx config but it didn't work: Home > Domains > Apache & nginx Settings > Additional nginx directives #Deny access to wp-content folders for suspicious files...
  10. itexpertnow

    Plesk failed to protect from email spoofing

    Username: TITLE Plesk failed to protect from email spoofing PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Ubuntu 22.4 Plesk Version 18.0.53 PROBLEM DESCRIPTION Email Header Analyzer, RFC822 Parser - MxToolbox STEPS TO REPRODUCE ACTUAL RESULT the email was not blocked...
  11. itexpertnow

    Issue Need help - all emails goes to spam

    There is a problem with plesk config, I don't work for plesk but I can help you sort this out, also to add security hardening on postfix to improve email delivery, prevent email spoofing, book an appointment https://mxtoolbox.com/SuperTool.aspx?action=dmarc%3ai-web.nl&run=toolpage
  12. itexpertnow

    Issue Auto Discover for multiple domains on the same server

    Hi, I have multiple domains on the same plesk server, I need help with 2 issues: 1. When the user send an email from their laptop outlook application, the public IP "From" will be exposed, is there a way to hide the sender IP? As example: Hop Delay From By With Time (UTC) Blacklist...
  13. itexpertnow

    Question mail server vs multiple domains

    Thank you Peter, I have following your suggestion and send your a private message with more details.
  14. itexpertnow

    Question mail server vs multiple domains

    one more question please: Litespeed cache plugin is showing errors: The link in question is accessable on the browser but it seems there is some restrictions on plesk: [15-Jun-2023 02:59:24 UTC] PHP Warning...
  15. itexpertnow

    Question mail server vs multiple domains

    I installed plesk today Installation: 1. I created a new VPS, then set the hostname to itexpertnow.com 2. I configured reverse DNS to: mail.itexpertnow.com 3. Rebooted the machine then, I install plesk from Plesk Web Installer After installation completed, I added a domain and generated SSL...
  16. itexpertnow

    Question mail server vs multiple domains

    How to do this properly? I am thinking I should change the server hostname to mail.maindomain.com or maindomain.com what do you think? hostnamectl set-hostname mail.maindomain.com or maindomain.com ? also the same question for PTR, which domain name should I use for the PTR? Then the...
  17. itexpertnow

    Question mail server vs multiple domains

    Hi, I am new to plesk, I have a big server with several domains. I am wondering how to setup the mail server, should I create a separate mail server for each domain? or should I use the main domain email server for all the other domains? if I use the main domain email server, how to manage...
Back
Top