Search results

  1. M

    Upgrade from 3.2.x to 3.3.x - 503 service unavailable

    Have you update your lsphp binary with the latest LSAPI code? If you PM me a temp root access, I can take a look.
  2. M

    error_log is constantly being written to

    It has been fixed in our latest 3.3.9 build.
  3. M

    lsphp4 using high CPU

    Have you setup /tmp/lswseaccelerator? any file got created?
  4. M

    lsphp4 using high CPU

    check if the right php.ini has been used. And the right path has been used for eaccelerator.so, check if the file exist.
  5. M

    lsphp4 using high CPU

    remove the "extension_dir" configuration in php.ini try ./lsphp4 -i until eaccelerator extension appear in the output.
  6. M

    error_log is constantly being written to

    That's cause by a bug, will be fix in 3.3.9.
  7. M

    lsphp4 using high CPU

    You should copy the php.ini used by Apache mod_php then add the eaccelerator configuration. From command line do "./lsphp4 -v" to make sure there is no error message complaining failed to load eaccelerator.so You can try removing "extension_dir" configuration in php.ini.
  8. M

    error_log is constantly being written to

    Is permission set properly? should be readable user "nobody".
  9. M

    error_log is constantly being written to

    does /home/johndoe/public_html/forum/.htaccess keep changing? Why?
  10. M

    Any version past 3.2.x - get 503 errors

    Please check my reply to you another post. It is because 3.3.x enforced the memory and process limit configured. if the limit has been set too low, you will get 503 errors.
  11. M

    301 "Moved permanently" glitch

    That because the security engine check the original request URI against the security rule when processing the custom error page, and block it. Do not have good work around for this yet.
  12. M

    SSL Install Issues...

    No, load balancer will forward decrypted request to backend web server.
  13. M

    Upgrade from 3.2.x to 3.3.x - 503 service unavailable

    You probably need to increase the "Process soft/hard limit" "Memory soft/hard limit" for your lsphp external app configurations.
  14. M

    lsphp4 using high CPU

    You need to create the php.ini file for PHP5 and added the eaccelerator line manually.
  15. M

    SSL Install Issues...

    Another choice for you is to follow the instruction for Zeus to build a chained certificate. http://www.digicert.com/ssl-certificate-installation-zeus.htm You only need to set "Key file", "cert file" and "chained".
  16. M

    lsphp4 using high CPU

    Yeah, it is fine. But, if you want to compare performance, you need to use similar setup for both. PHP5 is slower than PHP4.
  17. M

    How to add a .fcgi on a shared host?

    Also add a useless environment "LSAPI_CHILDREN=20" to make LSWS happy with the "MaxConn" and "Instance" combination.
  18. M

    How to add a .fcgi on a shared host?

    Yes, you need to set all environment variable required for the app. Your my_manage.py should point to your copy of python installation with #!... Yes, you need to have a fcgi context for your vhost. You can install LSWS standard in you local development machine to try it out.
  19. M

    lsphp4 using high CPU

    Which PHP version is used with Apache? PHP4 or PHP5, you should compile and use the same version of lsphp. Install a opcode cache like eAccelerator will help a lot.
  20. M

    SSL Install Issues...

    The key file should be the private key created with OpenSSL, not the certificate request file. No need to set "CA Cert path" when "CA Cert" is set. Please check error log see if the certificate has been loaded successfully or not. I can take a quick look if you PM me the LSWS console login.
Top