- Jun 06, 1998
-
-
brian authored
I *really* hate to look petty, which I know this is going to, but "5 score" just offended my sensibilities. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81473 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
HostnameLookups were *not* allowed in .htaccess files. They should be, but for now it doesn't. This can't be as easy as changing ACCESS_CONF|RSRC_CONF to OR_FILEINFO or something, is it? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81471 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81469 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Changed the "code contributors" line based on analysis of email addresses in the CHANGES file. Pointing people at a 206K file first when they want to know what's different is silly. Finally, fix some grammar. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81468 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81467 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 05, 1998
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81466 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81465 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81464 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
API changes in the child spawning area. Submitted by: Jens-Uwe Mager <jum@helios.de> Reviewed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81463 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81462 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
the -x flag (for instance under platforms like Ultrix). This is solved by another helper script findprg.sh which searches for Perl and Awk like PrintPath but _via different names_ (BTW, no I don't wanted to change/enhance PrintPath because we also have PrintPathOS2 etc. and if we merge the stuff we have to touch a lot of things. When we want to reduce things later we can use findprg.sh instead of PrintPath, but we have to be carefully). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81461 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 04, 1998
-
-
dgaudet authored
PR: 2332 Submitted by: "M.D.Parker" <mdpc@netcom.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81459 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81458 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 2293, 2316 Submitted by: Rex Dieter <rdieter@math.unl.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81457 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
O_NDELAY on various systems. PR: 2313 Submitted by: Dave Dykstra <dwd@bell-labs.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81456 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 2310 Submitted by: juerg schreiner <j.schreiner@zh.ch> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81455 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Fix an HREF that contained a line-break. Submitted by: Ben Hyde <bhyde@gensym.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81454 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81452 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81451 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81450 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 03, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81449 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
broken because of invalid ap_pstrcat() -> strcat() transformation. I'm a little bit confused: Seems like no one has actually compiled Apache with all modules under Win32 just before Jim rolled the 1.3.0 tarball. Because else someone had received a compile error. Hmmm... I knew why I hates to put code into mod_rewrite I couldn't test myself... :-( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81448 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 1998
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81447 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81446 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81445 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81444 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 01, 1998
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81443 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81441 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
'/dev/null' file, so we should special-case that for valid config-file device files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81440 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 1998
-
-
dgaudet authored
PR: 1031 Submitted by: Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81434 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81433 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
correctly at install time, like the Unix configuration files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81432 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81430 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
that file for the details. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81429 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
current in the installation. So make it correct if the next release is a non-beta 1.3.0 by giving non-beta installation info and by not referring to 1.3b8. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81428 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81426 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Act defensively. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81425 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
to a spelling-fixed redirection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81424 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add a note to the FAQ about something that should maybe be added at some point. (Hidden in an HTML comment.) PR: 2300 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81423 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81420 13f79535-47bb-0310-9956-ffa450edef68
-