Search results

  1. leafypiggy

    What is going on?

    I am looking into these issues.
  2. leafypiggy

    Use Lightspeed Web Server and MariaDB

    Nope. It's not a reverse proxy setup. Litespeed's PHP SAPI (http://www.litespeedtech.com/docs/litespeed-sapi/php-lsapi/installation) is used by apache to handle PHP execution. It's faster than normal PHP processing with Apache. And to confirm what Dead-I said, we are using MariaDB on our servers.
  3. leafypiggy

    Use Lightspeed Web Server and MariaDB

    Our Varnish/Apache setup actually utilizes the litespeed PHP SAPI (lsphp_sapi) to run PHP processes, so while it is Varnish/Apache on the frontend, we're using LiteSpeed's "faster" PHP processing. In our internal testing, this setup appeared to be over 1 order of magnitude faster than our...
  4. leafypiggy

    Cpanel button switch do not work

    Please try to access cpanel without using the betternet VPN.
  5. leafypiggy

    Resolved Quick question about images and hosting account

    yeah 1.21Mb is kinda the "worst case" for a JPEG (random colors, full quality, noise... hard to compress). With your 57.4Kb PNGs as an average... you can fit a LOT of images before you'll even think about hitting any limit.
  6. leafypiggy

    Resolved Quick question about images and hosting account

    Good question. I'm going to say "maybe". At 100% quality, a theoretical 506x303 JPEG image is about 1.21Mb. You can get this down even more by compressing the JPG/dropping the quality (there's tons of online tools to do this, and photoshop plugins). I don't think you'll come close to hitting...
  7. leafypiggy

    xo7 Magento "Maximum upload file size: 2 MB" need 5MB

    This should be all set now. Increased to 16M
  8. leafypiggy

    Silver Line Studios

    You also appear to be loading assets from a known malware website.
  9. leafypiggy

    If Modified Since - headers

    Oops! that was a typo. It was a combination of "decrease page load time" and "increase page load speed". ie, decrease the amount of time it takes to load a page, and increase how quickly the page loads. my brain is tired. Thanks for catching that haha
  10. leafypiggy

    If Modified Since - headers

    We do support the Last-Modified header on our servers :) You can check here: http://www.feedthebot.com/tools/if-modified/ We utilize Varnish to cache websites as well, so it will only ever ask the webserver (apache) for content if it is expired within Varnish's cache, or if it is dynamic...
  11. leafypiggy

    Problem..

    It would help if you supplied the DDL for your database table, as well as a full working example of what you're trying to do. You can use code BB tags to put in the code here. (http://www.bbcode.org/examples/?id=15) Moved to Scripts/3rd Party Applications
  12. leafypiggy

    Problems on CSS loading for xo4

    They are both loading the same on my end: https://labs.neilhanlon.com/ss/2015-04-16_1351.png https://labs.neilhanlon.com/ss/2015-04-16_1351_001.png Are you still experiencing this issue? Both of the servers are configured in exactly the same way.
  13. leafypiggy

    How to do this?

    $id = $_GET['ads']; //SANITIZE $id, and do something with it (call MySQL with PDO, etc) That's pretty much all it is. How you're getting the records depends on a ton of factors. Moved to Scripts & Third Party Applications
  14. leafypiggy

    Pure SSD Cloud hosting

    I'm not at liberty to divulge any information about our servers in a "cost" respect, but you can check out what SingleHop has to offer at http://singlehop.com/ They are the datacenter which we use for the majority of our servers, which are all in a private hardware cloud, that uses SSDs for...
  15. leafypiggy

    Can i host a bitcoin facuet?

    This is not something we can allow on free hosting. I apologize for any inconvenience.
  16. leafypiggy

    Filezilla directory listing to FTP Upload failing

    Where are you trying to sign in from? Are you using a VPN or proxy?
  17. leafypiggy

    PageSpeed Module

    We can't support mod_pagespeed--you would have to make the changes on your own site to optimize for caching, etc. :)
  18. leafypiggy

    503 Service Unavailable

    This appears to be working and my monitoring didn't show any outages last night during this time... are you still having this issue?
Top