====== Steel & Meat ====== ===== Pohoda ===== Server dostupný přes VPN - L2TP\\ Veřejná IP: 89.239.25.64\\ IP Win server: 10.199.1.169\\ Nastavení jazyka pro programy nepodporující Unicode -> **POHODA** {{:private:zakaznici:steel:pasted:20240327-092813.png}} ===== Zeus Techno ===== https://zeus-techno.app/ **Soubor .htaccess** ''chmod 444 .htaccess'' https://digitalfortress.tech/bugfix/fix-htaccess-not-being-read/\\ https://stackoverflow.com/questions/25773547/htaccess-error-invalid-command-authgroupfile\\ Povolit moduly: a2enmod rewrite a2enmod authz_groupfile ===== Nastavení práv - ACL ===== Složka ''/var/www/html'' apt install acl setfacl -Rm "u:username:rwx" html setfacl -Rm "g:username:rwx" html ===== PHP 8.2 - Debian 11 ===== https://computingforgeeks.com/how-to-install-php-8-2-on-debian/ Při restartu Apache2 Error https://help.nextcloud.com/t/php-change-7-3-to-8-2-upgrade-failed/170791 root@nextcloudpi:/home/pi# a2enmod php8.2 Considering dependency mpm_prefork for php8.2: Considering conflict mpm_event for mpm_prefork: Considering conflict mpm_worker for mpm_prefork: Module mpm_prefork already enabled Considering conflict php5 for php8.2: Module php8.2 already enabled a2dismod php8.2 a2dismod php7.4 a2enmod php8.2 a2enmod mpm_prefork