Search results

  1. M

    stderr.log empty - no php errors

    ...anyone...?
  2. M

    [solved] no custom 404 page ONLY in root of virtual host

    nvmnd, PROBLEM SOLVED! there is an incompatibility between litespeed & vbseo's rewrite rules. ...as soon as i disable vbseo, custom 404 pages work as expected. turns out vbseo has it's own custom 404 page under it's control panel > general options > 404 page. for anyone reading this: note...
  3. M

    [solved] segmentation fault

    problem solved. raised Memory Soft Limit (bytes) - 1250M Memory Hard Limit (bytes) - 1500M imagemagick would not work with ANYTHING less than that.
  4. M

    [solved] no custom 404 page ONLY in root of virtual host

    ...anyone? only temporary workaround I've come up with so far is to redirect all missing pages with a 410 flag...then setting up a custom 410 error message through the litespeed GUI. ie: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .? /error.htm...
  5. M

    [solved] segmentation fault

    i have a very simple php file making an EXEC call...which creates file /tmp/vbOxXdeL works: /usr/local/lsws/fcgi-bin/lsphp5 /home/file.php does not work: domain.com/file.php note: the above "works" if done through port 8080 through apache php snippet: <?php $command =...
  6. M

    stderr.log empty - no php errors

    ...anyone? I've rebuild litespeed and php with different options...nothing, no log nada. i was able to use to the following through .htaccess the display_errors works...but still...NO logging. file emails blank..i've tried changing paths, permissions and ownership. I'm stuck, please...
  7. M

    [solved] no custom 404 page ONLY in root of virtual host

    attempting to browse: /user/public_html/fake_file.php returns "Page not found"; attempting to browse anything in a subdir: /user/public_html/*/fake_file.php returns stock 404 error: now if I add a custom 404 page through the GUI (under the virtual host in discussion), then all missing...
  8. M

    stderr.log empty - no php errors

    Cannot get any PHP errors/notices to get logged anywhere on the server. I've even turned on all debugging options to HIGH through the gui... File name = $SERVER_ROOT/logs/error.log (works but only no php logs) Log Level = DEBUG Enable stderr Log = Yes /usr/local/lsws/lsphp5/etc/php.ini...
Top