- Feb 05, 2002
-
-
Cliff Woolley authored
successes and redirections, since there's a chance the client will actually have the proper authorization to retrieve them. Reported by: Stas Bekman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93250 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
the same port. Previously, this was necessary, because the Windows MPM was binding to the socket in both the parent and child. Today's code passes the attached socket to the child from the parent, so we don't need to re-attach in the child. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93248 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
IMHO a beta killer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93247 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
a long ways from doing anything useful, but every bit helps. Submitted by: Joe Norton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93246 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
Submitted by: Joe Norton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93245 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
ANy windows bind message to be printed to the console if the server was started from the command line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93244 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93243 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
which allows a 3rd party module to generate the key name based on the request_rec. the idea here is for it to also be able to mess with expiry times and cachability add another option.. CacheIgnoreCacheControl. this ignores a 'incoming request's attempts to get a fresh copy. Mainly I see this as being usefull in r-proxy's git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93242 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 04, 2002
-
-
William A. Rowe Jr authored
Fixed for the recent apr-ized logfile changes. The Win32 service never has a STDERR channel in the first place, so the first ap_open_stderr_log() fails. We need to open it after we've initialized the service control manager and created the stderr pipe thread that logs stderr output over in our Application Event Log. The failure message still looks pretty danged stupid on WinXP however; "The Apache2 service on Local Computer started and then stopped." [ok, that part is straightforward.] "Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service." [that's the bogus bit.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93241 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
NOERRNO? Of course we have an ERRNO :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93240 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93239 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93238 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93235 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
mod_autoindex on systems such as Unix where apr_dir_read doesn't automatically return the filetype. You see a '?' icon rather than a folder icon for directories on 2.0.31 because mod_autoindex doesn't realize that the thing is a directory. No, we don't want more stat()s either. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93232 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93231 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93230 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93229 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Brrr... it's frigid in Chicago today! Hope FirstBill doesn't mind if I speak for us both here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93228 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
MPMs treat it as such. We now print a message to the console, and return a non-zero status code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93227 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93226 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
Despite its shortcommings, it is IMHO *much* better than our last beta, which in my mind qualifies it for beta. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93225 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
can't open a socket for some reason. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93224 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
through to CGI scripts. PR: 9163 Submitted by: Brian Reid <breid@customlogic.com>, Zvi Har'El <rl@math.technion.ac.il> Reviewed by: Joshua Slive, Lars Eilebrecht, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93223 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93221 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93220 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
Patch submitted by: Joe Norton <norton@alum.mit.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93218 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93217 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93216 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93215 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93214 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93213 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93212 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93211 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 03, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93210 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93209 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93208 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93207 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
this only appears in maintainer-mode, I take back my dev@httpd list comments that this would be a showstopper. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93206 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
to read the release notes and apply patches to deal with this sort of thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93205 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
it be indicated in the 2.0.31 release notes? Voice your opinions. - The worker CGI test failure Ken sees seems to be a problem with perl or httpd-test as no one else seems to be able to reproduce it. So, let's try to demote this. - I have no earthly idea what rbb is talking about. Whatever it may be, I can't fathom that it'd stop a release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93204 13f79535-47bb-0310-9956-ffa450edef68
-