Search results

  1. N

    upgrade 4.0.20 -> 4.1.4 problem

    have you upgraded to latest 4.1.17 ?
  2. N

    i dont get any welcome page also with Admin HTTP port

    as cPanel user, you can config the firewall through csf -- Configserver Security and Firewall run /usr/local/lsws/admin/misc/admpass.sh
  3. N

    [solved] [ERROR] Unknown response from server

    what's your lsws version? #/usr/local/lsws/bin/lshttpd -v
  4. N

    i dont get any welcome page also with Admin HTTP port

    probably firewall issue: port 7080 not open to outside. to confirm this, ssh to your server, run command: #curl -I 127.0.0.1:7080 if it's ok, then it's the firewall issue.
  5. N

    i dont get any welcome page also with Admin HTTP port

    do you mean you can't access :7080, lsws web admin console? for install lsws with cPanel, just follow http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel will be easiest.
  6. N

    [solved] Error 404 Not Found

    no such error any more?
  7. N

    [solved] Error 404 Not Found

    #ls -al /home/prandah/prandah.com/.htaccess ?
  8. N

    How to monitor the port usage !

    Bandwidth in use: in "Real-Time Statistics", Http In + Http Out + Https In + Https Out
  9. N

    Where Is Internal Redirect Example?

    assume the file $DOC_ROOT/abc.dat, direct access URL is http://domain.com/abc.dat the php code is just 1 line: header("X-LiteSpeed-Location: /abc.dat");
  10. N

    Config file creation problem

    permission should be ok. since it's a xml file, check the format carefully if any error.
  11. N

    How do I disable Directory Indexing?

    please make the change in /usr/local/apache/conf/httpd.conf either through cPanel GUI or edit it directly(not recommended)
  12. N

    Pages open slow

    PHP suExec enabled or not ?
  13. N

    securelve

    lsws admin console-> Server-> Configuration-> General-> Enable LVE
  14. N

    Named anchor passed in URL resulting in 404 error

    as a workaround, you can use rewriterule to strip tailing #xxx for example in document .htaccess: RewriteRule (.*)#(.*)$ $1
  15. N

    [solved] Auto Index is disabled for ....

    change folder "up"'s group to nobody, same as public_html or #chgrp nobody public_html/up
  16. N

    [solved] Auto Index is disabled for ....

    how about #chgrp nobody up
  17. N

    [solved] Auto Index is disabled for ....

    what's the permission of /up? #ls -ald public_html #ls -ald public_html/up
  18. N

    [solved] Auto Index is disabled for ....

    is there up/.htaccess in it? if exists, what's the content?
  19. N

    [solved] Auto Index is disabled for ....

    is /up a folder under document root ?
  20. N

    [solved] Auto Index is disabled for ....

    what version of lsws ?
Top