Search results

  1. C

    Using APC and clearing cache w/ LSWS

    I have finally figured out why apc_clear_cache('user') does not work on LSWS. It looks like each page runs with it's own PHP process ID and looks like that is unique to the slice(for lack of better word) of APC. I can identify this by using getmypid() and found that clear is fine when...
  2. C

    Memcache

    George, What are the odds of getting memcache in to the PHP Compile UI like APC? Would be nice to have that feature built in. Chris
  3. C

    Rewrite Issue with new LSWS

    Any one have any idea why this will work on 3.1 but will not work on 3.3.15. I get 500 error. I think I have the settings the same (as far as I can see). RewriteEngine On RewriteBase / RewriteRule ^(.*)$ %{HTTP_HOST}/$1 [C] RewriteRule ^(www|dev)?(\.)?(.*)\.(com|org)/(.*)$ $5...
Top