diff --git a/docs/BASE_INSTALL.txt b/docs/BASE_INSTALL.txt index 1792cd63..d106cbbd 100644 --- a/docs/BASE_INSTALL.txt +++ b/docs/BASE_INSTALL.txt @@ -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 diff --git a/docs/REQUIREMENTS.txt b/docs/REQUIREMENTS.txt index ca0a0e19..f99ea1c0 100644 --- a/docs/REQUIREMENTS.txt +++ b/docs/REQUIREMENTS.txt @@ -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 diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index f784ca27..cfd34e39 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -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"