Search results

  1. 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 =...
  2. 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...
  3. 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