- Oct 06, 2001
-
-
William A. Rowe Jr authored
Hmmm... continue's not so good an idea here :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91344 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Time to give up for the day, and grab a beer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91343 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Aaargh! Unwinding part of my patch before I committed the prior version, I ended up blasting these (intentional) changes as well :( This finishes up the changes for the new, replacement ap_directory_walk for testing. This code isn't active yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91342 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A major overhaul to the -replacement- ap_directory_walk logic. This still doesn't activate that code, I will do so probably by Monday, after more thorough testing. Introduces the ap_directory_walk::cache so we can stop wasting tons of effort in mod_autoindex and other subreq/redirect requests. This isn't thoroughly tested, I've only stepped through a half dozen common cases. If you want to play, define REPLACE_PATH_INFO_METHOD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91340 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Good to note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91337 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Allow ApacheBench to connect to and control Apache on other WinNT/2K machines. Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91336 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a borked entry that I introduced. Now mime_magic should build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91335 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
a problem terminating the parser. _geterror() cannot be called either. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91333 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
I don't know if these are correct, just my best alien guess. I also don't suspect we want to add test/ to the modules/ makefile, since test won't be distributed with the tarball. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91332 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Some other modules here are argueably tests ... but these are nothing but tests. No end user would ever be interested in 'experimenting' with them :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91331 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Legibility counts for something, so does eliminating bogus ssize_t products from pointer subtraction ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91329 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Be back Monday night...off to a wedding on the east coast now... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91323 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(blocking or not). apr_brigade_partition would do reading multiple times and that's not really what we want (so I think). This may speed up POST requests that were waiting for all of the data to arrive before returning anything in blocking mode. Reviewed by: Greg Stein, Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91322 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 05, 2001
-
-
Joshua Slive authored
Allan Liska git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91318 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
finite number of bytes (i.e. *readbytes > 0). ap_brigade_partition does a blocking read. So, what we should do is apr_bucket_read on the socket for non-blocking. If we get less than what they asked for, that's okay and we should just return that amount. If they were non-blocking, we should always be non-blocking. Ryan, Greg, and others can figure out if ap_brigade_partition should be tweaked to handle AP_NONBLOCK_READ natively. I'm of a mixed mind, but this addresses the short term need. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91312 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
via ap_get_brigade. So, we should treat this as end-of-input. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91311 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
And thank you once again, Justin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91307 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
These now exist with their -std names, thanks for the suggest, Justin. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91306 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91304 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Now, the question is whether it might make more sense to have them as ssl-std.conf, ldap-std.conf, and proxy-std.conf. (I'm also not sure if this is even shell portable or not.) I'll leave that up to OtherBill since he added these files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91303 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91301 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 04, 2001
-
-
William A. Rowe Jr authored
Split the significant modules into segregated module configs. Probably should do the same with negotation/autoindex, since those are _so_ huge, but not this afternoon on my schedule. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91295 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Cleanup the config (somewhat) so that win32 -could- actually run from the httpd-std.conf - but there are still some discrepancies to take back to the conference committee :) LDAP was voted some time ago into it's own httpd-ldap repository, and never built on Win32; No ldap config directives are present, so I've pulled it from both .conf files. It would be really nice if the proxy team would come in and clean out the deprecated/unsupported directives here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91294 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
is now a required directive, which tells Apache what port to listen on. The ServerName directive has also been extended to accept an optional port. If the port is specified to the ServerName, the server will report that port whenever it reports the port that it is listening on. This change was made to ease configuration errors that stem from having a Port directive, and a Listen directive. In that situation, the server would only listen to the port specified by the Listen command, which caused a lot of confusion to users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91293 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Just passing through git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91292 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add some mime magic to the Win32 build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91291 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91290 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
to match churn_output. =) Yes, I'm slowly working on fixing mod_ssl... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91289 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 03, 2001
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91264 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
then all modules that can be compiled as shared modules are. This was done by adding a module config specifier, static, which denotes that a module can not be compiled as a DSO. Submitted by: Aaron Bannert <aaron@clove.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91262 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
later add another listen directive, in the default SSL config file, without stopping the server from listening on port 80. The next step is to combine the Port and ServerName directives, so that Port can go away finally. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91260 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
highest possible number, so it is garaunteed to be in the last batch. Any module config.m4 should just use a number < 9 to ensure that this continues to work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91259 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One more note on the last commit - the 'cannot serve an absolute path' bug was identified by, and debugged with hints and examples provided by Ryan Morgan <rmorgan@covalent.net> --- his example module demonstrating the problem was invaluable :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91255 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correct file lookups when we are given a file within the same directory as the parent request. Also pulls a bunch of notes and code that was set aside, we don't need this with the other optimizations introduced. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91254 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
same name on Tru64 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91253 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a mismatching issue, where index.html.foo.en had recognized .html and .en components, and exceptions index and foo. This patch will ignore the 'missing' exception html from the request, and go on to test the exception foo in the list. This does -not- imply that a request for index.foo will succeed, in the example above. The pattern match tests index.foo[.*] so we wouldn't find index.html.foo.anything. The pattern matching proposed at one time by Francis Daly would allow index.foo to succeed as well [although many to many matching is dangerous, see comments in this patch.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91249 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 02, 2001
-
-
Lars Eilebrecht authored
Map video/vnd.mpegurl to mxu according to ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/video/vnd.mpegurl and audio/x-mpegurl to m3u, because it is commonly used. Submitted by: Heiko Recktenwald <uzs106@uni-bonn.de> Reviewed by: Sander van Zoest, Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91247 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91246 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
out of the way there but still available to those interested in working on it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91245 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91244 13f79535-47bb-0310-9956-ffa450edef68
-