Skip to content

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

http://wiki.dreamhost.com/Creating_a_phprc_file

Clone this wiki locally