Search results

  1. N

    [Solved] LiteSpeed is not up! Please check log file for errors.

    read the screen shot: "netstat -ntpl | grep litespeed" return nothing is there license problem ? #/usr/local/lsws/bin/lshttpd -V
  2. N

    Header error in Evernote SDK

    please PM your server's ssh access.
  3. N

    [solved] open_basedir restriction

    please give the error detail. locate it in error_log
  4. N

    disable CGI

    now a bit more clear about your environment. one more question: is this account belonging to this hacker ? so he can edit .htaccess file. yes, if someone can edit .htaccess, it's very difficult to prevent him to do anything bad further.
  5. N

    disable CGI

    not clear about your environment. what's the relationship between "they" and you. just for an suggestion: you can set /usr/bin/perl 's permission to disable the ability of user running perl cgi script.
  6. N

    disable CGI

    try: modify it to Options FollowSymLinks MultiViews Indexes -ExecCGI
  7. N

    Header error in Evernote SDK

    since the php code need access https://sandbox.evernote.com so please check if your lsphp5 has built with --with-openssl
  8. N

    error after install

    what's your OS ? any specific security module installed in OS ?
  9. N

    byte-range requests

    it's enabled by default. please test it yourself and report us if not working.
  10. N

    Header error in Evernote SDK

    /oauth/sampleApp.php has same issue, make same code change as index.php.
  11. N

    [solved] htaccess and php

    if you're running litespeed, please try AddType application/x-httpd-php5 .php .htm .html
  12. N

    MongoDB php driver

    please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:opcode_cache to build mongo.so instead of apc.so
  13. N

    Header error in Evernote SDK

    please check error.log. for log like: change code of /oauth/index.php to will fix above error.
  14. N

    Max file name show :: Directory Browser

    edit /usr/local/lsws/share/autoindex/default.php var $nameWidth = 28;
  15. N

    Header error in Evernote SDK

    yes, please, need more info to know what you mean.
  16. N

    [solved] lsapi missing DOCUMENT_ROOT variable

    not at all. thanks for the update.
  17. N

    [solved] lsapi missing DOCUMENT_ROOT variable

    can you post the output of domain.com/phpinfo.php
  18. N

    [solved] lsapi missing DOCUMENT_ROOT variable

    access domain.com/phpinfo.php in browser, _SERVER["DOCUMENT_ROOT"] is there.
  19. N

    Wordpress will not upload

    I tried to reproduce your issue on latest wp-3.3.2 + lsws 4.1.12 + php 5.2.11 at our lab, but failed. using "multi-file uploader". can you suggest how to reproduce the issue quickly?
  20. N

    [Solved] Static images randomly failing

    please do a force-reinstall on 4.1.12: admin console->Actions->Version Manager
Top