[Openupload-svn-update] SF.net SVN: openupload:[154] trunk/INSTALL
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-11-17 18:26:29
|
Revision: 154
http://openupload.svn.sourceforge.net/openupload/?rev=154&view=rev
Author: tsdogs
Date: 2008-11-17 18:26:25 +0000 (Mon, 17 Nov 2008)
Log Message:
-----------
add php settings infos for uploads
Modified Paths:
--------------
trunk/INSTALL
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2008-11-17 18:15:14 UTC (rev 153)
+++ trunk/INSTALL 2008-11-17 18:26:25 UTC (rev 154)
@@ -28,6 +28,11 @@
- A running Web Server with PHP 5.x (version 4 has not been tested)
- Database (MySQL) (optional but raccomended)
- PHP and Web server must be configured to allow the file uploads
+ More specifically:
+ by default php allows uploads of max 2Mb file size.
+ You'll need to update the php.ini file to allow the maximum allowed size of your site, either by modifying the php.ini or
+ allowing Apache (or the web server) to let .htaccess override the limit. (i.e. AllowOverride Options)
+ In the www directory there is an example .htaccess file
- PHP must be installed with the DATABASE backend you want to use,
and GD image extensions for captcha to work.
- Also the LDAP extension needs to be installed if you plan to use
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|