Search results

  1. T

    lshttpd 2.2.2 doesn't start on FreeBSD6.1

    The Linux binary on the same server works ... at least it starts, I didn't made more testing. I have Linux server to run Linux binaries ;) Would be nice to be able to run the native FreeBSD binary on FreeBSD at it looks you support this OS. Thanks.
  2. T

    balancer does not balance ... !

    OK, I'll check this way. Shouldn't it use round robin ? Would balance better the load across nodes, isn't it ?
  3. T

    balancer does not balance ... !

    Could someone help me find what I did wrong with the following configuration : <?xml version="1.0" encoding="UTF-8"?> <virtualHostConfig> <docRoot>/var/www</docRoot> <enableGzip>0</enableGzip> <adminEmails></adminEmails> <extProcessorList> <extProcessor> <type>proxy</type>...
  4. T

    Keep-Alive for servlet

    Hi, The documentation says about "Keep Alive Timeout" that it applies to persistent connections and about persistent connections that they only apply to "FastCGI external application". When configuring a servlet external app, the "Keep Alive Timeout" is configurable through the management...
  5. T

    ajp servlet load balancing jvmroute support

    Hi, While testing the servlet external app with loadbalancer, I found it was not possible to route the request according to the jvmroute. Is it right ? Just in case : the jvmroute is an extension added to the JSESSIONID cookie (or URL param) by the servlet server. This let load balancers...
  6. T

    lshttpd 2.2.2 doesn't start on FreeBSD6.1

    Here is the full installation procedure I replayed (FreeBSD 6.1 amd64 with 32 bits lib), all with default settings ... : I should be missing some package or anything else, but I can find what. And strace is not available for amd64, so I can't help finding where it hangs.
  7. T

    lshttpd 2.2.2 doesn't start on FreeBSD6.1

    Hi, I downloaded the FreeBSD 6.1 compile through the URL found in another post and installed it. Installation was smooth but at the end : At this point, the only running process is "lscgid". I killed and restarted with a debugLevel of 50, nothing better except a few more lines in the...
Top