diff options
| author | Cash Costello <cash.costello@gmail.com> | 2012-07-14 10:40:14 -0400 | 
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2012-07-14 10:40:14 -0400 | 
| commit | e9f0301ba2235d3b8a5f3e7b40c6e98f64edcc0a (patch) | |
| tree | f0ede96ec27c48bd33c8b95a693c53d1cd9a7fe5 /docs/configure_server.txt | |
| parent | 8d3f4e55c765781824902f763ab499d49d3ce430 (diff) | |
| download | elgg-e9f0301ba2235d3b8a5f3e7b40c6e98f64edcc0a.tar.gz elgg-e9f0301ba2235d3b8a5f3e7b40c6e98f64edcc0a.tar.bz2 | |
cleaned up the admin area of tidypics
Diffstat (limited to 'docs/configure_server.txt')
| -rw-r--r-- | docs/configure_server.txt | 55 | 
1 files changed, 0 insertions, 55 deletions
| diff --git a/docs/configure_server.txt b/docs/configure_server.txt deleted file mode 100644 index 32fb5d86e..000000000 --- a/docs/configure_server.txt +++ /dev/null @@ -1,55 +0,0 @@ -Server Configuration
 ------------------------------------
 -
 -Run your server analysis located in the Tidypics Administration section and 
 -then read through this document.
 -
 -If you are experiencing errors, please check your server error log. Tidypics 
 -writes warnings for most upload related problems. You will see something 
 -along these lines: "Tidypics warning: user exceeded post limit on image upload"
 -
 -
 -
 -GD: Elgg requires GD for image resizing. Tidypics uses GD by default for 
 -resizing. There are two versions GD and GD2. It generally does not matter 
 -which one you are using and it isn't always apparent which one you are
 -running anyway.
 -
 -ImageMagick: A significantly better image library than GD. There is a command-line
 -version that is commonly available on servers and a PHP extension call imagick that
 -you can install on your server (if you have control of your server).
 -
 -exec: Calls to ImageMagick command-line utilities like convert require that
 -exec() be available. On some servers it will be disabled for security reasons.
 -
 -Memory Available to PHP: The amount of RAM available to a single PHP 
 -process. This can have an effect on how large an image you can resize
 -(especially if you are running Tidypics with GD). The best place to
 -change it is .htaccess.
 -
 -Memory Used to Load This Page: This gives you a baseline of how much
 -memory is being used to load the Elgg framework and plugins. 
 -
 -Max File Upload Size: The largest file that can be uploaded. You can
 -adjust this in .htaccess.
 -
 -Max Post Size: The largest amount of data that can be submitted. For
 -Tidypics, this affects how many large images can be uploaded in a 
 -single upload. If this is exceeded, nothing is uploaded and the 
 -user gets an error message. It can be adjusted in .htaccess.
 -
 -Max Input Time: This is the amount of time PHP will wait for an 
 -upload to finish. Your users may experience failures if they are
 -uploading large images on a poor connection or if your server 
 -does not have a lot of bandwidth.
 -
 -Max Execution Time: The longest time a PHP script can run on your
 -server. If a user uploads many large images, the resize code may take
 -a long time to complete and will be stopped by PHP. If you are seeing
 -problems with this, you probably have a slow server.
 -
 -GD imagejpeg: jpeg resizing with GD
 -
 -GD imagegif: gif resizing with GD
 -
 -GD imagepng: png resizing with GD
\ No newline at end of file | 
