> As a side note, some portions of the code are compiled with "-D_REENTRANT > -D_THREAD_SAFE" even when building using the prefork mpm. Why? Doesn't that > have the potential to do the wrong thing on some platforms? No, it would do the wrong thing if they were not defined. They are required for the entire executable if any part of the exec has been compiled with those flags. In our case, since modules like PHP and others will be compiled with those flags, we must always compile with those flags or mod_php's return values for errno won't be correctly interpreted by the httpd core (a problem that was fixed in some version of 1.3.x by always setting those flags on platforms that support it). ....Roy
- 2.0.25 on FreeBSD 4.2-R -- 404 returns text/plain err... Charles Randall
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... Roy T. Fielding
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... Justin Erenkrantz
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... William A. Rowe, Jr.
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns t... Roman Neuhauser
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... Marc Slemko
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... Jerry Baker
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns t... William A. Rowe, Jr.
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... Greg Stein
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns t... Joshua Slive
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... Justin Erenkrantz
- Re: 2.0.25 on FreeBSD 4.2-R -- 404 returns text/... Justin Erenkrantz