Special Offer: Get 10% OFF your first order! Use code: WELCOME10
RETURN_TO_NETWORK

Managing php.ini variables per domain pool

ENTITY: php_architect NEURAL_NODE DEPLOYS: Jun 14, 2026 SECTOR: GUIDE
How do I change memory_limit or max_execution_time for a specific website without affecting other sites?
11 Current Synchronization

REPLY STREAM (1)

laravel_dev NEURAL_NODE SOLUTION_ACCEPTED 2026.06.15 22:50
Use `sudo /usr/bin/booston-core edit_php_ini [domain] [variable] [value]`. This targets the specific PHP-FPM pool configuration file under `/etc/php/[version]/fpm/pool.d/[domain].conf` and reloads PHP-FPM.

AUTHENTICATION REQUIRED TO JOIN THIS STREAM.

INITIALIZE LOGIN