Search results

  1. N

    Problem downloading from your site?

    still fail at this VPS?
  2. N

    cPanel randhtml.cgi not working with LSWS SSI

    this one: ls -l randhtml.cgi -rwxr-xr-x 1 abcdef abcdef 3144 Jul 27 13:47 randhtml.cgi* should be ok too.since it's same size as the one under public_html/cgi-bin at our cPanel box. so my previous suggestion about "cp -a ..." may not needed. so just change the code from <!--#include...
  3. N

    cPanel randhtml.cgi not working with LSWS SSI

    please test at your side: cp -a /usr/local/cpanel/cgi-sys/randhtml.cgi /home/abcdef/public_html/cgi-bin/randhtml_new.cgi and in the test.shtml, use <!--#exec cmd="cgi-bin/randhtml_new.cgi abcdef"--> it works on both apache and lsws at our cPanel box.
  4. N

    cPanel randhtml.cgi not working with LSWS SSI

    WHM 11.26.8 this is probably the original randhtml.cgi ~>ls -l /usr/local/cpanel/cgi-sys/randhtml.cgi -rwxr-xr-x 1 root wheel 352408 Sep 8 04:51 /usr/local/cpanel/cgi-sys/randhtml.cgi* is it same as yours?
  5. N

    cPanel randhtml.cgi not working with LSWS SSI

    I created a page test.shtml ("cgi-bin/randhtml.cgi" should follow user's account name) in apache, the result: in lsws, result is "ERROR 404: Not Found" although the result different, both not working. can you further confirm it's working under apache?
  6. N

    [Resolved] lite SPeed Problem WIth IP's low speed

    Thanks for the feedback. It looks like in shamid202's case, 4.1RC3 AIO wins 4.0.16 sendfile. can shamid202 share how about comparing with apache on this server just before switching?
  7. N

    [Resolved] lite SPeed Problem WIth IP's low speed

    in your first post: what "standard" here mean? is cPanel trial version? so maybe some limit on cPanel standard version?
  8. N

    [Resolved] lite SPeed Problem WIth IP's low speed

    sorry still not quite clear in some points. 1 question: 178.63.65.240 and 178.63.65.236 are on same physical server? any message in error.log (/usr/local/apache/error_log) ?
  9. N

    [Resolved] lite SPeed Problem WIth IP's low speed

    run "top", paste the output here, to see which process consuming the CPU most
  10. N

    [Resolved] lite SPeed Problem WIth IP's low speed

    are you using litespeed standard edition? there are 5 Max Virtual hosts from Apache httpd.conf limit. see http://www.litespeedtech.com/litespeed-web-server-downloads.html please install enterprise edition. steps: go download page...
  11. N

    [Resolved] php.ini question with eaccelerator.

    just an sample FYI: add a line to /etc/crontab 0 0 * * * root (find /var/cache/php-eaccelerator -type f -exec rm -rf {} \;) will clean the disk cache at 0:0 AM every day.
  12. N

    [Resolved] php.ini question with eaccelerator.

    value of "Additional .ini files parsed" in phpinfo()?
  13. N

    Is VPS Lease LSWS Enterprise work for servint ultimate vps

    it looks unusual: first check if /tmp/lshttpd/swap/ exists, if exists, then to see if any difference.
  14. N

    Bug with Mod_security - 501 Not Implemented

    "501 Not Implemented" is a standard http error. turn mod_security on or off, should see the error in error log. just google "501 Not Implemented", to know what it means.
  15. N

    [Resolved] php.ini question with eaccelerator.

    create a phpinfo() page, search "Loaded Configuration File" or lsws/fcgi-bin/lsphp5 -i
  16. N

    Click-page

    72.20.34.138 is running apache this is a userland cgi or application to implement the trick, nothing to do with web server settings or configuration.
  17. N

    Is VPS Lease LSWS Enterprise work for servint ultimate vps

    any messages in error.log or stderr.log? if with cPanel, it's /usr/local/apache/logs/error_log
  18. N

    Litespeed Web Server with Drupal?

    it's up to you to run apache only, or litespeed only or both, as long as no conflict on listen ip + port. for example: apache listen to 127.0.0.1:80 lsws listen to 127.0.0.1:2080 there is no conflict. so you can access both http://127.0.01 and http://127.0.0.1:2080 at the same time. maybe...
  19. N

    Sessions expiring often?

    this issue looks common among all web servers? not only litespeed. each web server should avoid restarting frequently. 2nd, restart may not be that worse to break session. it's known http is a stateless protocol. application may save the session data in cookies to indicate login or logout...
  20. N

    Litespeed Web Server with Drupal?

    litespeed and apache can run at the same time. the easiest way for you may be setup drupal under apache first, make it working. then install litespeed, but listen to port 2080, set up a vhost with same document root with apache. so your drupal should be working on :80(apache) and...
Top