Search results

  1. C

    Where is Suhosin Patch?

    So what's the current state? How can we get suhosin back for older PHP versions?
  2. C

    [uds://tmp/lshttpd/lsphp5.sock] Request in process stage, fail with 503

    Thanks for the info, I had figured that was happening. Is there any documentation or settings available in this regard, or is this part of litespeed hard-coded? Can I replace the 503 page with my own page?
  3. C

    litespeed PHP memory_limit not being recognised ??

    Okay. With no opcode cache in place, I have used php.ini to set the memory limit to 512M. phpinfo() reports that this is the memory limit. When I run out of memory, say by working with a large data set, PHP reports that the allocated memory was just under 40M. How can this be? I checked the...
  4. C

    PHP errors not logged, blank PHP pages

    Nope, nothing in there. Running the script that I know was producing the segmentation fault via the command line produces segfault: $ php test.php Segmentation fault. $ but that's it. I guess I will have to let this one go, happy that everything else is being logged and that I know a...
  5. C

    PHP errors not logged, blank PHP pages

    Well, now I have another question on this. If PHP has a more fatal error such as a segmentation fault, I'm receiving nothing on the screen and nothing in the logs. This is with display_errors = On and error_log = set to the Litespeed error log file. On Apache, the identical script was...
  6. C

    [uds://tmp/lshttpd/lsphp5.sock] Request in process stage, fail with 503

    I understand that 503 typically means PHP has fatally crashed, but why is Litespeed taking over and displaying the error instead of letting PHP display a blank page or an error?
  7. C

    PHP errors not logged, blank PHP pages

    Good point :) I didn't think about dumping errors into error.log since it was used by Litespeed, but I guess it's no different.
  8. C

    litespeed PHP memory_limit not being recognised ??

    This seems like a bug. The 400M soft memory value is being recognized as 40 megabytes.
  9. C

    PHP errors not logged, blank PHP pages

    I took a hint from my phpinfo() and added the following lines to /usr/local/lsws/lsphp5/lib/php.ini: log_errors = On error_log = /usr/local/lsws/logs/php_errors.log Then I created the file php_errors.log and gave it proper ownership for Litespeed: echo >...
  10. C

    PHP errors not logged, blank PHP pages

    Configuration >> Server >> Log >> Server Log has: Log Level: DEBUG Debug Level: NONE Rolling Size: 10M Enable stderr log: Yes With these options I still see no php errors in the log. Here's what phpinfo() is reporting for error reporting. The error_reporting directive looks odd to me...
  11. C

    PHP errors not logged, blank PHP pages

    I would also like to know this. I have all errors turned on and can see them in my browser, but they are never logged at /service/serviceMgr.php?vl=1. We are not using cpanel.
  12. C

    APC - "503 Service Unavailable"

    Thanks for posting your info. Please post back if you have any updates. We need Zend & APC, so disabling APC may be the only route we can take :(
  13. C

    [solved] Configuring PHP with Litespeed for Jpeg GD Support

    Worked great, thanks.
  14. C

    Enabling XSS attack on Drupal results in 403

    The XSS attack Request Filter seems to think any AHAH Framework JavaScript callback is an XSS attack. I had to disable this filter completely to allow forms with file uploads on them to submit without getting a 403. Is this a big concern? Drupal has a lot of built in XSS filtering to handle...
Top