Search results

  1. N

    Failed to start one instance

    it may due to memory, process limit to lsphp5. how about serving a simple "Hello World" php page?
  2. N

    How to configure Litespeed to work with Apache?

    in this case, should be no much difference when using litespeed and lighttpd. you can post your apache setting, proxying with lighttpd part. we can take further look at it.
  3. N

    Failed to start one instance

    what's the litespeed version, 32 bit or 64 bit, standard or trial version?
  4. N

    Litespeed + cPanel + Cloudlinux

    The upgrade link will be enabled after a few days. Sometimes this can catch possible serious bug before upgrade widely.
  5. N

    Log into LiteSpeed Web Admin via HTTPS?

    yes. in lsws web admin console, Web Console->Listeners-> SSL->fill "Private Key File"/"Certificate File" etc. General->Secure:Yes
  6. N

    apache is faster ?

    looks like lsphp5 crash is the reason of slowness? you may need rebuild php. please check /opt/curlssl/lib/libcurl.so.4 is 32-bit or 64-bit. not sure if it's a problem to mix 32-bit and 64-bit library together. also for: /usr/tmpDSK 485M 24M 437M 6% /tmp we have...
  7. N

    apache is faster ?

    need more detail info to identify the problem. for example disk usage, is /tmp nearly full? any error message in error.log and stderr.log? etc
  8. N

    Php lsapi 5.0

    download 4.0.14 --- already include php 5.3.2 and 5.2.13
  9. N

    Huge lsphp5 problem

    current setting -- if php = 5.2.12 or >= 5.3, then select 0.9.6 otherwise select 0.9.5.3
  10. N

    [ERROR] Clock on your server is not accurate, fix it first.

    as stated above: ntpdate here's an example: #ntpdate pool.ntp.org
  11. N

    IPB3 on LiteSpeed

    any related messages in error.log/stderr.log?
  12. N

    IPB3 on LiteSpeed

    what's the permission of /tmp? #ls -ald /tmp also check /tmp, if there is enough free space.
  13. N

    Virtualhost named base / ip based...can litespeed do?

    change /etc/hosts to 127.0.0.1 localhost 127.0.0.1 foo.com foo.com will work can you ping 10.0.0.2 at your box? i.e., nix@caesar:~$ ping 10.0.0.2
  14. N

    Virtualhost named base / ip based...can litespeed do?

    can you post your /etc/hosts here?
  15. N

    IPB3 on LiteSpeed

    compare output of phpinfo() under apache and litespeed, check "session" part
  16. N

    Virtualhost named base / ip based...can litespeed do?

    how about add a entry in /etc/hosts 127.0.0.1 foo.com and access foo.com in browser.
  17. N

    [Resolved] PHP wont compile...

    what's the error detail? when build PHP from lsws web admin console, locate the detail error by scroll to end of lower window.
  18. N

    find: / proc / irq /: No such file or directory

    need do nothing, please ignore it. in a VM, there may be no /proc/irq folder.
  19. N

    [Resolved] subdomains-folders

    it's directory permission issue: #ls -ald /path/to/www.domain.tld/folder drwx------ 2 root root 745472 Mar 18 18:05 folder #chmod o+x /path/to/www.domain.tld/folder #ls -ald /path/to/www.domain.tld/folder drwx-----x 2 root root 745472 Mar 18 18:05 folder then...
  20. N

    [Resolved] RewriteRule help

    following one works on my test machine: RewriteEngine on RewriteCond %{QUERY_STRING} ^(.*)-(.*)$ RewriteRule ^(.*)$ $1?%1_%2 [N]
Top