Recent content by thaidt

  1. thaidt

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    i was reboot vps. I check ip a | grep inet6 then nothing. i run command ./build nginx_apache then error again :( How do I keep it from coming back?
  2. thaidt

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    I disable ipv6 with nano /etc/sysctl.conf added net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 But not work, when i run again ./build nginx_apache
  3. thaidt

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    how do disable ipv6? i have added net.ipv6.conf.all.disable_ipv6 = 1 to /etc/sysctl.conf it is work? please help me
  4. thaidt

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    Thanks you. After I commented # nginx was running. But when i run command ./build rewrite_confs then same error. I check file /etc/nginx/nginx-vhosts.conf then it's back to the way it was before I added #. What can I do?
  5. thaidt

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    This is content file nginx-vhost.conf server { listen 194.233.80.18:80; listen 127.0.0.1:80; listen [::1]:80; server_name $hostname 194.233.80.18; root /var/www/html; #include /etc/nginx/nginx-userdir.conf...
  6. thaidt

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    No, i don't have ipv6 yes, i run to ./build nginx_apache then error
  7. thaidt

    Reverse-proxy NGINX + Apache on Directadmin powered server with CB 2.x

    i run command ./build nginx_apache Then 2021-09-26 22:43:28 (505 MB/s) - '/etc/logrotate.d/nginx' saved [186/186] Restarting nginx. Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details...
  8. thaidt

    DirectAdmin 1.62.0 has been released

    Thanks @johannes, install normal i know, but i only want install 1.62.0 How to do it? Thanks
  9. thaidt

    DirectAdmin 1.62.0 has been released

    Hi everybody. How do correctly install version 1.62.0 on my new vps?
  10. thaidt

    Best PHP Mode

    webserver=nginx_apache then what Best PHP Mode? Thanks
  11. thaidt

    Installing DirectAdmin on Google Compute Engine VM

    i can't add quota. This is my /etc/default/grub GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL="serial console" GRUB_SERIAL_COMMAND="serial --speed=38400" GRUB_CMDLINE_LINUX="crashkernel=auto...
  12. thaidt

    The problem "xfs_quota: cannot set limits: Function not implemented"

    i user google cloud and i can't fix this error :(
  13. thaidt

    I delete dataskq on my vps

    Hello My english is not good, i hope you can understand me. I deleted dataskq on my vps. How do create it again Thanks
Back
Top