Recent content by bibiugly

  1. bibiugly

    How to block execution of 403.php file

    Currently I'm using CentOS 7 with Apache x Nginx. How to block execution of 403.php file on all running websites.
  2. bibiugly

    Solved Currently, PHP 7.4 version is also supported for new installations from which operating system versions?

    Currently I am planning to install DirectAdmin on a new operating system version like AlmaLinux 9. If I use this version, will PHP 7.4 still be available? Thank you.
  3. bibiugly

    Solved How to include a date in backup filenames

    I fixed the problem by replacing the code in the file "/usr/local/directadmin/scripts/custom/user_backup_post.sh" from: #!/bin/sh #set this as needed RESELLER=admin BACKUP_PATH=`echo $file | cut -d/ -f1,2,3,4` REQUIRED_PATH=/home/$RESELLER/admin_backups if [ "$BACKUP_PATH" = "$REQUIRED_PATH"...
  4. bibiugly

    Solved How to include a date in backup filenames

    I fixed the problem by replacing the code in the file "/usr/local/directadmin/scripts/custom/user_backup_post.sh" from: #!/bin/sh #set this as needed RESELLER=admin BACKUP_PATH=`echo $file | cut -d/ -f1,2,3,4` REQUIRED_PATH=/home/$RESELLER/admin_backups if [ "$BACKUP_PATH" = "$REQUIRED_PATH"...
  5. bibiugly

    Solved How to include a date in backup filenames

    Previously when I used the old backup with the .tar.gz file this still worked: https://docs.directadmin.com/direct...tml#how-to-include-a-date-in-backup-filenames However, since switching to the new file .tar.zst, this method cannot be used anymore. Hope you guys have a solution for this case. ;)
  6. bibiugly

    Solved How to include a date in backup filenames

    Previously when I used the old backup with the .tar.gz file this still worked: https://docs.directadmin.com/directadmin/backup-restore-migration/backups.html#how-to-include-a-date-in-backup-filenames However, since switching to the new file .tar.zst, this method cannot be used anymore. Hope...
  7. bibiugly

    Nginx 1.25.1

    Hopefully in the future DirectAdmin will enable HTTP/3 by default.
  8. bibiugly

    Build PHP7.3 failure.

    Thanks for your comment.
  9. bibiugly

    Build PHP7.3 failure.

    I see GCC has the following instructions: "To make GCC 11 generate an older DWARF version use -g together with -gdwarf-2, -gdwarf-3 or -gdwarf-4." But I don't know how to do it, I have also searched but no results. If you know how to do it please help me.
  10. bibiugly

    Build PHP7.3 failure.

    I think I found the problem, maybe because I installed a new version of GCC: [root@hv10 lib64]# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ./configure...
  11. bibiugly

    Build PHP7.3 failure.

    I need some help, pls.
  12. bibiugly

    Build PHP7.3 failure.

    Hi, today I open more php4_release = 7.3 . However when I choose to update PHP 7.3 I get the following error: //binbin//ldld:: DwarfDwarf ErrorError:: foundfound dwarfdwarf versionversion '5', this reader' 5only' ,handles thisversion reader2 ,only 3handles andversion 42 ,information. 3ext...
  13. bibiugly

    Unable to extract the tar.gz file on Filemanager

    If I unzip on my personal machine, this works perfectly. And then I compressed it with a .zip file to re-upload. Finally decompress with that file, everything is fine.
  14. bibiugly

    Unable to extract the tar.gz file on Filemanager

    Hi, I am currently unable to extract the tar.gz file on Filemanager. Don't know what I should do.
Back
Top