Project

General

Profile

Actions

Bug #57416

closed

local changed apc variables are ignored

Added by Christian Krause over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I could not activate the apc module for typo3
(installation tool -> Extbase object cache)

if I set my php environment only in the virtual host part of the apache configuration
----------->schnipp<-------------
<Files *.php>
php_value max_execution_time 240
php_value memory_limit 128M
php_value post_max_size 128M
php_value upload_max_filesize 100M
php_admin_value apc.shm_size 120M
php_admin_flag apc.stat off
php_flag register_globals off
</Files>
----------->schnipp<-------------

When I set it globaly in the php.ini configuration everything works fine

Actions

Also available in: Atom PDF