Search results

  1. N

    Errors within WHM

    to check how many lshttpd are running at your server
  2. N

    Limit connection in Apache or litespeed config

    searched the forum, same question as yours, and should be latest progress: http://www.litespeedtech.com/support/forum/showthread.php?t=2260
  3. N

    Errors within WHM

    so just what I experienced. admin_php is running as nobody. should be lsadm please check if user "lsadm" exist in your VPS. following commands should fix your issues -- for a quick and temporary solution. have your installed 2 copies of lsws in your server? one is running in chroot mode?
  4. N

    Errors within WHM

    I experienced this error a few days back: vhosts looks running fine, but can't login admin console. in the end, I figured out it's because admin_php (which run lsws web console) is running as nobody, not lsadm. so it can't read file in /usr/local/lsws/conf and /usr/local/lsws/admin/conf...
  5. N

    LiteSpeed & Cacti Questions

    here's good source for graph: /tmp/lshttpd/.rtreport /tmp/lshttpd/.rtreport.2 this is what admin console use to display "Real-Time Stats" one .rtreport correspond to 1 lshttpd process. above is for 2 CPU/core license lsws.
  6. N

    Errors within WHM

    please follow this wiki page: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel How to convert your cPanel server to LiteSpeed in 20 minutes
  7. N

    Errors within WHM

    /usr/local/lsws/conf/httpd_config.xml is not a valid file. this is serious -- since that's the main configuration file. you may need do a fresh installation.
  8. N

    My cronjob not working

    location of iketler.php? /home/nsid/public_html/ache/iketler.php? then check permission of /home/nsid/public_html/ache: ls -ald /home/nsid/public_html/ache try to change it to 777
  9. N

    corrupt data provided by litespeed server for PHP $_GET variable

    worked out a rewrite rule and tested on lsws: description: (1)when server response to IE browser with header: HTTP/1.1 302 Found Server: LiteSpeed X-Powered-By: PHP/5.2.13 Location: http://www.illuminatetoday.com/discus/viewthread.php?tid=673#pid4503 note:there is #pid4503 in...
  10. N

    [RESOLVED] failed to open stream: Permission denied (Service.php)

    lsadm is created automatically by install.sh. if it's not created after installation, then something wrong. what's your OS version, 32-bit or 64-bit?
  11. N

    My cronjob not working

    most likely you haven't done "Build Matching PHP Binary" for litespeed. please follow or check http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel "How to convert your cPanel server to LiteSpeed in 20 minutes" to see if you can resolve the issue yourself...
  12. N

    Errors within WHM

    please check if any meaningful info in log files: /usr/local/lsws/admin/logs/error.log
  13. N

    Errors within WHM

    see if this fix your new issue:
  14. N

    Errors within WHM

    you can temporarily try #chmod 777 /usr/local/lsws/admin/tmp
  15. N

    My cronjob not working

    maybe you haven't done "Build Matching PHP Binary"? how about access http://www.xxx.com/xxxcheyaz.php from your browser?
  16. N

    Errors within WHM

    try on ssh
  17. N

    Errors within WHM

    directory permission issue. what's output of ?
  18. N

    corrupt data provided by litespeed server for PHP $_GET variable

    ok. the subtle difference between apache and lsws are: apache: lsws:
  19. N

    OSCommerce and LiteSpeed

    please PM me the domain name, I'd check the headers to see if can find anything
  20. N

    eAccelerator Purges Automatically = Not Wanted

    you may run PHP in suEXEC mode, each VH run different lsphp process. what control.php reports is cached php opcode in SHM(shared memory) allocated to current lsphp process. i.e., in PHP suExec mode, each lsphp process has its own 32M(in your case) shared memory. if PHP suEXEC not eanbled...
Top