Search results

  1. M

    LSWS on a VPS

    1 cpu/core license works on server with any number of CPU cores, we do not enforce this kind of license restriction like other software vendor does. However, we do recommend N cpu/core license for N cpu/core server to get the most of your server. I case of a VPS, 1 core license is enough as...
  2. M

    Problem with CustomLog (at DirectAdmin server)

    What's the ownership and permission mask of its parent directories? The file is created by the lshttpd run as root, chown to apache:apache, however, the lshttpd run as apache may not able to write to this file if permission of parent directories is not allowed. We tried it again on our test...
  3. M

    Problem with CustomLog (at DirectAdmin server)

    Thanks for the update. Who own $domain.bytes files? Should be apache:apache. The quoted string problem will be fixed in official 3.0 release.
  4. M

    Strange interference between LSAPI, popen3 and MySQL

    Ok, this issue is resolved, please check the updated thread http://www.ruby-forum.com/topic/99988
  5. M

    Strange interference between LSAPI, popen3 and MySQL

    I found that MySQL connection will be lost even in Mongrel, so it is not a problem LSAPI specific. As to popen3 not working, what kind of result is expected? seems I did not get any meaningful output under Mongrel as well.
  6. M

    dispatcher.lsapi load all controllers

    1) command "ipcs" can list shared memory blocks allocated system wide. MMAP memory can be shared among parent/children processes as well. 2) No, the application explicitly uses shmxxx() or mmap() functions to allocation shared memory. Loading in environment will not use shared memory...
  7. M

    dispatcher.lsapi load all controllers

    Answers to your questions: If you want your controllers initialized before spawning children process, you should do it in environment.rb or something will be called during framework initialization, it will not give you shared memory automatically though. 1) Easy configuration uses...
  8. M

    Compression doesn't seem to work...

    You don't need a the online tool, just install LiveHeader extension for firefox to check the response header.
  9. M

    Issues when lsphp compiled with ldap support

    Please make sure /usr/local/lib has been set in LD_LIBRARY_PATH environment variable for the lsphp external application. Shell environment has not been inherited, must be set explicitly.
  10. M

    ETA on final release?

    The 3.0 final release will be announced next week.
  11. M

    Issues when lsphp compiled with ldap support

    Please check lsws/logs/stderr.log and lsws/logs/error.log. Also please try the custom built lsphp binary from command line. Maybe it misses a library.
  12. M

    configuration

    There is a howto on this topic in the documentation shipped with LSWS package.
  13. M

    LSWS 2.2.4 / Solaris hang

    Some use may use csh as the default shell. Making the install script working on all OS was a big headache. :) We plan to hide the error message as well. We construct a chroot jail manually when we need to run multiple instance of LSWS on the same server.
  14. M

    Wildcard Hostnames in listener configuration?

    Yes, wildcard hostname can be used in the listener configuration. It should work.
  15. M

    LSWS 2.2.4 / Solaris hang

    the current install.sh tries "source ./functions.sh" first, then try ". ./functions.sh" if it fails.
  16. M

    Litespeed PHP authenticating against LDAP

    The pre-built PHP binary coming with LSWS package does not include the LDAP extension. You need build your own LiteSpeed PHP binary. Please checkout our wiki.
  17. M

    Problem with CustomLog (at DirectAdmin server)

    For bytes log file, I tried a sample DA httpd.conf, the bytes log file get created on my server. Are you sure it is not a permission problem?
  18. M

    [Resolved] scripting httpd_config.xml

    Please double check your httpd_config.xml, you may overwritten it with your app config file.
  19. M

    Suspending accounts on cPanel

    updated 3.0 package should have this issue addressed.
Top