Re: [APC-DEV] Accessing Shared Memory of the webserver from CLI?
[email protected] (shire) Thu, 23 Apr 2009 17:57:31 -0700
| Newsgroups | php.apc.dev |
|---|---|
| Message-ID | <[email protected]> |
Benoit Aubuchon wrote: > Hi, > > Is there a way to access the same shared memory segment from the cli as the > webserver? What I'm trying to accomplish is updating keys from the command > line. I believe Gopal is working on this, it's not currently supported. If you need to do this the best current way is to make HTTP request to the local server that can update the keys, assuming it's properly protected by the server from abuse from other sources of course. -shire