Recent content by Sikjairi

  1. S

    [SOLVED] Internal web site VM:80 Not working from outside

    Exactly that was my fault , now the problem resolved Thank you all guys for your support , have a nice day to you all .
  2. S

    [SOLVED] Internal web site VM:80 Not working from outside

    You are right , the the public ip & doamin work fine , i still have one more problem that i got a local ip when i try to access to the web site
  3. S

    [SOLVED] Internal web site VM:80 Not working from outside

    Hi @sb-jw @basil , Sure i just changed the port from 80 to 8087 on apache proxy & PVE interfaces , now i got Local @ip from outside maybe i miss some config on the Moodle local VM #1 the public ip with port 8087 goes to apache 2# the domain name goes to apache...
  4. S

    [SOLVED] Internal web site VM:80 Not working from outside

    Hi @basil , i already have this rule on the file /etc/network/interfaces , and the vm connected to the Internet , now i can connect to apache via my domaine http://sub.domain.com/ but i cant' connect to my web site http://sub.domain.com/moodle/login/index.php ...
  5. S

    [SOLVED] Internal web site VM:80 Not working from outside

    Hi again @sb-jw , I Have a simple network as described in this diagram , you can take a look , i need to access to the vm122 via the sub.domain.com , The config files for apache2 & PVE: /Etc/network/interfaces are : #Appache Proxy ...
  6. S

    [SOLVED] Internal web site VM:80 Not working from outside

    Hi @sb-jw , which Machine i have to check the port 80 the Moodle-VM or the entire Proxmox node ?
  7. S

    [SOLVED] Internal web site VM:80 Not working from outside

    Hi Guys , i would like to get acces to local vm from outside exemple sub.domaine.com ==> proxmox-VM LOCAL-IP-3:80 , I made some config on my external apache proxy as you can see : EXTERNAL APACHE PROXY (Public IP -178.xx.xx.xx) : /etc/apache2/sites-available/...
  8. S

    CT for odoo16

    Hi Guys, There's any official Template Container for odoo16 , if yes where can i found it , Thank you in advanced . Regards.
  9. S

    [SOLVED] Odoo + Wordpress VMs resources Optimization

    Hi Thank you Glowsome , How can i deal with wordpress with LXC , one LXC for wordpress & another LXC for DATABASE ? because i have a lot of Wordpress web sites .
  10. S

    [SOLVED] Odoo + Wordpress VMs resources Optimization

    Hi Dunuin , Thanks for advice I will upgrade the system this week , after that any other advice ?.
  11. S

    [SOLVED] Odoo + Wordpress VMs resources Optimization

    Hi Guys , Our VE get charged of VMs ( Odoo + Wordpress) , we need to optimise the ressources (Nbr of VMs , memory, CPU , Storage) , what's the best way to follow to get the best combination Quality of service / resources Optimization . NB: we using for every odoo...
  12. S

    [SOLVED] Resize Ubuntu VM disk

    Thanks for your reply , my problem solved here's how : 1st step: increase/resize disque from GUI console 2nd step : Extend physical drive partition check free space : $sudo fdisk -l $growpart /dev/sda 3 (Extend physical drive partition ) $pvdisplay ( See phisical drive ) $sudo...
  13. S

    [SOLVED] Resize Ubuntu VM disk

    Hi Guys, I would like to increase the size of my VM 20go more to achieve the total of 52go ,how can i deal with it ? , there's my configs screens : Thank you in advance .
  14. S

    [SOLVED] VM High windows server 2019 memory usage

    Hi Neobin , It's worked for me , i followed [1] https://pve.proxmox.com/wiki/Windows_2019_guest_best_practices . Thank you all for your support