Search results

  1. M

    killed with SIGTERM, 3-4 times a day

    It takes a while for rubyforge to update all its mirrors. :)
  2. M

    Context support for AliasMatch?

    Please try
  3. M

    killed with SIGTERM, 3-4 times a day

    Everyone, Please upgrade ruby-lsapi 3.1, see if the problem is fixed or not.
  4. M

    Best configuration for DDoS protection?

    cPanel 4.4.7? I think current version of WHM/cPanel is 11.xx
  5. M

    Permissions on PHP file uploads are a little weird.

    One more question, does the server installed with "root" user? suExec only works when the user who run LSWS installer is "root". if you run the installer as "www" user, suexec will not work.
  6. M

    Best configuration for DDoS protection?

    Which version of cPanel are you using? Apache version? most cPanel installation generate vhost configuration with IP, not with domain name, so, I wonder if anything changed in cPanel. Looks like we need to add support domain name in virtual host
  7. M

    Permissions on PHP file uploads are a little weird.

    I checked the server, it does use suexec for that vhost. Can you please double check the suexecUserGroup configuration for that vhost. the user does exist. And, you can send us your http.conf and included configuration file for analysis to bug @ litespeedtech ...
  8. M

    Permissions on PHP file uploads are a little weird.

    can you PM me the login to LSWS admin console?
  9. M

    Permissions on PHP file uploads are a little weird.

    Please check the user id of lsphp processes. Please remove the old file and test again. if the file exist, the ownership will not be changed if upload again.
  10. M

    Best configuration for DDoS protection?

    The problem with your Apache httpd.conf is that domain name has been used for the vhost configuration, like "<VirtualHost domain_name:80>", LSWS need "<VirtualHost IP:80>", so you will find following messages in error log.
  11. M

    Best configuration for DDoS protection?

    Are you using cPanel?
  12. M

    Best configuration for DDoS protection?

    Can you PM me the LSWS web console login?
  13. M

    killed with SIGTERM, 3-4 times a day

    We are working on a new ruby lsapi release to address this.
  14. M

    Best configuration for DDoS protection?

    Are you using a hosting control panel? which one? Please follow the respective tutorial in our wiki. If Apache configuration has been loaded successfully, it should show the correct page. Maybe you set the default listener to port 1080, you should remove that listener.
  15. M

    Memory limits

    It is per process.
  16. M

    can't build PHP (4.4.8) on Cpanel 11 centos

    cPanel set the permission of "gcc" to only allow "root" user to run it. it is good for security, but break the build tool.
  17. M

    Difference between timeouts

    Yes, that's correct. Our documentation should have something similar. Are you interested in working for us as a technical writer? ;)
  18. M

    Rewrite log and piped logging

    No plan for this yet. A easy solution can be something like tail -f error_log | <your_log_processing_script>
  19. M

    Current requests' info in the RT stats

    Improving server real time status page is on our low priority to-do list.
  20. M

    Rewrite Map

    strange. Please try command sudo -u <user_id> more /daten/www/fdb.pl/shared/data/cache/urlMap.txt to verify the permission.
Top