View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000759 | Apache 2.x | Feature Request | public | 2022-05-19 18:44 | 2022-05-30 18:00 |
Reporter | Steven Levine | Assigned To | Steven Levine | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS2/eCS | OS | OS/2 or eComstation | OS Version | 1.x 2.x or 4.5 |
Product Version | 2.4.53 | ||||
Summary | 0000759: Disable EnableMMAP directive when httpd built with APR_HAS_MMAP disabled. | ||||
Description | The EnableMMAP directive is still available when httpd is built with APR_HAS_MMAP disabled. This is confusing. This ticket proposes the disable the directive when APR_HAS_MMAP is not set. It would be better to report a syntax error and to silently ignore the directive. | ||||
Tags | No tags attached. | ||||
|
Reminder sent to: psmedley Is there any reason I should not implement this ticket? As I read the code, if APR_HAS_MMAP is not defined, EnableMMAP On will have no effect. Is the correct? |
|
I don't see any reason. At some point I should investigate supporting mmap in Apr, but this is complicated by the use of native os/2 API in Apr vs the klibc/Unix API. |
|
https://smedley.id.au/tmp/httpd-2.4.53-os2-debug-20220528.zip will be up shortly and will contain this PR. |
|
This feature is implemented and tested working. |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-05-19 18:44 | Steven Levine | New Issue | |
2022-05-19 18:44 | Steven Levine | Status | new => assigned |
2022-05-19 18:44 | Steven Levine | Assigned To | => Steven Levine |
2022-05-26 00:29 | Steven Levine | Note Added: 0004352 | |
2022-05-26 01:07 | psmedley | Note Added: 0004353 | |
2022-05-27 23:08 | psmedley | Note Added: 0004367 | |
2022-05-30 18:00 | Steven Levine | Status | assigned => resolved |
2022-05-30 18:00 | Steven Levine | Resolution | open => fixed |
2022-05-30 18:00 | Steven Levine | Note Added: 0004373 |