Actions
Bug #4759
closedhipster: apache 2.4 hangs when https is enabled
Start date:
2014-04-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
After enabling https in apache 2.4 it hangs on startup in some poll loop.
Updated by Alexander Pyhalov about 8 years ago
Only 32-bit version crashes. However, 64-bit version is a junk in other way - 64bit macros is not defined, so half of modules fails to load.
/usr/apache2/2.4/libexec/64 -> amd64 symlink is missing.
64-bit dtrace module fails to load.
Updated by Alexander Pyhalov about 8 years ago
64-bit apache24 should be working after this commit - https://github.com/OpenIndiana/oi-userland/commit/0657f0acb7fcb1935d7e2414c08278ed42d2a3a3 .
apache24 32-bit still crashes when ssl is enabled:
core '/var/cores/httpd.9989' of 9989: /usr/apache2/2.4/bin/httpd -k start feaf9d40 ???????? (a, 8162d08, 8162d20, 8162d08) fe99daea CRYPTO_free_ex_data (a, 8162d08, 8162d20, 3, feaa7000, feaafd5c) + 2a fea1df45 x509_cb (3, 8045af0, feaafd5c, 0) + d5 fea22a39 asn1_item_combine_free (0, 8047de8, 8045b08, feaa7000) + f9 fea22c33 ASN1_item_free (8162d08, feaafd5c, feaafd5c, 8161cc0) + 13 fea1e132 X509_free (8162d08, 8045b64, 38a, fe537daf, 1, 18) + 22 fe524657 ssl_pphrase_Handle (8117ab8, 811bb60, 1, fe532d22, 0, 0) + 761 fe51183e ssl_init_Module (80f2870, 8119b58, 811bb60, 8117ab8, 100, 8151078) + 363 0809f33b ap_run_post_config (80f2870, 8119b58, 811bb60, 8117ab8, fee5e7c0, fee10018) + 5d 0807c5ff main (3, 8047d9c, 8047dac, 80c42c0, 0, 0) + f2a 0807a813 _start (3, 8047e58, 8047e73, 8047e76, 0, 8047e7c) + 83
similar stack trace can be seen here: https://issues.apache.org/bugzilla/show_bug.cgi?id=54357
Updated by Alexander Pyhalov about 8 years ago
- % Done changed from 0 to 100
Fixed in https://github.com/OpenIndiana/oi-userland/commit/66da62f3a254fc62fa95e7b7e12198775092e281 by updating apache 2.4 to 2.4.9.
Actions