-
Notifications
You must be signed in to change notification settings - Fork 0
Dreamhost tweaks
David VanScott edited this page Nov 24, 2020
·
2 revisions
The following tweaks to ~/.php/5.4/phprc
should make Dreamhost play much nicer. (If you're using a version other than PHP 5.4, you'll need to substitute 5.4
for the PHP version number you're using for your site.)
;;; Increase limits
upload_max_filesize = "64M"
post_max_size = "64M"
max_execution_time = "500"
max_input_time = "500"
;;; Extensions
extension = fileinfo.so