Search results

  1. M

    Random 503's for one specific user

    You should upgrade the latest 4.0.12 release. It might be related to her PHP script. If the script uses a lot of memory, you may need to increase the memory limit for lsphp5 external application. If you can reproduce 503 error reliably, it can be easily fixed with steps in...
  2. M

    PHP LSAPI 5.0 has been released

    PHP LSAPI 5.0 has been released. This is a major feature enhancement release which improves PHP performance, show script name in real time, add slow request log and version information. Download LSAPI View Version History
  3. M

    Saving core dump to non-volatile directory

    You can configure the core file location with /proc/sys/kernel/core_pattern or corresponding sysctl directive.
  4. M

    [RESOLVED] execve() Exec format error

    Binary build on Debian system may not be compatible with CentOS/Redhat. You need to compile the binary on the same server.
  5. M

    Litespeed exited on signal 11

    Looks like net_rt_iflist() system call return something invalid. Are you using 32bit binary on 64bit freebsd? If yes, can you please try the 64bit binary with a trial key?
  6. M

    Litespeed exited on signal 11

    You can check kernel configuration kern.sugid_coredump Core file may not under /tmp/lshttpd, some system can explicitly configure where to put the core file. Run "lshttpd" with parameter "-d" under GDB, should give you the stack back trace as well.
  7. M

    Litespeed exited on signal 11

    If you can get a core file, please try dump the call stack back trace with GDB. I think the Freebsd6 compatibility layer in Freebsd 9 does not work that well. Maybe file a bug report to FreeBSD group.
  8. M

    Failed to send registration request

    http://www.litespeedtech.com/support/forum/showthread.php?t=3663 Maybe affected. Try again.
  9. M

    Rewrite vhost.conf

    Why you put "{1}" there? it is not a valid rewrite variable. Maybe your browser cached the page. Turn on rewrite log and check the log file.
  10. M

    Install issue

    looks like a permission issue with /home/dryaf directory. Are you using some special kernel with grsecurity/PaX?
  11. M

    Store Offline

    Had some DNS issue, should be back to normal now.
  12. M

    Install issue

    Is that a VPS? maybe some resource issue. Never seen that before.
  13. M

    cPanel 11.25 issues editing .htaccess files

    We will take care of the litepseed related error in next release. If the rewrite rule is corrected, cPanel will not show any error messages at all, the litespeed related error is not the reason why you cannot add a redirect at all, it is the by product of the rewrite rule error, and it does not...
  14. M

    cPanel 11.25 issues editing .htaccess files

    We tried adding a redirect in cPanel 11.25 in our lab. it is working fine. The real problem in your case, is the error about rewrite rule, you should fix the rewrite rule manually, then you should be able to added the rewrite. cPanel completely ignore the first two error/warnings.
  15. M

    ERROR: missing environment variable 'SCRIPT_FILENAME'!

    that's the problem, you should remove that. If you want to run script through lsperld, you cannot set script as CGI or FCGI context. have to define a script handler for certain suffix like ".pl". then just use static context to map to the directory holding the script if need.
  16. M

    cPanel 11.25 issues editing .htaccess files

    You can edit /usr/local/lsws/admin/misc/ap_lsws.sh.in line 17 and 19 to
  17. M

    cPanel 11.25 issues editing .htaccess files

    Apache detected an error in the Rewrite config. /usr/local/apache/bin/httpd: line 17: /usr/local/lsws/logs/ap_cmd_param.log: Permission denied /usr/local/apache/bin/httpd: line 19: ulimit: virtual memory: cannot modify limit: Operation not permitted Syntax error on line 320 of...
  18. M

    [RESOLVED] LSLB - white page problem

    Please download and try latest 1.7 release published today.
  19. M

    ruby on rails problem (blank page, logs OK)

    try the builtin web server, webrick or mongrel, running under the same environment, default they run in development environment. check LSWS stderr.log as well.
  20. M

    ERROR: missing environment variable 'SCRIPT_FILENAME'!

    Our team member will try the similar setup see if we can reproduce it or not.
Top