Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Create a php info page

<?php phpinfo(); ?> 

and then see if /etc/php5/apache2/conf.d/ is included here at

scan this dir for additional .ini files

phpinfo

also the file "/etc/php5/apache2/conf.d/20-apcu.ini" should be listed in the

Additional .ini files parsed

if not, you could move the ini file to that directory, or change the directory in the php.ini how-do-i-include-a-php-ini-file-in-another-php-ini-filehow-do-i-include-a-php-ini-file-in-another-php-ini-file

Create a php info page

<?php phpinfo(); ?> 

and then see if /etc/php5/apache2/conf.d/ is included here at

scan this dir for additional .ini files

phpinfo

also the file "/etc/php5/apache2/conf.d/20-apcu.ini" should be listed in the

Additional .ini files parsed

if not, you could move the ini file to that directory, or change the directory in the php.ini how-do-i-include-a-php-ini-file-in-another-php-ini-file

Create a php info page

<?php phpinfo(); ?> 

and then see if /etc/php5/apache2/conf.d/ is included here at

scan this dir for additional .ini files

phpinfo

also the file "/etc/php5/apache2/conf.d/20-apcu.ini" should be listed in the

Additional .ini files parsed

if not, you could move the ini file to that directory, or change the directory in the php.ini how-do-i-include-a-php-ini-file-in-another-php-ini-file

Source Link
Jacob Evans
  • 8.4k
  • 3
  • 36
  • 60

Create a php info page

<?php phpinfo(); ?> 

and then see if /etc/php5/apache2/conf.d/ is included here at

scan this dir for additional .ini files

phpinfo

also the file "/etc/php5/apache2/conf.d/20-apcu.ini" should be listed in the

Additional .ini files parsed

if not, you could move the ini file to that directory, or change the directory in the php.ini how-do-i-include-a-php-ini-file-in-another-php-ini-file