Search results

  1. D

    TypesConfig Error

    I have these error mesage on LSWS WHM Panel : Screenshot ---> http://img412.imageshack.us/img412/2572/typesconfig.jpg As I found on my httpd.conf (line 112) : <IfModule mime_module> TypesConfig conf/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz...
  2. D

    PHP LSAPI 5.0b2 feedback report

    UPDATE : Finished rebuild and switch back to default php 5.2.11 from litespeed whm plugin (http://xxx.xxx:2086/cgi/lsws/index.php?do=buildPHP). It is successfully makes all errors warning to get disappear :)
  3. D

    PHP LSAPI 5.0b2 feedback report

    Another error report from other user : ---> http://img163.imageshack.us/img163/476/errorb.jpg Switch to Apache, and then all errors are gone. I am now try to rebuild php from litespeed WHM front menu.
  4. D

    PHP LSAPI 5.0b2 feedback report

    But moving that script to another server (default Cpanel, apache) with all the same software configurations, versions, kernel, and hardwares, (LSWS server on dallas, Apache server on seatle) make all of error warning are completely dissapear. Please suggest me on how to fix this php internal errors
  5. D

    PHP LSAPI 5.0b2 feedback report

    I don't really understand about "PHPRC"... But I perhaps need to override php.ini as per request if my user ask for that. So not the rest of them. I hope can soon find that "PHPRC" on this forum or on your wiki docs :) If custom php.ini for one user can override global php.ini, so that...
  6. D

    PHP LSAPI 5.0b2 feedback report

    Yes it does. But that doesn't influence before either on the same script and the same php.ini So the old php has "some kind of broken" because it still can passing through disable_function configuration? Btw I try to put custom php.ini (without disabling get_current_user) on that user directory...
  7. D

    PHP LSAPI 5.0b2 feedback report

    After using PHP LSAPI 5.0b2 release (http://www.litespeedtech.com/support/forum/showthread.php?t=3545 and http://www.litespeedtech.com/support/forum/showthread.php?p=17555 ), one of my user reporting error from php functions, and suddenly, disable_function on php.ini is affected to his script ...
  8. D

    4.1rc2

    UPDATE : It is worked!!! I have to switch lsws to apache first :p Some scripts running under php are showed now. Awesome, but still nearly perfect... Using top and then type c will show php process under the user : lsphp5: /home/username/public_html/folder/index.php Not all of lsphp5 pid...
  9. D

    4.1rc2

    I thought I know what I am missing : root@xxx [/home/cpeasyapache/ls.src/php-5.2.11/sapi/litespeed]# cp php /usr/local/lsws/fcgi-bin/lsphp-5.2.11 cp: overwrite `/usr/local/lsws/fcgi-bin/lsphp-5.2.11'? y cp: cannot create regular file `/usr/local/lsws/fcgi-bin/lsphp-5.2.11': Text file busy...
  10. D

    4.1rc2

    Already done as your instructed. But nothing happen :confused: Still showing for lsws only on top command and whm Main >> Server Status >> CPU/Memory/MySQL Usage. Did I should still rebuild php again from litespeed whm main screen?
  11. D

    4.1rc2

    Seems cool.... Many thanks for your instruction, George. I will do it now!
  12. D

    4.1rc2

    That's would be great! But... is it safe to use another php version which that different than php version in Cpanel list?
  13. D

    4.1rc2

    What a pity... :( But I hope it has already placed on your to do list :) I will hopefuly wait for that LSAPI update release. Because, sometimes, many users (especially their addon domains and subdomains) are squeezing CPU more harder than their main domain. So the server administrator could...
  14. D

    4.1rc2

    Thank you for your suggestion. I will do that :) By the way... how to make lsws showing for php process (path, file) just like php with apache did? ----------------------------------------------------------- LSWS --> http://img98.imageshack.us/img98/2473/lsws.jpg Apache -->...
  15. D

    4.1rc2

    Here they are : root@xxx [/usr/local/lsws-4.1RC2]# strace -f -p 27094 Process 27094 attached - interrupt to quit getppid() = 27090 poll([{fd=0, events=POLLIN}], 1, 1000) = 0 (Timeout) getppid() = 27090 poll([{fd=0...
  16. D

    4.1rc2

    Here they are : root@xxx [/usr/local/lsws-4.1RC2]# strace -f -p 27094 Process 27094 attached - interrupt to quit getppid() = 27090 poll([{fd=0, events=POLLIN}], 1, 1000) = 0 (Timeout) getppid() = 27090 poll([{fd=0...
  17. D

    4.1rc2

    root@xxx [/usr/local/lsws-4.1RC2]# ps -ef | grep lscgid root 4499 20214 0 02:43 pts/0 00:00:00 grep lscgid root 27094 27090 0 02:28 ? 00:00:00 httpd (lscgid) Thank you, George. But then... which one I should strace?
  18. D

    4.1rc2

    Pardon me, but I cannot find the PID from lscgid as you ask me for : root@xxx [/usr/local/lsws-4.1RC2]# pidof lscgid root@xxx [/usr/local/lsws-4.1RC2]# pidof lshttpd 27153 27152 27151 27150 27090
  19. D

    4.1rc2

    While I access WHM as domain.com/whm or xxx.xxx.xxx.xxx/whm, I've got "setuid() failed!" screen from this 4.1RC2 : But accessing as domain.com:2086 or xxx.xxx.xxx.xxx:2086 will bring to WHM login page (normal). Otherwise... switching to Apache bring me back both mode (for /whm and :2086)...
  20. D

    4.1rc2

    Cool... I've use this RC2 for 3 days now, and have satisfied with it :)
Top