Search results

  1. A

    4.1.12 stops replying to requests

    I made the mistake of trying to upgrade to 4.1.x from the awesome, perfect 4.0.20 release, and after a while the server stopped responding to request, at 0% CPU usage. strace -tt -T -p 31579: 10:51:58.847925 epoll_wait(6, {}, 10, 100) = 0 <0.096000> 10:51:58.943970...
  2. A

    503 Service Unavailable

    4.1.9 breaks everything: Segfaults in HttpContext::getHandler and ~ObjPool (details by mail). Ubuntu 10.04 LTS Back to 4.0.20, for the 5th time. Is there any hope for the 4.1 series?
  3. A

    4.1.2 Wordpress Image Uploader.

    Same here.
  4. A

    4.1.4. hangs sometimes

    Happened today with v4.1.6. Strace log: 20:38:49.555439 gettimeofday({1319395129, 555448}, NULL) = 0 <0.000007> 20:38:49.555467 epoll_wait(6, {{EPOLLIN, {u32=7, u64=7}}, {EPOLLIN, {u32=9, u64=9}}}, 10, 100) = 2 <0.000007> 20:38:49.555498 gettimeofday({1319395129, 555507}, NULL) = 0 <0.000007>...
  5. A

    100% CPU after 4.1.1 upgrade from 4.0.20

    Keeps happening... back to 4.0.20, once again.
  6. A

    100% CPU after 4.1.1 upgrade from 4.0.20

    Had the 100% CPU problem with the latest 4.1.2 today. Restarting didn't fix it, but after killing and deleting /tmp/lshttpd it seems to work for now. strace: gettimeofday({1312205537, 345598}, NULL) = 0 epoll_wait(6, {{EPOLLIN, {u32=7, u64=7}}, {EPOLLIN, {u32=9, u64=9}}}, 10, 100) = 2...
  7. A

    4.1.2 Request Timeout when uploading to

    Same problem here. Will this update be available automatically?
  8. A

    can not reset SSL Private Key & Certificate for Virtual Host

    *value must be set
  9. A

    [Not Resolved] LSWS 4.1 - Spinlock

    Keeps happening constantly now... back to 4.0.20.
  10. A

    [Not Resolved] LSWS 4.1 - Spinlock

    Same problem here, today for the first time: gettimeofday({1305123558, 321218}, NULL) = 0 epoll_wait(6, {{EPOLLIN, {u32=10, u64=10}}, {EPOLLIN, {u32=11, u64=11}}}, 10, 100) = 2 gettimeofday({1305123558, 321264}, NULL) = 0 epoll_wait(6, {{EPOLLIN, {u32=10, u64=10}}, {EPOLLIN, {u32=11...
  11. A

    TLS Server Name Indication/TLS v1.2

    You could get a multi-domain certificate ($59 at StartSSL for unlimited number of domains). I just recently learned that this exists, and at least for me it basically eliminates the need for SNI.
  12. A

    SNI: multiple certs for same vhost?

    Hi, is it possible to use different certificates for the domains of one VHost? The certificates seem to be tied to the VHost, not to the domain-vhost mapping (which would make more sense, IMO). Thanks Andreas
  13. A

    [Solved] 4.1rc5 keeps crashing

    Thanks, seems to work now!
  14. A

    [Solved] 4.1: SNI does not work

    It does, thanks!
  15. A

    [Solved] 4.1rc5 keeps crashing

    The problem seems to occur with POST requests to Rails FastCGI apps.
  16. A

    [Solved] 4.1rc5 keeps crashing

    Already did, no success. Keeps crashing every few minutes now that the daily traffic is picking up.
  17. A

    [Solved] 4.1: SNI does not work

    I have created a listener with a certificate for a.com, and assigned it a virtual host with a certificate for b.com. However, when I visit the virtual host b.com I still get the message that the certificate is for a.com.
  18. A

    [Solved] 4.1rc5 keeps crashing

    Same problem with 4.1 final.
  19. A

    [solved] HTTP Strict Transport Security (HSTS) Support

    Just add the header in the context settings ("Extra Headers").
  20. A

    TLS Server Name Indication/TLS v1.2

    Native config. When I go to the VHost mappings and click "edit", there is an SSL tab, but it just points to the SSL settings of the listener.
Top