>Number: 3112
>Category: config
>Synopsis: official patch not solving htaccess/php3 problem
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: apache
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Wed Sep 30 12:30:00 PDT 1998
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.3.2, 1.3_19980930131214
>Environment:
Linux 2.0.35 GCC 2.7.2.1 libc 5.4.33
>Description:
Have compiled apache-1.3.2 and latest CVS snapshot + php3.0.4, not solving
the htaccess error.
It worked with the first patch from Roy Fielding:
diff -u -r1.128 http_config.c
--- http_config.c 1998/09/21 21:09:47 1.128
+++ http_config.c 1998/09/25 07:41:49
@@ -1229,7 +1229,10 @@
filename = ap_make_full_path(r->pool, d, w);
f = ap_pcfg_openfile(r->pool, filename);
}
- if (f) {
+ if (!access_name[0]) {
+ dc = NULL;
+ }
+ else if (f) {
but it looked like some other problems occured with cgi execution..
The second official patch gives no results.
>How-To-Repeat:
>Fix:
Jordan Mendelson wrote:
> In case anyone cares.. simply adding _REENTRANT=1 to src/Configure like:
>
> CFLAGS="$CFLAGS -DLINUX=2 -D_REENTRANT=1"
...
posted on comp.infosystems.www.servers.unix
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig- ]
[nored unless you are responding to an explicit request ]
[from a developer. ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]