Search results

  1. M

    4.1rc2

    4.1RC2 packages have been updated with new feature: H.264 video stream random seek from Flash player. Make sure to add MIME type for mp4 video file suffix in /path/to/lsws/conf/mime.properties to enable this feature.
  2. M

    4.0.11 automatic installation does not work anymore?

    Just run the installer from expanded installation package, we have change the way it works, after upgrading to 4.0.11, it will work as expected.
  3. M

    open_basedir error with DirectAdmin

    Looks like a PHP 5.3 issue.
  4. M

    open_basedir error with DirectAdmin

    what error? The thread starter clearly gives the error about "open_basedir restriction in effect".
  5. M

    Having issues after upgrade to LSWS 4.0.3 and Rails 2.3.2.1

    It is a Rails internal problem I guess, you can try downgrade rails see if it helps. Rails 2.3 has some major changes comparing to Rails 2.2 or earlier release.
  6. M

    Urgent security issue - php files are downloaded as text

    Just strengthen the file/directory permission of your web site, the hacker is likely used a security hole in PHP to upload the script, PHP is running as the global user or site owner (SuEXEC) mode, so, make majority of your site owned by "root" and only writable by root will stop it.
  7. M

    mod_proxy_ajp configuration

    You can check our demo server for configuration sample regarding AJP backend. http://www.litespeedtech.com/litespeed-live-demos.html
  8. M

    Admin login problems

    jcryption_keypair should be owned by lsadm:lsadm
  9. M

    Admin login problems

    Which user "admin_php" run as? lsadmin? who own /usr/local/lsws/admin/conf/jcryption_keypair? what is the permission mask for jcryption_keypair and /usr/local/lsws/admin/conf/.
  10. M

    Urgent security issue - php files are downloaded as text

    Maybe the hacker uploaded a PHP shell, which allows the hacker to access any PHP code. It is hard to say, but, looks like it is PHP code related issue. Have you upgrade vB to the latest release? Yeah, please keep us updated on this issue.
  11. M

    production.log not written - any hint ?

    How about parent directories? You can try command like sudo -u <user_name> echo "test" > log/production.log see if you can do that.
  12. M

    Help about buy license

    http://www.litespeedtech.com/support/forum/showthread.php?t=1660
  13. M

    503 Service Unavailable?

    503 error is likely caused by crash PHP process, not something we can do about it other than fix the PHP. Maybe the hosting company updated the PHP, or the script uses too much memory, over the limit set by the server admin. It could happen for any web server. You have to contact your host...
  14. M

    LSWS 2.0RC6 + Tomcat

    The tomcat Native Library is tomcat internal feature, you just follow the instruction as if Apache is use, to build the Native library using APR. It wont change any configure on LSWS side.
  15. M

    4.1rc2

    http://www.litespeedtech.com/packages/4.0/lsws-4.1RC2-ent-x86_64-freebsd6.tar.gz Need to install the port for freebsd 6 compatibility.
  16. M

    4.0.11 automatic installation does not work anymore?

    Do it manually for 4.0.11, it will work for later releases.
  17. M

    LSAPI do something wrong with ENV

    Thanks for the bug report and fix. We will take a look at this issue.
  18. M

    PHP SCRIPT_FILENAME Problem when Symlink

    That's normal, as nobody can read the symbolic link.
  19. M

    Admin login problems

    We use RSA key to encrypt user name/password now if plain HTTP connection is used. Sometimes, the javascript RSA encryption code does not like the RSA key pair and the script crashes. We have noticed that, and usually create a new pair of key can fix that. Sometimes, it takes for a while for the...
  20. M

    PHP LSAPI 5.0b1

    PHP LSAPI 5.0b1 has been released. This release focus on PHP performance, we have further optimized the API and the result is pretty good. It is for experienced user who can build PHP with LiteSpeed SAPI manually, it is not available through our "PHP build" interface. download link is...
Top