Search results

  1. M

    [Solved] Symbolic link check does not work

    The autoindex script will index the symlinked directory, it was not protected, but user cannot access any file under the symlinked directory. This is issue will be addressed in 4.0.19 release. 4.0.19 build has been uploaded, if you want to give it a try, just change the version number in the...
  2. M

    [Solved] Symbolic link check does not work

    How does it work? If it served by LiteSpeed web server directly as static file, we will look into this. If it is served via a PHP shell or other script, it has nothing to do with this feature, the script runs in its own process, not controlled by LiteSpeed security. Just want to make sure you...
  3. M

    4.0.18 gives error

    Please check the PID in the error log file, see if it is a lshttpd process or a helper process. Some thing is killing that process with signal SIGTERM. It is not caused by litespeed bug. Does it happen regularly? or after a graceful restart? should tell from log file.
  4. M

    [Solved] LSWS and movabletype

    increase http://www.litespeedtech.com/docs/webserver/config/tuning/#connTimeout
  5. M

    [Help!] 403 Forbidden error Powered By LiteSpeed Web Server

    You should contact Hawkhost support regarding your issue.
  6. M

    Instalation Problem

    just hit <enter> when prompt for Destination.
  7. M

    [Solved] Rewrite rule for magento multisite didn't work

    Please check the phpinfo() page output, see if SERVER["MAGE_RUN_xxxx"] variables are set or not. if not, adjust php.ini to let PHP create those variables from environment.
  8. M

    Access Denied Directories??

    LiteSpeed wont be able to control external web scripts, if you use PHP for the web script, it is likely the open_basedir configuration of php to prevent the script from accessing /etc/*. you can compare phpinfo page between 4.0.18 and 4.0.17.
  9. M

    [solved] Getting some issue with remote file upload

    It shows 408 timeout, you need to increase "connection timeout". http://www.litespeedtech.com/docs/webserver/config/tuning/#connTimeout
  10. M

    Paypal IPN error 503

    you need to check /usr/local/apache/logs/stderr.log and error_log
  11. M

    Litespeed shutting down

    Anything in the /usr/local/apache/logs/error_log around 11:15am, before you manually start the server. Maybe try a reinstall from the WHM plugin.
  12. M

    [solved] Getting some issue with remote file upload

    Looks like your script just copy the file from one location to another, the file has been uploaded successfully to the server? If the script takes long time to finish and PHP is not run in suEXEC mode, you need to increase LSAPI_MAX_PROCESS_TIME http://www.litespeedtech.com/php-litespeed-sapi.html
  13. M

    [solved] Custom Logging with Vlogger/ISPConfig

    Please try the latest 4.0.18 build. If you use 4.0.18 already, try "Force reinstall" from web console.
  14. M

    [Solved] Litespeed 4.0.18 swap too fast after start

    How much memory used by LSWS 4.1 release? How many accounts hosted on that server? Want to know how much memory 4.1 saves.
  15. M

    503 Error With LiteSpeed

    for cpanel server, it is /usr/local/apache/logs/error_log and /usr/local/apache/logs/stderr.log
  16. M

    [Solved] 4.0.17 to 4.0.18 / Request has not been logged into access log

    Sorry, the previous fix is not right, updated again, please give it a try.
  17. M

    [Solved]Running EasyApache without first switching to Apache?

    Please try the updated 4.0.18 package.
  18. M

    [Solved] 4.0.17 to 4.0.18 / Request has not been logged into access log

    Please update again, the previous build may stop logging into access log files.
  19. M

    [Solved] Litespeed 4.0.18 swap too fast after start

    This issue should be addressed with updated 4.0.18 build.
  20. M

    [Solved] Litespeed 4.0.18 swap too fast after start

    You can try our 4.1RC4 build, it should reduce the memory usage dramatically. http://www.litespeedtech.com/packages/4.0/lsws-4.1RC4-ent-x86_64-linux.tar.gz i386 package is available as well.
Top