Search results

  1. T

    Proxy or AJP - JBoss AS/Tomcat

    I would go with AJP if I were you. You can use AJP to squeeze some extra requests per second, but it is harder to debug, but not a problem for you since Java application server also has HTTP interface to the application. Also since AJP is not HTTP protocol it could be more secure, because...
  2. T

    FreeBSD 7 Request

    FreeBSD ports is there to help you For brand new portsnap users: >portsnap fetch >portsnap extract For existings ones: > portsnap update For all of them: > cd /usr/ports/misc/compat6x/ > make install clean And lsws should work fine, but did not check yet.
  3. T

    Presales questions

    Will this caching stuff make into load balancer as well? If so how long after LSWS?
  4. T

    piped-logger for error-log too?

    rotating logs So no need for kill -HUP/USR tricks? Doesn
Top