diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-07-15 22:13:36 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-07-15 22:13:36 +0000 |
commit | 686ce339ee08b510dd94e97eff3a5438c771d325 (patch) | |
tree | ab5ddd129bf4ee91236ef5f39ba86a8080fc392e /www/suphp/files | |
parent | 8f8fb5fa36081ed10877e954a1f77ad2274ace33 (diff) |
Notes
Diffstat (limited to 'www/suphp/files')
-rw-r--r-- | www/suphp/files/patch-src::apache2::mod_suphp.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/suphp/files/patch-src::apache2::mod_suphp.c b/www/suphp/files/patch-src::apache2::mod_suphp.c new file mode 100644 index 000000000000..701d2f68b9a5 --- /dev/null +++ b/www/suphp/files/patch-src::apache2::mod_suphp.c @@ -0,0 +1,16 @@ +--- src/apache2/mod_suphp.c.orig Tue Jul 13 02:43:41 2004 ++++ src/apache2/mod_suphp.c Wed Jul 14 01:51:27 2004 +@@ -463,7 +463,13 @@ + + if (((rv = apr_procattr_create(&procattr, p)) != APR_SUCCESS) + || ((rv = apr_procattr_io_set(procattr, APR_CHILD_BLOCK, APR_CHILD_BLOCK, APR_CHILD_BLOCK)) != APR_SUCCESS) ++ ++/* XXX: Pending review by both the Apache APR folks, as well as the suPHP folks. See thread: ++ * http://lists.marsching.biz/pipermail/suphp/2004-July/000756.html ++ */ ++/* + || ((rv = apr_procattr_dir_set(procattr, ap_make_dirstr_parent(r->pool, r->filename))) != APR_SUCCESS) ++*/ + + /* set resource limits */ + |