Search results

  1. N

    htaccess redirect help

    the grammar looks ok. but http://wildart.in is served by cloudflare-nginx ? not litespeed
  2. N

    [solved] Symlinking directories

    fixed, still permission issue. litespeed process is running as nobody. /home/bananatree/html/sdb/redirect/cache>ls -ald /home/banana/srcds/orangebox/garrysmod/cache drwxr--r-- 2 banana root 12288 Sep 11 22:58 /home/banana/srcds/orangebox/garrysmod/cache...
  3. N

    [solved] Symlinking directories

    can you PM the root access and :7080 access
  4. N

    [solved] Symlinking directories

    please try it
  5. N

    [solved] Symlinking directories

    please put a file into redirect/cache and see if still 404. $touch /home/bananatree/html/sdb/redirect/cache/abc and check: http://bananatree.im/sdb/redirect/cache/abc
  6. N

    [solved] Symlinking directories

    #ls -ald /home/banana/srcds/orangebox/garrysmod/cache/6afa5cc7a1de5a0df435669c6fc2a09b.dua ?
  7. N

    [solved] Symlinking directories

    maybe you can create a directory link only, not many file links instead of: ln -s /home/banana/srcds/orangebox/garrysmod/cache/*.dua /home/bananatree/html/sdb/redirect/cache/ just do: #rm -rf /home/bananatree/html/sdb/redirect/cache/ #ln -s /home/banana/srcds/orangebox/garrysmod/cache/...
  8. N

    [solved] Symlinking directories

    maybe. the file's permission ? #ls -ald /home/bananatree/html/redirect/cache/6afa5cc7a1de5a0df435669c6fc2a09b.dua #ls -ald /home/banana/srcds/orangebox/garrysmod/cache/6afa5cc7a1de5a0df435669c6fc2a09b.dua
  9. N

    [solved] Symlinking directories

    full URL is ok, if you think ok to paste here. or just replace the domain name as domain.com etc.
  10. N

    [solved] Symlinking directories

    looks like permissions ok. what url return 404 error for example(you can omit the domain name)?
  11. N

    [solved] Symlinking directories

    ok. how about the parent directories' permission? #ls -ald /home/ #ls -ald /home/banana/ #ls -ald /home/banana/srcds/ #ls -ald /home/banana/srcds/orangebox/ #ls -ald /home/banana/srcds/orangebox/garrysmod/
  12. N

    [solved] Symlinking directories

    can you give an example how you did it?
  13. N

    [solved] Symlinking directories

    maybe permission issue. check #ls -ald /home/banana/srcds/orangebox/garrysmod/cache #ls -ald /home/bananatree/html/redirect/cache
  14. N

    2-CPU Lease LSWS Enterprise

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:upgrade_downgrade_license "Your license will be updated from our license server automatically once invoice is paid. Your local license key will be auto-updated within one day. If you want it to become...
  15. N

    lsphp5 high load

    it depends on what php apps you've installed. if the app or its add-ons can utilize memcached, then install memcached. otherwise, it's useless.
  16. N

    Export settings of LiteSpeed

    litespeed server settings is saved in conf/httpd_config.xml you can create a patch for your customized settings and apply for httpd_config.xml in other servers.
  17. N

    replacement apache of plesk..

    have you referred our wiki for litespeed+plesk ? http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:plesk
  18. N

    lsphp5 high load

    although it's high, it's quite common for a php-heavy website, for example a vBulletin forum. to reduce the CPU usage, 1. install opcode cache(APC, XCache or eAccelerator) 2. install memcached to cache mysql result 3. enable page cache 4. improve the php source code .... PHP as an...
  19. N

    [Solved] Failed to create temp file with mkstemp()

    FYI: lsws is running as apache:apache. how about lsphp5? 2011-09-04 06:28:22.654 [ERROR] [208.69.120.120:61555-0#APVH_207.32.184.195_example.com] Failed to initialize VMemBuf. please refer http://www.litespeedtech.com/support/forum/showthread.php?t=4571
  20. N

    500 internal server error

    please check the error.log and stderr.log at the time the error happens
Top