Showing posts with label MediaTemple. Show all posts
Showing posts with label MediaTemple. Show all posts
Tuesday, March 05, 2013
MediaTemple 1-click install wordpress
This summary is not available. Please
click here to view the post.
MediaTemple Configuration
* php.ini
~/../../etc/php.ini
--------------------------------------------
; Rename this file to php.ini and uncomment or add directives.
; For a complete list of valid directives, visit:
; http://us2.php.net/manual/en/ini.php
[PHP]
; We highly recommend that you leave this options enabled
cgi.fix_pathinfo=1
; Increase maximum post size
post_max_size = 20M
; Increase execution time
max_execution_time = 300
; pull in EGPCS [Environment, GET, POST, Cookie, Server] variables as globals
;register_globals = true
; For performance reasons, (mt) does not load all of the modules that are available
; into PHP. You may uncomment any one of the following "extension" lines to enable
; the desired module
; Salblotron XSLT
;extension=xslt.so
; save in local tmp
session.save_path=/home/163036/data/tmp
;My Custom
output_buffering = 4096
memory_limit = 128M
upload_max_filesize = 20M
--------------------------------------------
* mysql config <--- no permission to tune
--------------------------------------------
'max_allowed_packet' default 1M
--------------------------------------------
~/../../etc/php.ini
--------------------------------------------
; Rename this file to php.ini and uncomment or add directives.
; For a complete list of valid directives, visit:
; http://us2.php.net/manual/en/ini.php
[PHP]
; We highly recommend that you leave this options enabled
cgi.fix_pathinfo=1
; Increase maximum post size
post_max_size = 20M
; Increase execution time
max_execution_time = 300
; pull in EGPCS [Environment, GET, POST, Cookie, Server] variables as globals
;register_globals = true
; For performance reasons, (mt) does not load all of the modules that are available
; into PHP. You may uncomment any one of the following "extension" lines to enable
; the desired module
; Salblotron XSLT
;extension=xslt.so
; save in local tmp
session.save_path=/home/163036/data/tmp
;My Custom
output_buffering = 4096
memory_limit = 128M
upload_max_filesize = 20M
--------------------------------------------
* mysql config <--- no permission to tune
--------------------------------------------
'max_allowed_packet' default 1M
--------------------------------------------
Subscribe to:
Comments (Atom)