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 #1

Updated by Alexander Opitz over 10 years ago

  • Category deleted (Install Tool)
  • Status changed from New to Needs Feedback

This is an issue with your apache configuration. So please consult the apache Webserver configuration and PHP http://de3.php.net/manual/en/apc.configuration.php

For example apc.stat is a system setting. Do you use PHP as apache module or as FCGI?

Actions #2

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF