Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created June 24, 2013 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekGhosh/5848271 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/5848271 to your computer and use it in GitHub Desktop.
php.ini
# Reload / Load Mod Rewrite
a2enmod rewrite
service apache2 restart
# Editing php.ini
nano /etc/php5/apache2/php.ini
# We Edited These
max_execution_time = 900
max_input_time = 900
memory_limit = 512M
post_max_size = 64M
upload_max_filesize = 64M
max_file_uploads = 32
default_socket_timeout = 900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment