Logo
Explore Help
Register Sign In
cloud-hosting-platform/cloud-apache-container
3
0
Fork 0
You've already forked cloud-apache-container
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
154f42ae09d6bd5d70fdba0b2d89c4fa261b7363
cloud-apache-container/scripts/install-php80.sh

6 lines
322 B
Bash
Raw Normal View History

Update for log rotation and backups
2024-10-14 12:15:11 -07:00
#!/usr/bin/env bash
Switching builds to include PHP version to limit memory requirements on deploy. improve build size and speed for images.
2025-07-16 07:55:03 -07:00
dnf module enable php:remi-8.0 -y
dnf install -y php php-fpm php-mysqlnd php-xml php-pecl-zip php-sodium php-soap php-pecl-xmlrpc \
Finished Cloud Apache Container
2023-04-05 07:53:20 -07:00
php-pecl-redis5 php-pecl-memcached php-pecl-memcache php-pecl-ip2location php-pecl-imagick php-pecl-geoip \
Optimize memory usage for Apache and PHP-FPM, remove ioncube-loader - Apache mpm_event: Reduced StartServers from 10 to 2, adjusted spare threads and worker limits for container environments - PHP-FPM: Switched from static to dynamic process management with lower process counts (5 max children instead of 10) - Removed php-ioncube-loader from PHP 8.0 installation - Expected memory reduction: 60-70% in idle state while maintaining responsiveness 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 16:52:04 -07:00
php-mysqlnd php-mbstring php-intl php-gd libzip php-cli
Finished Cloud Apache Container
2023-04-05 07:53:20 -07:00
exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 15ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API