change php.ini recommended memory limit to 48MB
git-svn-id: svn://192.168.202.10@514 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -21,7 +21,7 @@ REQUIREMENTS:
|
||||
- asterisk-perl 0.08, do NOT use the 0.09 version, it does not work with VICIDIAL
|
||||
- MySQL server or mysqlclientlibs, must be version 4.0.X or higher
|
||||
- If you will be installing Asterisk 1.4 releases you need Gnu Make 3.81
|
||||
- Apache/PHP server with php.ini memory_limit set to 24M
|
||||
- Apache/PHP server with php.ini memory_limit set to 48M
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Requirements for installing astGUIclient/VICIDIAL on an Asterisk server:
|
||||
- Perl5 with several CPAN modules(Time::HiRes, DBD::mysql, Net::Telnet, etc)
|
||||
- asterisk-per-0.08 perl module required (0.09 version does NOT work)
|
||||
- Access to MySQL server and mysqlclientlibs, must be version 4.0.X or higher
|
||||
- Access to Apache/PHP webserver, php.ini memory_limit set to 24M
|
||||
- Access to Apache/PHP webserver, php.ini memory_limit set to 48M
|
||||
- Several entries in the crontab for interval-running scripts and keepalives
|
||||
|
||||
Requirements for using the astGUIclient/VICIDIAL web-client versions
|
||||
|
||||
@@ -693,7 +693,7 @@ installation on another machine)
|
||||
NOTE: you will want to make sure notice logging is turned off:
|
||||
error_reporting = E_ALL & ~E_NOTICE ; (this is default)
|
||||
!!! REQUIRED !!! raise the memory limit for scripts in php.ini:
|
||||
memory_limit = 24M
|
||||
memory_limit = 48M
|
||||
- vi /usr/local/apache2/conf/httpd.conf
|
||||
add the following lines:
|
||||
"AddType application/x-httpd-php .php .phtml"
|
||||
|
||||
Reference in New Issue
Block a user