Pfadnavigation
Debian 10 minimal + LAMP installieren / konfigurieren
Suche
Neueste Kommentare
- 1 week 1 day agoHow to Renew Let’s Encrypt SSL Certificate on Plesk via Ubuntu Shell
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
- 2 weeks 1 day agoWarning: Undefined array key "url" in Drupal\Core\Asset\CssCollectionOptimizerLazy->optimizeGroup()
Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup() - 2 weeks 4 days agoServer install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr
sudo timedatectl set-timezone Europe/Berlin - 3 weeks 3 days agoWarning: PHP Startup: Unable to load dynamic library 'apcu.so' ... cannot open shared object file: No such file or directory
Try this:
- 1 month agoList Cronjobs for all users (via for + crontab)
Alternative (without warnings like "no crontab for dovecot") to see all tasks:
- 1 month agoInstall APCu (PHP 8.1, Plesk)
php 8.3 apcu failed
über Plesk hat es geklappt.
- 1 month agoInstall APCu (PHP 8.1, Plesk)
install:
# sudo apt install php-dev - 1 month agopecl install apcu : phpize: not found / ERROR: `phpize' failed
phpize
# sudo apt install php-devdetails
- 1 month agoInstall APCu (PHP 8.1, Plesk)
Problem:
- 2 months 3 weeks agoInstall APCu (PHP 8.1, Plesk)
Problem:
Comments
Backups Fr, 01/03/2020 - 00:46
double-check downloaded backup files!
Webmin / Virtualmin Fr, 01/03/2020 - 13:00
Die Anleitung steht auf Webmin Seite.
php 5.6 installieren Fr, 01/03/2020 - 13:15
apt update && apt upgrade apt install ca-certificates apt-transport-https wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ stretch main" | tee /etc/apt/sources.list.d/php.list apt update apt install php5.6 apt install php5.6-bcmath php5.6-bz2 php5.6-cli php5.6-common php5.6-curl php5.6-dev php5.6-fpm php5.6-gd php5.6-intl php5.6-json php5.6-mbstring php5.6-mcrypt php5.6-mysql php5.6-odbc php5.6-opcache php5.6-pspell php5.6-readline php5.6-soap php5.6-sqlite3 php5.6-tidy php5.6-xml php5.6-xmlrpc php5.6-zipNeuen Kommentar schreiben