Search results

  1. M

    sources?!

    Please use the freebsd6 binary http://www.litespeedtech.com/support/forum/showthread.php?t=2016
  2. M

    How to check which licence on which server?

    Please contact sales with the server IP you want to cancel.
  3. M

    dont know where this

    Thanks. Fixed. installed a spell checker for the editor.
  4. M

    Problem with lshttp and Apache Reverse Proxy

    http://www.litespeedtech.com/docs/webserver/config/extapps/
  5. M

    Ruby-LSAPI and Solaris Express Community Edition (SXCE.79)

    Try install ruby, RoR and gem from source code. If you are using 64bit solaris, make sure do export CC=gcc -m64 to compile everything to 64bit binary.
  6. M

    Trying to debug dispatch.lsapi

    for trouble shooting, please follow our guide http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rails:troubleshoot
  7. M

    Trying to debug dispatch.lsapi

    The strace output does not show anything useful. You have to strace it when it is serving a problem request.
  8. M

    Content - RewriteCond case sensitive for %{REQUEST_FILENAME}

    This is a regular expression test, not a file system test, [NC] works as expected with LSWS.
  9. M

    htaccess + 404 leads to ignoring of custom error documents

    If "/page-not-found.htm" does not exist, LSWS will show the default error page. Either remove ErrorDocument 404 /page-not-found.htm or make it available.
  10. M

    Problem with lshttp and Apache Reverse Proxy

    Try "ProxyPreserveHost" directive if you use Apache 2.x
  11. M

    Error with mime.properties

    Thank you for the bug report. It is very important. We are fixing it.
  12. M

    Cores + Apache 2.2?

    It is not that 8-CPU license won't utilize all 8-cores for PHP/MySQL driven sites, it does. It is just that PHP and MySQL server processes work on their own so all 8-CPU are more likely to be fully utilized by those processes without a 8-CPU license. We usually recommend a license matches...
  13. M

    Problem with lshttp and Apache Reverse Proxy

    You can use both <domain>mail.fredho.net,192.168.1.215</domain>
  14. M

    Problem with lshttp and Apache Reverse Proxy

    <listener> <name>MAILX2</name> <address>*:80</address> <secure>0</secure> <note></note> <vhostMapList> <vhostMap> <vhost>FREDHO</vhost> <domain>mail.fredho.net</domain> </vhostMap> <vhostMap>...
  15. M

    LSWS 3.3.12 and LSLB 1.2 have been released

    LiteSpeed Web Server 3.3.12 has been released This release is minor bug fix release. The missing "Override cPanel restart HTTPD script" in earlier 3.3.11 release package should be fixed in 3.3.12 as well. It is highly recommended to upgrade to this release. Download LiteSpeed Web Server...
  16. M

    Error: ERROR: Unable to detect download method (install curl, fetch, or wget)

    That's because you did not install it as root with "sudo". You have to set the "prefix" to somewhere under your home directory, otherwise.
  17. M

    Error: ERROR: Unable to detect download method (install curl, fetch, or wget)

    You can check configuration options used for building that php5 binary with php -i And use the same option to build lsphp. However, if you installed php5 as a binary package, it may not have all dependent development packages installed.
  18. M

    LiteSpeed License is making it impossible to run user generated / web2.0 websites

    It depends on what kind of community it really is. Some sites do not limit content, but they are really trying to build an erotic community. If most content are not erotic and no erotic ads displayed, it should be fine. Anyway, thank for contacting us regarding this.
  19. M

    Security Auditing

    IIS is getting better for sure. Maybe it is just a perception, generally, Unix/Linux is secure than windows, especially for multi-user environment. The permissions can be set to prevent one user from peaking another user's file, even when scripts running on the server are vulnerable. Another...
  20. M

    Error: ERROR: Unable to detect download method (install curl, fetch, or wget)

    You have to find a way to resolve all dependencies required. Just like what you need to do when you compile PHP manually.
Top