Search results

  1. M

    How do I install memcached.so ?

    I was able to install the memcache.so library and use the memcache API in my code, but how do i use the memcached API in my code? When i do $mc = new Memcached(); i get an error that says classes not found. The memcache() instance works. I take it i have to install memcached.so, but how do...
  2. M

    [Resolved] Did something change in 4.2.7-4.2.9? Cache stopped working

    Found it, it wasn't in .htacces it was in expires setting for the server in LS Admin Panel. This was the one difference between server where caching was wonky and development where it seemed to work in 2.9 Development image/*=A604800, text/css=A604800, application/x-javascript=A604800...
  3. M

    [Resolved] Did something change in 4.2.7-4.2.9? Cache stopped working

    Ok, settings exact to the guide on our production server. I did a comparison for what was being outputted by headers between 2.6 vs 2.9. On 2.9 after every request this was being outputted at the end: Cache-Control: public, max-age=86400 I did a scan on our source code and could not find...
  4. M

    [Resolved] Did something change in 4.2.7-4.2.9? Cache stopped working

    Was able to get the caching to stop on 2.9 when enabling vbulletin's "Add No-Cache Option" I think it has to do: Cache-Controlpublic, max-age=86400 being sent out automatically when no cache control has been set.
  5. M

    [Resolved] Did something change in 4.2.7-4.2.9? Cache stopped working

    At this point: we've disabled all caching via rewrite and seeing the same behavior. Everything works fine at 2.6, at 2.9 users start complaining about cache issues. We go through 100K+ visitors/day and significant logged in sessions. I too am experiencing this behavior on any accounts I...
  6. M

    [Resolved] Did something change in 4.2.7-4.2.9? Cache stopped working

    Our cache rules as stated above work on 2.6. After 2.7, users who are logged in will see logged out/cached pages. They will also not see posts they make until they hard refresh, even that doesn't work sometimes. Basically it seems logged in members are seeing cached pages. Which shouldn't...
  7. M

    Caching different types of content at different lengths.

    How would we setup caching for different types of content. Lets say content that is 1Year old cache it for weeks. Lets say navigation pages have a 1-2 hr cache Lets say home page is cached 1-2 minutes Lets say content viewed by members is fresh. Would you setup cookie identifiers for different...
  8. M

    [Resolved] Did something change in 4.2.7-4.2.9? Cache stopped working

    Our cache stopped functioning properly. We're using cache for vbulletin+vbseo. Also, using litespeed Enterprise. We had to revert back to 4.2.6 Users were seeing cached pages. Complaining about not seeing new posts, have to hard refresh. Pages that weren't supposed to be cached were being...
  9. M

    OpenSSL CVE-2014-0160

    thank you, removing autoupdate/release and trying again fixed it, 4.2.9 updated and heart bleed test at flippio showed false for vulnerablility
  10. M

    OpenSSL CVE-2014-0160

    2014-04-08 09:29:38.332 [NOTICE] [AutoUpdate] Checking for new releases..., pid=24019 /usr/bin/wget -nv -O /lsws-4.2.9-std-x86_64-linux.tar.gz http://www.litespeedtech.com/packages/4.0/lsws-4.2.9-std-x86_64-linux.tar.gz...
  11. M

    OpenSSL CVE-2014-0160

    /lsws-4.2.9-std-x86_64-linux.tar.gz: unexpected end of file tar: This does not look like a tar archive tar: Error exit delayed from previous errors /update.sh: line 70: cd: /lsws-4.2.9: No such file or directory
Top