loadClassCache(); //$kernel = new AppCache($kernel); // When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter //Request::enableHttpMethodParameterOverride(); $request = Request::createFromGlobals(); Request::setTrustedProxies(['127.0.0.1',$request->server->get('REMOTE_ADDR')],Request::HEADER_X_FORWARDED_ALL); $response = $kernel->handle($request); $response->send(); $kernel->terminate($request, $response);