Jump to content
The Uniform Server Community

sbourdon

Developer
  • Posts

    101
  • Joined

  • Last visited

Everything posted by sbourdon

  1. The following module has been updated since the release of UniformServer Zero XIV v14.0.5: MariaDB 10.6.9 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  2. The following modules have been updated since the release of UniformServer Zero XIV v14.0.5: PHP 8.1.9 PHP 8.0.22 Pale Moon 31.2.0.1 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  3. The following modules have been updated since the release of UniformServer Zero XIV v14.0.5: MySQL 8.0.30 PHP 8.1.8 PHP 8.0.21 Pale Moon 31.1.1 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  4. The following module has been updated since the release of UniformServer Zero XIV v14.0.5: Apache 2.4.54 (24 June 2022 release) The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  5. The following modules have been updated since the release of UniformServer Zero XIV v14.0.5: Apache 2.4.54 (8 June 2022 release) PHP 8.1.7 PHP 8.0.20 PHP 7.4.30 Pale Moon 31.1.0 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  6. The Uniform Server team is glad to announce a minor update to Uniform Server Zero XIV. This version of Uniform Server Zero XIV v14.0.5 can be found on SourceForge at https://sourceforge.net/projects/miniserver/ The Uniform Server is now open source; the UniController and UniService code is published on GitHub at https://github.com/iamola/uniserver The following modules have been updated: Core Apache v2.4.53 (May 2022 release) from v2.4.53 (March 2022 release) PHP PHP v8.1.6 from v8.1.4 Database MySQL v8.0.29 from v8.0.28 Database Administration phpMyAdmin v5.2.0 from v5.1.3 Documentation Documentation v1.1.0 from v1.0.2 UniController UniController v2.4.0 from v2.3.3 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/ Help Needed We would like to request for the following help from the community: If you find any bugs, please feel free to either post on the forum or raise an issue on GitHub, so we can track and fix them. If you can fix the bug, please fork the GitHub repo and issue a pull request.
  7. The following modules have been updated since the release of UniformServer Zero XIV v14.0.4: MariaDB 10.6.8 phpMyAdmin 5.2.0 The latest modules of Uniform Server are available for download at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  8. The following modules have been updated since the release of UniformServer Zero XIV v14.0.4: MySQL 8.0.29 PHP 8.1.6 PHP 8.0.19 Pale Moon 31.0.0 MySQL Auto Backup 1.0.1 Strawberry Perl 5.32.1.1 The latest modules of Uniform Server are available for download at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  9. The following modules have been updated since the release of UniformServer Zero XIV v14.0.4: PHP 8.1.5 PHP 8.0.18 PHP 7.4.29 Pale Moon 29.4.6 The latest modules of Uniform Server are available for download at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/
  10. I've followed instructions provided here and was able to secure Uniform Server: https://www.naturalborncoder.com/linux/2021/01/27/how-to-setup-lets-encrypt-for-apache-on-windows/ Hope this helps!
  11. In order to replace PHP 7.0.x with PHP 5.6.30, simply follow these steps: Download and extract «ZeroXIV_php_5_6_30_j.exe» from this link: https://sourceforge.net/projects/miniserver/files/Uniform%20Server%20ZeroXIV/ZeroXIV%20Modules/ stop Apache (from UniController or Windows Services ["us_apache_1"]) rename file «UniServerZ\core\apache2\conf\extra_us\php70.conf» to «UniServerZ\core\apache2\conf\extra_us\php70.conf.bak» download the attached file and save it to «UniServerZ\core\apache2\conf\extra_us\php70.conf» if PHP 7.0.x is installed on your system, rename folder «UniServerZ\core\php70\» to «UniServerZ\core\php70.bak\» rename folder «UniServerZ\core\php56\» to «UniServerZ\core\php70\» restart Apache (from UniController or Windows Services ["us_apache_1"]) In UniController, clicking on PHP > Select PHP version > PHP version 70 will now activate PHP 5.6 Hope this helps! php70.conf
  12. In order to update PHP 8.0.x to the latest 8.1.x version available, simply follow these steps: Download and extract PHP 8.1 (8.1.x) VS16 x86 Thread Safe from this link: https://windows.php.net/download/ rename folder «php-8.1.x-Win32-vs16-x86\ext\» to «php-8.1.x-Win32-vs16-x86\extensions\» copy «UniServerZ\core\php80\php_development.ini», «UniServerZ\core\php80\php_production.ini», «UniServerZ\core\php80\php_test.ini» and «UniServerZ\core\php80\php-cli.ini» to «php-8.1.x-Win32-vs16-x86\» stop Apache (from UniController or Windows Services ["us_apache_1"]) rename file «UniServerZ\core\apache2\conf\extra_us\php80.conf» to «UniServerZ\core\apache2\conf\extra_us\php80.conf.bak» download the attached file and save it to «UniServerZ\core\apache2\conf\extra_us\php80.conf» delete (or backup) the files in the «UniServerZ\core\php80\» folder and replace them with the ones from «php-8.1.x-Win32-vs16-x86\» restart Apache (from UniController or Windows Services ["us_apache_1"]) In UniController, clicking on PHP > Select PHP version > PHP version 80 will now activate PHP 8.1 Hope this helps! php80.conf
  13. In order to update phpMyAdmin 4.9.x or phpMyAdmin 5.1.x to the latest version available, simply follow these steps: Download and extract phpMyAdmin 4.9.x or phpMyAdmin 5.1.x from this link: https://www.phpmyadmin.net/downloads/ copy «UniServerZ\home\us_opt1\config.inc.php» and «UniServerZ\home\us_opt1\us_opt.ini» to «phpMyAdmin-x.x.x-all-languages\» delete (or backup) the files in the «UniServerZ\home\us_opt1\» folder and replace them with the ones from «phpMyAdmin-x.x.x-all-languages\» Hope this helps!
  14. In order to update PHP 8.0.x to the latest version available, simply follow these steps: Download and extract PHP 8.0 (8.0.x) VS16 x86 Thread Safe from this link: https://windows.php.net/download/ rename folder «php-8.0.x-Win32-vs16-x86\ext\» to «php-8.0.x-Win32-vs16-x86\extensions\» copy «UniServerZ\core\php80\php_development.ini», «UniServerZ\core\php80\php_production.ini», «UniServerZ\core\php80\php_test.ini» and «UniServerZ\core\php80\php-cli.ini» to «php-8.0.x-Win32-vs16-x86\» stop Apache (from UniController or Windows Services ["us_apache_1"]) delete (or backup) the files in the «UniServerZ\core\php80\» folder and replace them with the ones from «php-8.0.x-Win32-vs16-x86\» restart Apache (from UniController or Windows Services ["us_apache_1"]) In order to update PHP 7.4.x to the latest version available, simply follow these steps: If not already done, download and install «ZeroXIV_php_7_4_16_k.exe» from this link: https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/ Download and extract PHP 7.4 (7.4.x) VC15 x86 Thread Safe from this link: https://windows.php.net/download/ rename folder «php-7.4.x-Win32-vc15-x86\ext\» to «php-7.4.x-Win32-vc15-x86\extensions\» copy «UniServerZ\core\php74\php_development.ini», «UniServerZ\core\php74\php_production.ini», «UniServerZ\core\php74\php_test.ini» and «UniServerZ\core\php74\php-cli.ini» to «php-7.4.x-Win32-vc15-x86\» stop Apache (from UniController or Windows Services ["us_apache_1"]) delete (or backup) the files in the «UniServerZ\core\php74\» folder and replace them with the ones from «php-7.4.x-Win32-vc15-x86\» restart Apache (from UniController or Windows Services ["us_apache_1"]) In order to update PHP 7.3.x to the latest version available, simply follow these steps: If not already done, download and install «ZeroXIV_php_7_3_27_j.exe» from this link: https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/ Download and extract PHP 7.3 (7.3.x) VC15 x86 Thread Safe from this link: https://windows.php.net/download/ rename folder «php-7.3.x-Win32-VC15-x86\ext\» to «php-7.3.x-Win32-VC15-x86\extensions\» copy «UniServerZ\core\php73\php_development.ini», «UniServerZ\core\php73\php_production.ini», «UniServerZ\core\php73\php_test.ini» and «UniServerZ\core\php73\php-cli.ini» to «php-7.3.x-Win32-VC15-x86\» stop Apache (from UniController or Windows Services ["us_apache_1"]) delete (or backup) the files in the «UniServerZ\core\php73\» folder and replace them with the ones from «php-7.3.x-Win32-VC15-x86\» restart Apache (from UniController or Windows Services ["us_apache_1"]) Hope this helps!
  15. In order to update mySQL 8.0.x to the latest version available, simply follow these steps: Note: MySQL 8.0.16 or newer must be installed on your server Download and extract Windows (x86, 64-bit), ZIP Archive from this link: https://dev.mysql.com/downloads/mysql/ copy «mysql-8.0.x-winx64\lib\libmysql.dll» to «mysql-8.0.x-winx64\bin\libmysql.dll» rename «mysql-8.0.x-winx64\bin\mysqld.exe» to «mysql-8.0.x-winx64\bin\mysqld_z.exe» copy «UniServerZ\core\mysql\my.ini» and «UniServerZ\core\mysql\us_opt.ini» to «mysql-8.0.x-winx64\» copy «UniServerZ\core\mysql\bin\mysql-init.txt» to «mysql-8.0.x-winx64\bin\mysql-init.txt» stop mySQL(from UniController or Windows Services [«us_mysql_1»]) copy the «UniServerZ\core\mysql\data\» folder to «mysql-8.0.x-winx64\data\» delete (or backup) the files in the «UniServerZ\core\mysql\» folder and replace them with the ones from «mysql-8.0.x-winx64\» restart mySQL (from UniController or Windows Services [«us_mysql_1»]) Hope this helps!
  16. In order to update Apache 2.4.x to the latest version available, simply follow these steps: Download and extract Apache 2.4.x Win32 from this link: https://www.apachelounge.com/download/ Note: Be sure you installed latest 14.30.30708.0 Visual C++ Redistributable for Visual Studio 2015-2022 : vc_redist_x64 or vc_redist_x86 rename the file "httpd-2.4.x-win32-VS16\Apache24\bin\httpd.exe" to "httpd-2.4.x-win32-VS16\Apache24\bin\httpd_z.exe" if Apache is installed as a service, copy “UniServerZ\core\apache2\bin\libeay32.dll” and “UniServerZ\core\apache2\bin\ssleay32.dll” to "httpd-2.4.x-win32-VS16\Apache24\bin\" copy “UniServerZ\core\apache2\conf\httpd.conf” to "httpd-2.4.x-win32-VS16\Apache24\conf\httpd.conf" (old file over new) copy the files from the “UniServerZ\core\apache2\conf\extra\” folder to "httpd-2.4.x-win32-VS16\Apache24\conf\extra\" (old files over new) copy the "UniServerZ\core\apache2\conf\extra_us\" folder to "httpd-2.4.x-win32-VS16\Apache24\conf\extra_us\" copy the “UniServerZ\core\apache2\logs\” folder to "httpd-2.4.x-win32-VS16\Apache24\logs\" copy the “UniServerZ\core\apache2\server_certs\” folder to "httpd-2.4.x-win32-VS16\Apache24\server_certs\” stop Apache (from UniController or Windows Services ["us_apache_1"]) delete (or backup) the files in the "UniServerZ\core\apache2\" folder and replace them with the ones from "httpd-2.4.x-win32-VS16\Apache24\" restart Apache (from UniController or Windows Services ["us_apache_1"]) Hope this helps!
  17. sbourdon

    MySQL 5.7

    Hello @Zian, Do you know if these steps can be used to install mysql 8.0.28? I've downloaded Windows (x86, 64-bit), ZIP Archive from mysql.com but there are a lot more files in that archive than in UniformServer. Should I keep all of them? If not, which ones are required? Hope to hear from you soon! Regards, Sylvain
  18. Here's what I did to fix this. Open UniServerZ\core\mysql\my.ini Replace line 15 bind-address=127.0.0.1 with bind-address=:: That did the trick for me. Hope this will help you as well!
  19. Hello, Did you find a way to fix this? I'm having the same problem and if you could share the solution, I would really appreciate it! Thank you!
×
×
  • Create New...