Search results

  1. M

    fcgid instead of fastcgi (py) ?

    If fcgi processes are managed by LSWS, LSWS can start and stop FCGI processes on demand, If fcgi processes are managed by python's internal fcgi process manager (fcgid), then LSWS only start one parent fcgi(d) process, the rest is the at the hand of python.
  2. M

    can i see todays maximum number of simultaneous connections?

    You can write a script to parse and monitor /tmp/lshttpd/.rtreport.
  3. M

    So.. WHich is faster? suphp or nobody?

    I think it is the high I/O wait slow down the server. LiteSpeed web server blocks on disk I/O. So, when disk I/O is high, it may affect the server performance.
  4. M

    can i see todays maximum number of simultaneous connections?

    It should be better than not having it. Maye we will add a 5 minutes high water mark in the real time report. :)
  5. M

    fcgid instead of fastcgi (py) ?

    python fcgi server may fork children process by itself, in kind of configuration, LiteSpeed cannot control fcgi processes. In order to let LSWS to manage fcgi processes, you need to make sure python fcgi does not fork any children processes. The process started by web server is the process to...
  6. M

    directadmin usage log

    User "apache" needs write permission to directory /var/log/httpd/domains/. No, you should not import Apache vhosts into litespeed admin if you plan to use LiteSpeed with hosting control panels, just let LiteSpeed read httpd.conf, all vhosts are still managed by the control panel.
  7. M

    can i see todays maximum number of simultaneous connections?

    Please install our caccti integration.
  8. M

    So.. WHich is faster? suphp or nobody?

    There still are some drawbacks with php suEXEC. and we will constantly improve the implementation. In next major release, 3.3, php suEXEC should run very close to running php nobody under heavy load.
  9. M

    directadmin usage log

    From our directadmin generated sample httpd.conf, the access log files are strored as /var/log/httpd/domains/<domain_name>.log. httpd_config.xml is the main configuration file of LSWS, it is always loaded.
  10. M

    Instant new thread email notification for subscribed forum

    An add-on has been added to this forum to enable instant email notifications for new threads posted on a subscribed forum. If you want to get instant notification on new post of a forum just click "Subscribe to this forum" in the "Forum Tools" drop down menu. I have subscribe all forums. :)
  11. M

    concurrent connections

    For such a busy server, enterprise edition is necessary. :)
  12. M

    recreate awstats

    You probably have to patch awstats configuration file and run the stats update manually. I am not sure you need to contact those access log files together as a large file or not.
  13. M

    2 web

    file upload is not enabled in the php.ini, check lsws/php/php.ini
  14. M

    2 web

    In DirectAdmin? or in LSWS web console?
  15. M

    2 web

    Please check how many Apache vhosts has been configuration under the status page of LSWS web console. Direct admin may create a parking vhost for each IP, so the 5 vhosts limit has been reached, just get rid of the unused vhosts.
  16. M

    directadmin usage log

    LSWS log to the same directory where Apache does. The path should be in the httpd.conf or the vhost configuration file.
  17. M

    2 web

    Are you using a hosting control panel?
  18. M

    $VH_DOMAIN is not working in rewrite - is it intentional behaviour???

    We will check, it probably is the intentional behavior.
  19. M

    setting priority on php

    You do not need to change the script, just change the server priority from web admin console.
  20. M

    stop yahoo from spidering my site in litespeed

    You can block that subnet with server level access control. It is hard to slow them down when they use 100+ different IP addresses.
Top