Re: [PHP-DEV] Is there any considerations for not putting php scripts in tmpfs?

2009-08-12 Thread Nicholas Sherlock
before I believed it. We were a heavily overloaded server whose load average was 50 at peak times. A quick "apt-get install php-apc" reduced that load to 5.0, with just a 32MB opcode cache. Cheers, Nicholas Sherlock -- PHP Internals - PHP Runtime Development Mailing List To unsubs

Re: [PHP-DEV] Why does PHP set no_local_copy?

2009-07-29 Thread Nicholas Sherlock
Nicholas Sherlock wrote: If PHP (5.3.0) is running as an (Apache 2) module, it currently sets no_local_copy to 1 on the response it sends to Apache This is now bug #49106: http://bugs.php.net/bug.php?id=49106 Cheers, Nicholas Sherlock -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Why does PHP set no_local_copy?

2009-07-26 Thread Nicholas Sherlock
he response for the first request of my "index.php" test document was the same. But the ETag-conditional request for index.php by the browser now gives the correct 304 response code: Status=Not Modified - 304 Date=Sun, 26 Jul 2009 10:16:23 GMT Etag="ComputedETag1" Expires=T