Search results

  1. N

    [RESOLVED] php.ini is missing

    manually copy it. as an example: cp /usr/local/lsws/phpbuild/php-5.3.1/php.ini-production /usr/local/lsws/lsphp5/lib/php.ini
  2. N

    suphp ?

    From the menu tips: "When set to yes, PHP script will be executed under the user specified, as well as the group unless Force GID is set. When set to "User's Home Directory Only", scripts outside a user's home directory will run as the global user/group that the web server run as. " you can...
  3. N

    Help with request filter

    Have you set: Server-->Request Filter-->Enable Request Filtering:Yes
  4. N

    suphp ?

    the detail error message? may need investigate them one by one.
  5. N

    too-many-files-open issue with 5.2.12

    googled a while ... no much help. but got a hint at a time: how about try newer APC(say 3.1.3p1) other than current 3.0.19
  6. N

    [RESOLVED] PHP5 - Linklok IPN 503 error

    php stream files is not efficient. if you can make use of litespeed's "Internal Redirect"(http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect) feature in the script, will improve a lot. faster and use less resource(mem/cpu/process). And, the issue...
  7. N

    [RESOLVED] APC not working correctly?

    also need check its parent folder's permission. sudo -u <user_run_lsphp5> cat <upload_folder>/test.txt is a quick way to check all parent folders's permissions. This maybe due to various apache rules to prevent a user to upload files to a folder out of his home. Add alias for each user's...
  8. N

    suphp ?

    Server-->General-->PHP suEXEC:Yes
  9. N

    Huge lsphp5 problem

    I tested V5.3, has fixed this "Segmentation fault" issue.
  10. N

    [RESOLVED] APC not working correctly?

    the APC version 3.0.19. not sure rebuild PHP 5.2.11 + latest APC 3.1.3p1 will solve the problem. Build PHP through lsws admin console is convenient and safe.
  11. N

    Lsapi api

    lsapi has been there for years. and every release include them: for php and ror. here's php lsapi document: http://www.litespeedtech.com/php-litespeed-sapi.html We did benchmark recently, here's the detail of lsapi vs fastcgi...
  12. N

    Forget password admincp

    should be a permission issue. what's the user you login as? root or other? can the login user run admin_php? output of: #ls -l /root/lsws-4.0.12/admin/misc/../fcgi-bin/admin_php ? normally, when forgot password, run admin_php is ok, no need run create_admin_keypair.sh not good to install...
  13. N

    [RESOLVED] Can i use litespeed without cpanel?

    during mysql installation, it won't ask you creating a user or database. you create a user or database by run MySQL client. i.e., ~>mysql upon installation, you already have a user "root" and no password. the mysql installation will prompt you to create a password for "root" user. It's time...
  14. N

    [RESOLVED] Can i use litespeed without cpanel?

    yes litespeed is independent product from mysql. it won't install mysql. for MySQL installation on centOS 64bit: 1.install MySQL server: yum install mysql-server.x86_64 2.install MySQL client: yum install mysql.x86_64 3.run MySQL client to import your database from ssh. something...
  15. N

    [RESOLVED] Can i use litespeed without cpanel?

    yes, it's like "can use Apache without cPanel?" -- of course:)
  16. N

    [RESOLVED] APC not working correctly?

    which version of lsapi? or post your phpinfo() output here.
  17. N

    [Resolved] .htaccess Gzip

    gzip js/css is automatically done by lsws, you can config expires through web admin console or using apache's ExpiresByType, ExpiresDefault directives.
  18. N

    [RESOLVED] APC not working correctly?

    1.does file /usr/local/lib/php/extensions/no-debug-non-zts-20060613/apc.so exists? 2.any related messages in error.log and stderr.log?
  19. N

    litespeed not starting

    in a recent thread: http://www.litespeedtech.com/support/forum/showthread.php?t=3753 I tried http://photography-on-the.net/forum/, very fast. Maybe you can ask PSS what opcode cache the forum is using.
  20. N

    litespeed not starting

    how about try another opcode cache for example APC?
Top