Search results

  1. N

    PHP Problem With APC

    does phpinfo() under this vhost always show up for every one? and php and APC's version?
  2. N

    Couple of Issues

    for eAccelerator, please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=4070 using apache's ErrorDocument directive.
  3. N

    Apache to lightSpeed

    >6- Can I change lightspeed to apache again easily ? Do you provide uninstaller script ? Is it free ? yes. it's easy to switch between apache and litespeed. 2 buttons added in cPanel. plus: you can run litespeed and apache at the same time during transition period. say: apache run at port...
  4. N

    PHP Problem With APC

    is PHP suExec enabled?
  5. N

    Trobules Compiling PHP 5.3 On CentOS

    please install "patch" utility. if it's centOS, "yum search patch" to see which package you'll install. the package name may be patch.i386 or patch.x86_64 then yum install patch.i386 (or patch.x86_64)
  6. N

    Issues with starting litespeed on fresh OpenVZ virtual machine

    it is looking for /usr/local/lsws/conf/license.key when install(./install.sh), be sure serial.no and install.sh are in the same folder.
  7. N

    [Resolved] Yet another problem with Litespeed.

    that's ok too. have you rebuild lsphp without '--disable-json' ?
  8. N

    [Resolved] Yet another problem with Litespeed.

    since please grep eaccelerator.so in /etc/php.d
  9. N

    [Resolved] Yet another problem with Litespeed.

    in php.ini,comment off extension=eaccelerator.so
  10. N

    eAccelerator Purges Automatically = Not Wanted

    yes, for opcode cache in SHM(shared memory). but eAccelerator stores opcode cache on disk too. cache on disk will keep on disk. but it's possible a vhost keep busy and associated lsphp processes keep running for very long time. only in this case, the vhost will take advantage of SHM and feel...
  11. N

    eAccelerator Purges Automatically = Not Wanted

    1 php process? maybe too low? the default is 5. in lsws web admin console, Server-->Using Apache Configuration File-> PHP suEXEC ->Yes PHP suEXEC Max Conn->1 in your case, there will be 400 lsphp5 keep running there, even no access for a long time. So I think this setting not effective in php...
  12. N

    [Resolved] Yet another problem with Litespeed.

    probably. since mime application/json is seen in apache but not in lsws at the moment.
  13. N

    [Resolved] Yet another problem with Litespeed.

    please try: 1.edit lsws/conf/mime.properties, add json = application/json then restart lsws if not working yet, try 2.recomplie LSPHP, just remove '--disable-json'
  14. N

    ispCP index.php displays a blanc page

    no experience with ispCP. how about a plain index.html, can it display right?
  15. N

    [Resolved] 403 error - symlink - phpmyadmin

    sorry, I assumed you're in cPanel env and litespeed read apache's httpd.conf. the equivalent of alias in litespeed's native configuration is "context" in vhost level. add a static context: URI:/phpmyadmin/ Location:/usr/share/phpmyadmin/ refer document...
  16. N

    [Resolved] 403 error - symlink - phpmyadmin

    so you did ln -s /usr/share/phpmyadmin mydomain.com/phpmyadmin and encountered "HTTP Error 403 Forbidden" may need define a alias to avoid the error. like alias /phpmyadmin /usr/share/phpmyadmin in your httpd.conf
  17. N

    How to get Real-Time Stats in PHP or Log

    /tmp/lshttpd/.rtreport
  18. N

    [Resolved] .htaccess Gzip

    refer http://www.litespeedtech.com/support/forum/showthread.php?p=19488 please tell if your issue get resolved in the end.
  19. N

    eAccelerator Purges Automatically = Not Wanted

    only eAccelerator store opcode in both SHM and disk. APC or XCache only store opcode cache in SHM(shared memory). but cache in SHM will disappear when associated php process terminates. in PHP suExec mode(or FastCGI option per vhost in Plesk), there is another setting "PHP suExec Max Conn"...
  20. N

    Errors within WHM

    Can you PM me the root access to your server
Top