Search results

  1. M

    Php 5.2.10

    Just upgrade PHP via cpeasyapache, then "Build Matching PHP" from LSWS plugin.
  2. M

    IP GeoLocation

    You need LSWS enterprise. Load the binary format Geo Country or Geo City DB at server->general page http://www.litespeedtech.com/docs/webserver/config/general/#geolocationDB Then you can turn on/off GeoLocation at vhost or context level if you configure vhost natively via LSWS web console. If...
  3. M

    Litespeed shutsdown and doesnt restart

    Also check /etc/crontab in addition to cron job from root user. How often does it happen? If not a cron job, it must be killed by something else, maybe LFD or something? Check what have been installed/upgrade recently.
  4. M

    PHP LSAPI 5.0b2 feedback report

    Please use 5.0b3 for PHP 5.x only.
  5. M

    Litespeed shutsdown and doesnt restart

    There is a cron job kill lshttpd with signal "-9" SIGKILL.
  6. M

    LiteSpeed and OpenX

    Maybe you need to build your own lsphp binary that meet the requirement of OpenX.
  7. M

    Enabling PDO/PECL while upgrading PHP through GUI

    What you usually do to enable PDO/PECL when use Apache? You can try the same.
  8. M

    Installation Errors

    yum install shadow-utils
  9. M

    Installation Errors

    Which OS/distribution are you using?
  10. M

    TypesConfig Error

    You can ignore this error for now, it does not hurt anything, will be addressed in next release.
  11. M

    upload files problem

    well, I tried the Safari 4.0.2 and 4.0.4 on a MacBook, it wont able to do consecutive POST on a keepalive connection. It crashes when sends the second request.:eek: More likely a bug in Safari. The solution is to turn off keepalive when detect POST request from Safari. Will add a feature in...
  12. M

    upload files problem

    Can you please send us the full debug log for two consecutive keepalive requests, and the second the request is hanging?
  13. M

    upload files problem

    OK, we will do more test on this.
  14. M

    High CPU usage on a specific script after update to 4.0.11

    Likely a problem with PHP code, upgrade to 4.0.11 should not affect it. change in WP may cause it. You can try downgrade to 4.0.10 see if it helps.
  15. M

    LimitExcept not working

    <Limit> and <LimitExcept> support in LSWS is limited. :) Right now only support "GET POST" together.
  16. M

    upload files problem

    Not sure why it sent POST twice via two connections. The request itself looks normal. in the debug log, does it ever show something like Finsh request body xxxx/227232 bytes
  17. M

    upload files problem

    Looks like LSWS has difficulty parsing "Content-length" from the POST request. Do you have similar issue with other browsers? Can provide a TCPDUMP or wireshark capture of the request header and body? tcpdump -s0 -X -i lo port <your_lsws_port> wireshark is for windows.
  18. M

    Suggested logging level?

    You can set it to NOTICE level if you want. You can rotate the log file with a cron job as well.
  19. M

    suEXEC with DirectAdmin

    use permission "750" for the home directory of bill.
  20. M

    FreeBSD 8.0 out now... Also cPanel issue

    OK, WHM plugin has been updated to work in a FreeBSD server. Just reinstall the plugin, or download LSWS 4.0.11 package and install again.
Top