Search results

  1. M

    "junk" in /tmp/lshttpd/swap

    Those should be cache files for compressed static content Just do rm -rf /tmp/lshttpd/swap/* in a cron job to clean it up. Should keep /tmp/lshttpd/swap directory though.
  2. M

    URL file-access is disabled in the server configuration

    Replied via email. should add allow_url_fopen=On allow_url_include=On to php.ini
  3. M

    Different different php config?

    AddType application/x-httpd-php4 php or AddType application/x-httpd-php5 php
  4. M

    PHP extensions

    If you build the extension as dynamic module with the same PHP version, there should not be any problem to load the module in php.ini for lsphp.
  5. M

    rewrite redirect not working under 3.3.24

    we will investigate.
  6. M

    Lisence problem

    Does it cause any downtime? seems it do not bring down LSWS because of those errors.
  7. M

    Lisence problem

    Sorry about that, it probably caused by DNS problem. We will check the license verification code and make sure it wont cause any downtime because of that.
  8. M

    rewrite redirect not working under 3.3.24

    I tried a similar rule with http://www.store.litespeedtech.com, it works.
  9. M

    Lisence problem

    You started to use a trial key 30 days before, so your server is not allowed to use trial key any more. PM your server IP, we can have it cleared.
  10. M

    rewrite redirect not working under 3.3.24

    Please enable rewrite log with "RewriteLogLevel 9" for that vhost. It should not be affected.
  11. M

    503 errors on admin console - NFS related?

    Maybe reinstall LSWS is the easiest fix.
  12. M

    Lisence problem

    try command make clean under /home/cpeasyapache/src/php-5.2.8/ may fix it.
  13. M

    APC/eAccelerator "restarts"

    That's true for PHP in non-suEXEC mode.
  14. M

    APC/eAccelerator "restarts"

    What you experienced is normal I think, as PHP suEXEC will not share the same opcode cache memory like Apache mod_php does, each lsphp5 process will have its own cache memory, so, in order to make it more efficient, make the on disk cache storage available.
  15. M

    Lisence problem

    You can switch to Apache from WHM plugin.
  16. M

    APC/eAccelerator "restarts"

    More likely the cache memory size has been set to a large value, you need to increase the memory limits for "lsphp5". Login to LSWS web console and check the configuration of server level lsphp5 external application.
  17. M

    Directory Listing

    OK, go to WHM->"Service Configuration"->"Apache Configuration", then go to the bottom of the change. change "Directory / options" by unchecking "Indexes".
  18. M

    Lisence problem

    You can use http://IP:2086/ https://IP:2087/ to access whm.
  19. M

    Lisence problem

    The plugin has an uninstall option.
  20. M

    .htaccess location questions

    Please PM me a temp root access to your server, I will take a look tomorrow.
Top