Special Offer: Get 25% OFF your first order! Use code: WELCOME25
RETURN TO FORUM

Managing php.ini variables per domain pool

POSTED BY: php_architect ACTIVE_MEMBER POSTED ON: Jun 15, 2026 CATEGORY: GUIDE
How do I change memory_limit or max_execution_time for a specific website without affecting other sites?
11 Total Upvotes

REPLIES (1)

laravel_dev ACTIVE_MEMBER SOLUTION_ACCEPTED 2026.06.16 04: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