- Feb 20, 1999
-
-
Lars Eilebrecht authored
Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca> Reviewed by: Bill Stoddard, Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82828 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Remove the ReferIgnore directive from mod_log_config (Dean's veto). Get rid of the array for the 'env=' clause, since it only takes a single variable name; use a char * instead. Check for conditional envars by seeing if the condition string is non-NULL rather than using a separate Boolean cell. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82826 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 17, 1999
-
-
Ken Coar authored
Add conditional logging based upon environment variable existence. Also add RefererIgnore functionality from mod_log_referer to mod_log_config; mod_log_referer and mod_log_agent are now deprecated. The list of envariables to check is set up as an array even though the current implementation (TAKE23) only handles one; just in case we ever want to do something strange like, 'env=foo,bar,!bag'. PR: 519, 548, 1351, 1811(?), 3449 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82819 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 16, 1999
-
-
Ken Coar authored
Add the licence question to the FAQ.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82816 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 14, 1999
-
-
Lars Eilebrecht authored
PR: 3745 Submitted by: Roger Pack <roger.pack@juno.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82804 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
PR: 3860 Submitted by: Joshua Slive <slive+apachebugs@finance.commerce.ubc.ca> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82798 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82796 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 11, 1999
-
-
Lars Eilebrecht authored
PR: 3867 Submitted by: SAFRAN Philippe <Philippe.Safran@sherpa.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82794 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 09, 1999
-
-
Roy T. Fielding authored
the user to assign authentication control to any HTTP method that is *not* given in the argument list; i.e., the logical negation of the <Limit> directive. This is particularly useful for controlling access on methods unknown to the Apache core, but perhaps known by some module or CGI script. Submitted by: Roy Fielding and Tony Finch <dot@dotat.at> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82783 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 1999
-
-
Roy T. Fielding authored
still don't have any documentation of TCN/RVSA effects. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82762 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82759 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 05, 1999
-
-
pcs authored
to error.log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82747 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 04, 1999
-
-
Ken Coar authored
Fix a typo.. PR: 3831 Submitted by: William Lipp <w.b.lipp@ieee.org> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82742 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 28, 1999
-
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82725 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 27, 1999
-
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82710 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 24, 1999
-
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82696 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 22, 1999
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82692 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 20, 1999
-
-
brian authored
>I just realised that this is wrong: the %v won't work on 1.3.4 because >it always uses the canonical server name. It should be changed to >%{SERVER_NAME}e. So I've changed it accordingly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82687 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 16, 1999
-
-
Jim Jagielski authored
of '.' is easier on the eyes, 'x' does seem more common and old-dog shell programmers kind of expect it. It's also easier to search for in vi :) Some may question why we need to wrap or protect if we are sure that the $var isn't null, but it really doesn't cost that much for the extra insurance and it stops people from having to shift "mental gears" when they run across such statements. Some may question why even bother with a consistant style... I think it's important to write readable code and understandable code and code that others can maintain easily. A consistant style, IMO, helps this effort. It also just plain looks better :) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82675 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 15, 1999
-
-
dgaudet authored
reasons in new-httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82673 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82668 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
of shell execute ( ) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82661 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
"universal" as far as working with all/most shells. Remove the findprg.sh helper since PrintPath works just fine git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82659 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82657 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
virtualhost settings in the config file. Many thanks to Tony Finch <dot@dotat.at> for contributing this! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82655 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 12, 1999
-
-
Ken Coar authored
Fix a typo. Submitted by: Robin Langford <Robin_Langford@US.IBM.Com> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82648 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 1999
-
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82632 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 1999
-
-
pcs authored
by documenting the meanings of the arguments for each different version of Apache. This is important since the current live site now documents the "new" behaviour (for -L, -l, h) even though there is no released Apache for which that documentation is valid. Even after releasing 1.3.4 users of older versions will be accessing the documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82625 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 08, 1999
-
-
Ken Coar authored
??? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82620 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
The semi-occasional partial cleaning-up of the HTML.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82618 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add the documentation for the RemoveHandler directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82616 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 1999
-
-
Manoj Kasichainula authored
Reviewed by: Manoj Kasichainula <manojk@raleigh.ibm.com> Various TPF tweaks, simplifying installation, etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82606 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 05, 1999
-
-
Roy T. Fielding authored
to build binary distributions. This is Lars' "take 2" version of 12/26. Submitted by: Lars Eilebrecht Reviewed by: Roy Fielding, Randy Terbush git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82599 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 04, 1999
-
-
Ken Coar authored
Allow fancyindexed directories to be presorted in some other way than by name. PR: 1699 Submitted by: Ken Coar Reviewed by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82594 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 02, 1999
-
-
Ralf S. Engelschall authored
compiled into Apache per default, although it _IS_ compiled into Apache per default. Submitted by: Sim Harbert <sim@mindspring.com> Reviewed by: Ralf S. Engelschall PR: 3572 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82576 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 01, 1999
-
-
Ralf S. Engelschall authored
``nocase|NC'' flag (as RewriteCond already does for ages) to match case insensitive (this especially avoids nasty patterns like `[tT][eE][sS][tT]'). Second two additional internal map functions `escape' and `unescape' were added which can be used to escape/unescape to/from hex-encodings in URLs parts (this is especially useful in combination with map lookups). Submitted by: Magnus Bodin, Ian Kallen Integrated and fixed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82563 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
The same procedure as _every_ year, James!'' So, a lot of touched files here, but it's just a tiny harmless patch. As every year we bump up the year number in our copyright headers. 1. "199x-1998" => "199x-1999" 2. "1998" => "1998-1999" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82561 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Fix a few minor inconsistencies related to directive scoping ============================================================ 1. httpd -h Under "httpd -h" one gets a nice English description in which scope a directive can occur. But we talk here only about <Directory> and <Location>, although <Files> is treated the same (also with `cmd->override == ACCESS_CONF|OR_ALL'). So I think it's correct to also list <Files>, too. 2. Used scope variants Currently we have 203 directives and they use the following scopes (the numbers in parenthesis gives the number of directives using a particular scope): RSRC_CONF (106) RSRC_CONF|ACCESS_CONF (5) RSRC_CONF|ACCESS_CONF|OR_ALL (1) <-- RSRC_CONF|ACCESS_CONF|OR_AUTHCFG (2) <-- ACCESS_CONF (5) OR_AUTHCFG (20) OR_LIMIT (3) OR_OPTIONS (4) OR_FILEINFO (21) OR_INDEXES (23) OR_ALL (13) This is well spreaded and sounds reasonable. Except for the two classes: RSRC_CONF|ACCESS_CONF|OR_ALL (1) RSRC_CONF|ACCESS_CONF|OR_AUTHCFG (2) The first one is just a syntax overkill. It means only OR_ALL, because OR_ALL includes (implicitly) already RSRC_CONF and ACCESS_CONF. So, when we fix this to OR_ALL we get: RSRC_CONF (106) RSRC_CONF|ACCESS_CONF (5) RSRC_CONF|ACCESS_CONF|OR_AUTHCFG (2) <-- ACCESS_CONF (5) OR_AUTHCFG (20) OR_LIMIT (3) OR_OPTIONS (4) OR_FILEINFO (21) OR_INDEXES (23) OR_ALL (14) The remaining RSRC_CONF|ACCESS_CONF|OR_AUTHCFG is used by two directives: UseCanonicalName and ContentDigest. Two not too old directives which were added mostly at the same time. They're are implemented the same way. But the scope looks incorrect. Why? First, it's again syntax overkill, ok. We can reduce it to RSRC_CONF|OR_AUTHCFG. But when we compare it to all other used scopes, it looks very inconsistent. No other of the 203 directives want to be applicable in such a non-orthoginal scope: on the first hand inside the AuthConfig scope (which means .htaccess under "AllowOverride AuthConfig" plus _INSIDE_ of <Directory>/<Location>/<Files> sections in httpd.conf only) and on the other hand also in RSRC_CONF (which means _OUTSIDE_ of <Directory>/<Location>/<Files> sections in httpd.conf only). Sure, finally it's everywhere in httpd.conf plus .htaccess under AuthConfig scope. But it's not intuitive: Directives which want to be applicable in such a total scope use OR_OPTIONS, OR_FILEINFO or OR_INDEXES. And when we think about UseCanonicalName and ContentDigest we find out that they belongs more to Options, XBitHack and CheckSpelling than to any AuthXXXX directives. So, I propose to change the scope of those two directives to OR_OPTIONS. It makes no big difference, of course. It still is useable everwhere inside httpd.conf, but inside .htaccess now under Options instead of AuthConfig. And it both belongs to the more correct group of directives and makes our list of used scopes more consistent. With the above patch be get this consistent scope-list: RSRC_CONF (106) RSRC_CONF|ACCESS_CONF (5) ACCESS_CONF (5) OR_AUTHCFG (20) OR_LIMIT (3) OR_OPTIONS (6) OR_FILEINFO (21) OR_INDEXES (23) OR_ALL (14) When we take into account that _theoretically_ there are a lot more variants of these or'ed values are possible, this list is _VERY_ clean. Actually it's the most clean variant I can think of (except for the fact that the whole mechanism is a horrible mess ;-)... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82558 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 27, 1998
-
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82534 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 1998
-
-
Lars Eilebrecht authored
PR: 3549 Submitted by: Joshua Slive <slive+apachebugs@finance.commerce.ubc.ca> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82506 13f79535-47bb-0310-9956-ffa450edef68
-