percona almalinux percona Add a Node to Percona XtraDB Cluster on AlmaLinux 9 Add a Node to Percona XtraDB Cluster on AlmaLinux 9 Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/my.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on = ON wsrep_provid... Read more → 7th May 2026
percona arch percona Add a Node to Percona XtraDB Cluster on Arch Linux Add a Node to Percona XtraDB Cluster on Arch Linux Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/mysql/mysql.conf.d/mysqld.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on... Read more → 7th May 2026
percona debian percona Add a Node to Percona XtraDB Cluster on Debian 12 Add a Node to Percona XtraDB Cluster on Debian 12 Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/mysql/mysql.conf.d/mysqld.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on... Read more → 7th May 2026
percona gentoo percona Add a Node to Percona XtraDB Cluster on Gentoo Linux Add a Node to Percona XtraDB Cluster on Gentoo Linux Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/mysql/mysql.conf.d/mysqld.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on... Read more → 7th May 2026
percona netbsd percona Add a Node to Percona XtraDB Cluster on NetBSD 10 Add a Node to Percona XtraDB Cluster on NetBSD 10 Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/mysql/mysql.conf.d/mysqld.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on... Read more → 7th May 2026
percona openbsd percona Add a Node to Percona XtraDB Cluster on OpenBSD 7.5 Add a Node to Percona XtraDB Cluster on OpenBSD 7.5 Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/mysql/mysql.conf.d/mysqld.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on... Read more → 7th May 2026
percona rhel percona Add a Node to Percona XtraDB Cluster on RHEL 9 Add a Node to Percona XtraDB Cluster on RHEL 9 Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/my.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on = ON wsrep_provider... Read more → 7th May 2026
percona ubuntu percona Add a Node to Percona XtraDB Cluster on Ubuntu 24.04 Add a Node to Percona XtraDB Cluster on Ubuntu 24.04 Prerequisites Cluster bootstrapped and running PXC installed on this node Ports 3306, 4444, 4567, 4568 open Configure this node (/etc/mysql/mysql.conf.d/mysqld.cnf, example Node 2) [mysqld] server-id = 2 wsrep_on... Read more → 7th May 2026
apache almalinux apache Apache .htaccess and mod_rewrite on AlmaLinux 9 Apache .htaccess and mod_rewrite on AlmaLinux 9 Enable mod_rewrite # mod_rewrite is loaded by default in /etc/httpd/conf.modules.d/00-base.conf Allow overrides in virtual host AllowOverride All Require all granted Common .htaccess ... Read more → 7th May 2026
apache arch apache Apache .htaccess and mod_rewrite on Arch Linux Apache .htaccess and mod_rewrite on Arch Linux Enable mod_rewrite # Uncomment LoadModule rewrite_module in /etc/httpd/conf/httpd.conf systemctl restart httpd Allow overrides in virtual host AllowOverride All Require all granted Com... Read more → 7th May 2026
apache debian apache Apache .htaccess and mod_rewrite on Debian 12 Apache .htaccess and mod_rewrite on Debian 12 Enable mod_rewrite a2enmod rewrite && systemctl restart apache2 Allow overrides in virtual host AllowOverride All Require all granted Common .htaccess recipes Force HTTPS RewriteEng... Read more → 7th May 2026
apache gentoo apache Apache .htaccess and mod_rewrite on Gentoo Linux Apache .htaccess and mod_rewrite on Gentoo Linux Enable mod_rewrite # Add 'rewrite' to APACHE2_MODULES in /etc/conf.d/apache2 rc-service apache2 restart Allow overrides in virtual host AllowOverride All Require all granted Common .... Read more → 7th May 2026
apache netbsd apache Apache .htaccess and mod_rewrite on NetBSD 10 Apache .htaccess and mod_rewrite on NetBSD 10 Enable mod_rewrite # Enable mod_rewrite in httpd.conf Allow overrides in virtual host AllowOverride All Require all granted Common .htaccess recipes Force HTTPS RewriteEngine On Rew... Read more → 7th May 2026
apache openbsd apache Apache .htaccess and mod_rewrite on OpenBSD 7.5 Apache .htaccess and mod_rewrite on OpenBSD 7.5 Enable mod_rewrite # Enable mod_rewrite in httpd.conf Allow overrides in virtual host AllowOverride All Require all granted Common .htaccess recipes Force HTTPS RewriteEngine On R... Read more → 7th May 2026
apache rhel apache Apache .htaccess and mod_rewrite on RHEL 9 Apache .htaccess and mod_rewrite on RHEL 9 Enable mod_rewrite # mod_rewrite is loaded by default in /etc/httpd/conf.modules.d/00-base.conf Allow overrides in virtual host AllowOverride All Require all granted Common .htaccess recip... Read more → 7th May 2026
apache ubuntu apache Apache .htaccess and mod_rewrite on Ubuntu 24.04 Apache .htaccess and mod_rewrite on Ubuntu 24.04 Enable mod_rewrite a2enmod rewrite && systemctl restart apache2 Allow overrides in virtual host AllowOverride All Require all granted Common .htaccess recipes Force HTTPS Rewrite... Read more → 7th May 2026
apache almalinux apache Apache + PHP-FPM on AlmaLinux 9 Apache + PHP-FPM on AlmaLinux 9 Step 1 – Enable proxy modules dnf install -y php php-fpm systemctl enable --now php-fpm Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html SetHandl... Read more → 7th May 2026
apache arch apache Apache + PHP-FPM on Arch Linux Apache + PHP-FPM on Arch Linux Step 1 – Enable proxy modules systemctl enable --now php-fpm && systemctl reload httpd Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html SetHandler... Read more → 7th May 2026
apache debian apache Apache + PHP-FPM on Debian 12 Apache + PHP-FPM on Debian 12 Step 1 – Enable proxy modules a2enmod proxy_fcgi setenvif a2enconf php8.2-fpm systemctl reload apache2 Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html ... Read more → 7th May 2026
apache gentoo apache Apache + PHP-FPM on Gentoo Linux Apache + PHP-FPM on Gentoo Linux Step 1 – Enable proxy modules rc-service php-fpm start && rc-service apache2 reload Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html SetHandler... Read more → 7th May 2026
apache netbsd apache Apache + PHP-FPM on NetBSD 10 Apache + PHP-FPM on NetBSD 10 Step 1 – Enable proxy modules service php-fpm start && service apache reload Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html SetHandler "proxy:uni... Read more → 7th May 2026
apache openbsd apache Apache + PHP-FPM on OpenBSD 7.5 Apache + PHP-FPM on OpenBSD 7.5 Step 1 – Enable proxy modules rcctl enable php83_fpm && rcctl start php83_fpm && rcctl reload apache2 Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html ... Read more → 7th May 2026
apache rhel apache Apache + PHP-FPM on RHEL 9 Apache + PHP-FPM on RHEL 9 Step 1 – Enable proxy modules dnf install -y php php-fpm systemctl enable --now php-fpm Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html SetHandler "p... Read more → 7th May 2026
apache ubuntu apache Apache + PHP-FPM on Ubuntu 24.04 Apache + PHP-FPM on Ubuntu 24.04 Step 1 – Enable proxy modules a2enmod proxy_fcgi setenvif a2enconf php8.3-fpm systemctl reload apache2 Step 2 – Virtual host with PHP-FPM handler ServerName example.com DocumentRoot /var/www/example.com/html ... Read more → 7th May 2026