Search results

  1. M

    can't figure out request filter

    you can turn on request filter log to debug those rules.
  2. M

    Using context directives for static stuff of Rails app

    By default, a request will be handled by Rails when file does not exist. the order of static context does not matter unless it is a regex matching context.
  3. M

    performances issue with x86_64 and cpu cores

    How about the CPU usage of lshttpd processes, if two lshttpd are configured properly to serve that site, there should be two lshttpd processes on top of "top" output.
  4. M

    GeoIP issue with Apache VHosts

    It should work if enable it in <VirtualHost ...> or .htaccess. Will make global configuration set in httpd.conf as the default.
  5. M

    Presale question

    Right now, each VPS need a VPS license, we plan to release a VPS host license which allow all VPS hosted on a server to use LiteSpeed with one host license. LiteSpeed can be managed in WHM, for end users, they cannot tell if Apache is used or LiteSpeed is used, everything works exactly the same.
  6. M

    Apache not getting restarted

    restart httpd service from whm.
  7. M

    Under HTTP Get Attack

    It is not that important, you can set it to any value you like. You should consider the average size of the pages on your site.
  8. M

    Problems installing OpenX 2.6

    It has been successfully installed by changing the code to use plain curl request instead of SSL.
  9. M

    Apache not getting restarted

    "override cPanel restart HTTPD script" option restart both LSWS and Apache in our lab. We tested "WHM 11.23.2 cPanel 11.23.6-R26881" with Apache 2.2.x
  10. M

    GeoIP issue with Apache VHosts

    GeoLocation was not enabled for vhosts configured through Apache httpd.conf. You can try 3.3.18 release see if it work well. "GeoIPEnable" directive should work.
  11. M

    Apache not getting restarted

    We will test it in our lab. Have you tried "Use Apache binary wrapper" option? seems it works fine in our lab.
  12. M

    updgrade to php5 problem

    You probably have it already, just try --with-mysql=/usr/local/mysql-5.0.51b-osx10.4-powerpc/
  13. M

    Under HTTP Get Attack

    try http://www.litespeedtech.com/how-tos.html#qa_dos
  14. M

    updgrade to php5 problem

    add php configuration option "--with-png-dir=/opt/local".
  15. M

    LSWS crashes and restart many times everyday

    It is a know problem, we are working on it.
  16. M

    301 redirects

    Just do what you usually do with Apache. :) Use "Redirect..." directive or "rewrite rule" in .htaccess.
  17. M

    Problems installing OpenX 2.6

    the log shows that PHP crashes during a curl request to 8.10.72.167, the connection is encrypted with SSL. Cannot tell why from the log file. If you can find the core file and do a backtrace with GDB, it will be more helpful. Do you have curl SSL support compiled into PHP?
  18. M

    Problems installing OpenX 2.6

    sure. send it to bug@litespeedtech... make sure it is the PHP process serving the request, not a idling PHP process, should have a lot more output other than "getppid() select() ...".
  19. M

    Problems installing OpenX 2.6

    That's a normal rails message, not related to openX. Maybe the PHP process still crashes. You may need to strace the lsphp process to find why. strace -p <pid_of_lsphp>
  20. M

    restart

    sure. no problem. withdrawn.
Top